aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Fix mpstate reloadsAvi Kivity2009-08-311-0/+5
* Merge commit '757506d282c3c579368055b1bf50fa4056dbe5bc' into upstream-mergeAvi Kivity2009-08-3013-184/+123
|\
| * Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl2009-08-291-1/+1
| * Sparc32: port Slavio misc devices to VMState designBlue Swirl2009-08-291-38/+19
| * Sparc32: port ECC memory controller to VMState designBlue Swirl2009-08-291-33/+13
| * Sparc32: port IOMMU to VMState designBlue Swirl2009-08-281-25/+12
| * Sparc32: port DMA controller to VMState designBlue Swirl2009-08-281-22/+11
| * Sparc32: port TCX to VMState designBlue Swirl2009-08-281-33/+21
| * Sparc32: port interrupt controller to VMState designBlue Swirl2009-08-281-25/+28
| * Suppress kraxelismsBlue Swirl2009-08-282-3/+5
| * Fix Sparc64 breakage: add dummy ISA irqsBlue Swirl2009-08-281-0/+8
| * Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl2009-08-281-2/+2
| * Fix sb16 breakage due to unassigned s->irqmalc2009-08-281-0/+1
| * Fix formattingmalc2009-08-282-2/+2
* | Merge commit '4617e59389b3b389ec853e98b91e2402cab84818' into upstream-mergeAvi Kivity2009-08-306-78/+120
|\|
| * e1000 cleanupJuan Quintela2009-08-271-5/+5
| * pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev fieldJuan Quintela2009-08-271-13/+26
| * pcnet: remove useless casts This are casts to the very type of the functionJuan Quintela2009-08-271-6/+6
| * pcnet: Change casts to DO_UPCAST() for PCIPCNetStateJuan Quintela2009-08-271-4/+4
| * Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev useJuan Quintela2009-08-271-12/+27
| * cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAStateJuan Quintela2009-08-271-5/+5
| * cirrus_vga: remove pointless cast from void *Juan Quintela2009-08-271-5/+5
| * Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela2009-08-272-17/+30
| * We need PCINE2000State for save/load functionsJuan Quintela2009-08-271-5/+5
| * ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela2009-08-271-2/+2
| * ne2000: pci_dev has this very value with the right typeJuan Quintela2009-08-271-1/+1
| * ne2000: remove casts from void *Juan Quintela2009-08-271-2/+2
| * usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela2009-08-271-3/+4
* | Merge commit 'a4a2f59cda3c88eb647d651e0e0c5f1933b646b3' into upstream-mergeAvi Kivity2009-08-307-127/+108
|\|
| * Everything outside of vga.c should use VGACommonStateJuan Quintela2009-08-274-14/+14
| * vga: Rename vga_state -> vgaJuan Quintela2009-08-271-6/+6
| * Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela2009-08-273-5/+9
| * lsi53c895a: LSIState is a DeviceHostJuan Quintela2009-08-271-1/+1
| * lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)Juan Quintela2009-08-271-12/+12
| * lsi53c895a: use DO_UPCAST to cast from PCIDeviceJuan Quintela2009-08-271-5/+5
| * lsi53c895a: remove pointless cast from void *Juan Quintela2009-08-271-19/+19
| * rtl8139: remove pointless cast from void *Juan Quintela2009-08-271-2/+2
| * rtl8139: Remove unneeded double indirection of PCIRTL8139StateJuan Quintela2009-08-271-25/+13
| * eepro100: Remove unused indirection of PCIDeviceJuan Quintela2009-08-271-34/+23
| * eepro100: cast a void * makes no senseJuan Quintela2009-08-271-3/+3
| * eepro100: convert casts to DO_UPCAST()Juan Quintela2009-08-271-4/+4
* | Merge commit '382f074371f7dc32a34c944c845b1698e83d8c36' into upstream-mergeAvi Kivity2009-08-3012-995/+1132
|\|
| * switch balloon initialization to -device.Gerd Hoffmann2009-08-271-7/+0
| * ide: move code to hw/ide/Gerd Hoffmann2009-08-277-25/+31
| * ide: add save/restore support for mmioGerd Hoffmann2009-08-271-0/+20
| * ide: add save/restore support for isaGerd Hoffmann2009-08-271-4/+29
| * ide: split away ide-microdrive.cGerd Hoffmann2009-08-272-542/+574
| * ide: split away ide-mmio.cGerd Hoffmann2009-08-275-96/+129
| * ide: split away ide-macio.cGerd Hoffmann2009-08-274-331/+359
* | Merge commit '977e1244e8eeb22640143a8885eb672296f93210' into upstream-mergeAvi Kivity2009-08-308-494/+534
|\|