summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sparc32: port interrupt controller to VMState designBlue Swirl2009-08-281-25/+28
* Update OpenBIOS images to r569Blue Swirl2009-08-284-1/+1
* 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
* Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil2009-08-281-1/+7
* Fix sb16 breakage due to unassigned s->irqmalc2009-08-281-0/+1
* Fix formattingmalc2009-08-282-2/+2
* Merge commit 'linux-user/linux-user-for-upstream' into stagingAnthony Liguori2009-08-275-59/+510
|\
| * linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov2009-08-251-36/+43
| * linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht2009-08-251-0/+1
| * linux-user: fadvise64 implementationUlrich Hecht2009-08-251-3/+14
| * linux-user: enable getdents for > 32-bit systemsUlrich Hecht2009-08-251-5/+1
| * linux-user: fcntl fixes for LTPUlrich Hecht2009-08-252-12/+29
| * linux-user: fix mq_* compilation problemsNathan Froyd2009-08-251-2/+5
| * m68k, linux-user: enable sigaltstack()Laurent Vivier2009-08-251-1/+2
| * m68k, linux-user: add setup_rt_frameLaurent Vivier2009-08-251-3/+202
| * m68k,linux-user: add setup_frameLaurent Vivier2009-08-251-0/+183
| * linux-user: add eventfd supportRiku Voipio2009-08-252-0/+33
* | Relax pthreads check to avoid win32Anthony Liguori2009-08-271-1/+1
* | 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
* | 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
* | slirp: Read host DNS config on demandEd Swierk2009-08-276-14/+44
* | slirp: Remove our_addr codeEd Swierk2009-08-272-18/+0
* | switch balloon initialization to -device.Gerd Hoffmann2009-08-273-25/+18
* | ide: move code to hw/ide/Gerd Hoffmann2009-08-279-30/+37
* | ide: add save/restore support for mmioGerd Hoffmann2009-08-271-0/+20
OpenPOWER on IntegriCloud