summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-27pcnet: split away lance.c (sparc32 code).Gerd Hoffmann4-146/+195
2009-10-27pcnet: use qdev properties for configuration.Gerd Hoffmann2-18/+51
2009-10-27e1000: use qdev properties for configuration.Gerd Hoffmann1-11/+38
2009-10-27ne2k_pci: use qdev properties for configuration.Gerd Hoffmann1-8/+33
2009-10-27prepare pci nic init path for qdev property configuration.Gerd Hoffmann1-2/+8
2009-10-27qdev: add qdev_prop_exists()Gerd Hoffmann2-0/+6
2009-10-27ne2k_isa: use qdev properties for configuration.Gerd Hoffmann3-15/+12
2009-10-27qdev/net: common nic property bitsGerd Hoffmann2-0/+23
2009-10-27qdev: add vlan propertyGerd Hoffmann2-0/+45
2009-10-27qdev: add netdev propertyGerd Hoffmann4-1/+42
2009-10-27qdev: mac addr property fixupsGerd Hoffmann2-11/+23
2009-10-27net: add macaddr type.Gerd Hoffmann3-0/+21
2009-10-27Send a RARP packet after migration.Nolan1-16/+30
2009-10-27multiboot.S patch for old as(1) (was: Re: [Qemu-devel] Some OpenBSD/amd64 bui...Juergen Lock1-0/+3
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf1-0/+4
2009-10-27qcow2: Fix grow_refcount_table error handlingKevin Wolf1-1/+0
2009-10-27usb-linux: return USB_RET_STALL on -EPIPEPaul Bolle1-1/+3
2009-10-27Makefile: Change make to be quiet again when doing nothingStefan Weil1-2/+2
2009-10-27eepro100: Restructure codeStefan Weil1-24/+30
2009-10-27target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno3-47/+14
2009-10-27target-arm: fix neon shift helper functionsJuha Riihimäki1-12/+14
2009-10-27target-arm: fix neon vsri, vshl and vsli opsJuha Riihimäki1-14/+18
2009-10-27target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki2-1/+4
2009-10-27target-arm: add support for neon vld1.64/vst1.64 instructionsJuha Riihimäki1-52/+81
2009-10-27target-arm: fix neon vshrn/vrshrn opsJuha Riihimäki1-9/+3
2009-10-26target-arm: fix incorrect temporary variable freeingJuha Riihimäki1-2/+2
2009-10-25sparc32: tcx: remove unused include directiveBlue Swirl1-1/+0
2009-10-24sparc32: convert sbi to VMState, vmsd and vmstate resetBlue Swirl1-31/+15
2009-10-24sparc32: convert Sun4c interrupt controller to reset + vmsdBlue Swirl1-5/+7
2009-10-24sparc32: convert interrupt controller to reset + vmsdBlue Swirl1-5/+7
2009-10-24sparc32: convert IOMMU to reset + vmsdBlue Swirl1-5/+6
2009-10-24sparc32: convert DMA controller to reset + vmsd, fix reset on initBlue Swirl1-5/+6
2009-10-24m48t59: convert to vmstate resetBlue Swirl1-4/+19
2009-10-24sparc32: convert slavio_timer to reset + vmsdBlue Swirl1-5/+6
2009-10-24fdc: convert to reset + vmsdBlue Swirl1-8/+29
2009-10-24esp: convert to reset + vmsdBlue Swirl1-8/+16
2009-10-24sparc32: convert cs4231 to VMState, vmsd and resetBlue Swirl1-33/+19
2009-10-24escc: add chipset docsBlue Swirl1-0/+4
2009-10-24escc: convert to VMState, vmsd and resetBlue Swirl1-62/+38
2009-10-24sparc32: add chipset docs for eccmemctlBlue Swirl1-0/+4
2009-10-24sparc32: convert slavio_misc to reset + vmsdBlue Swirl1-6/+6
2009-10-24sparc32: convert eccmemctl to reset + vmsdBlue Swirl1-6/+6
2009-10-24sparc64: remove unused variablesBlue Swirl1-3/+0
2009-10-23target-arm: optimize thumb 32-bit multiplyJuha.Riihimaki@nokia.com1-17/+1
2009-10-23target-arm: cleanup internal resource leaksJuha Riihimäki1-27/+89
2009-10-23target-i386: implement lzcnt emulationAndre Przywara3-14/+38
2009-10-23target-ppc: move often used CPU fields at the top of the structureAurelien Jarno1-4/+4
2009-10-23target-arm: fix sdiv helperAurelien Jarno1-0/+2
2009-10-23target-arm: use clz32() instead of a for loopAurelien Jarno1-4/+2
2009-10-21Merge commit 'linux-user/linux-user-for-upstream' into stagingAnthony Liguori7-6/+145