aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Sparc32: port interrupt controller to VMState designBlue Swirl1-25/+28
2009-08-28Update OpenBIOS images to r569Blue Swirl4-1/+1
2009-08-28Suppress kraxelismsBlue Swirl2-3/+5
2009-08-28Fix Sparc64 breakage: add dummy ISA irqsBlue Swirl1-0/+8
2009-08-28Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl1-2/+2
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil1-1/+7
2009-08-28Fix sb16 breakage due to unassigned s->irqmalc1-0/+1
2009-08-28Fix formattingmalc2-2/+2
2009-08-27Merge commit 'linux-user/linux-user-for-upstream' into stagingAnthony Liguori5-59/+510
2009-08-27Relax pthreads check to avoid win32Anthony Liguori1-1/+1
2009-08-27e1000 cleanupJuan Quintela1-5/+5
2009-08-27pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev fieldJuan Quintela1-13/+26
2009-08-27pcnet: remove useless casts This are casts to the very type of the functionJuan Quintela1-6/+6
2009-08-27pcnet: Change casts to DO_UPCAST() for PCIPCNetStateJuan Quintela1-4/+4
2009-08-27Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev useJuan Quintela1-12/+27
2009-08-27cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAStateJuan Quintela1-5/+5
2009-08-27cirrus_vga: remove pointless cast from void *Juan Quintela1-5/+5
2009-08-27Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela2-17/+30
2009-08-27We need PCINE2000State for save/load functionsJuan Quintela1-5/+5
2009-08-27ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela1-2/+2
2009-08-27ne2000: pci_dev has this very value with the right typeJuan Quintela1-1/+1
2009-08-27ne2000: remove casts from void *Juan Quintela1-2/+2
2009-08-27usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela1-3/+4
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela4-14/+14
2009-08-27vga: Rename vga_state -> vgaJuan Quintela1-6/+6
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela3-5/+9
2009-08-27lsi53c895a: LSIState is a DeviceHostJuan Quintela1-1/+1
2009-08-27lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)Juan Quintela1-12/+12
2009-08-27lsi53c895a: use DO_UPCAST to cast from PCIDeviceJuan Quintela1-5/+5
2009-08-27lsi53c895a: remove pointless cast from void *Juan Quintela1-19/+19
2009-08-27rtl8139: remove pointless cast from void *Juan Quintela1-2/+2
2009-08-27rtl8139: Remove unneeded double indirection of PCIRTL8139StateJuan Quintela1-25/+13
2009-08-27eepro100: Remove unused indirection of PCIDeviceJuan Quintela1-34/+23
2009-08-27eepro100: cast a void * makes no senseJuan Quintela1-3/+3
2009-08-27eepro100: convert casts to DO_UPCAST()Juan Quintela1-4/+4
2009-08-27slirp: Read host DNS config on demandEd Swierk6-14/+44
2009-08-27slirp: Remove our_addr codeEd Swierk2-18/+0
2009-08-27switch balloon initialization to -device.Gerd Hoffmann3-25/+18
2009-08-27ide: move code to hw/ide/Gerd Hoffmann9-30/+37
2009-08-27ide: add save/restore support for mmioGerd Hoffmann1-0/+20
2009-08-27ide: add save/restore support for isaGerd Hoffmann1-4/+29
2009-08-27ide: split away ide-microdrive.cGerd Hoffmann3-543/+575
2009-08-27ide: split away ide-mmio.cGerd Hoffmann6-97/+130
2009-08-27ide: split away ide-macio.cGerd Hoffmann4-331/+359
2009-08-27ide: split away ide-pci.cGerd Hoffmann9-498/+539
2009-08-27ide: split away ide-isa.cGerd Hoffmann9-19/+63
2009-08-27ide: split away ide-internal.hGerd Hoffmann2-521/+566
2009-08-27ide: add IDEBus struct, cleanupsGerd Hoffmann1-226/+243
2009-08-27qdev error loggingGerd Hoffmann1-17/+17
2009-08-27virtio-pci error loggingGerd Hoffmann1-1/+1