Age | Commit message (Expand) | Author | Files | Lines |
2009-10-27 | pcnet: use qdev properties for configuration. | Gerd Hoffmann | 2 | -18/+51 |
2009-10-27 | e1000: use qdev properties for configuration. | Gerd Hoffmann | 1 | -11/+38 |
2009-10-27 | ne2k_pci: use qdev properties for configuration. | Gerd Hoffmann | 1 | -8/+33 |
2009-10-27 | prepare pci nic init path for qdev property configuration. | Gerd Hoffmann | 1 | -2/+8 |
2009-10-27 | qdev: add qdev_prop_exists() | Gerd Hoffmann | 2 | -0/+6 |
2009-10-27 | ne2k_isa: use qdev properties for configuration. | Gerd Hoffmann | 3 | -15/+12 |
2009-10-27 | qdev/net: common nic property bits | Gerd Hoffmann | 2 | -0/+23 |
2009-10-27 | qdev: add vlan property | Gerd Hoffmann | 2 | -0/+45 |
2009-10-27 | qdev: add netdev property | Gerd Hoffmann | 4 | -1/+42 |
2009-10-27 | qdev: mac addr property fixups | Gerd Hoffmann | 2 | -11/+23 |
2009-10-27 | net: add macaddr type. | Gerd Hoffmann | 3 | -0/+21 |
2009-10-27 | Send a RARP packet after migration. | Nolan | 1 | -16/+30 |
2009-10-27 | multiboot.S patch for old as(1) (was: Re: [Qemu-devel] Some OpenBSD/amd64 bui... | Juergen Lock | 1 | -0/+3 |
2009-10-27 | raw/linux-aio: Also initialize POSIX AIO | Kevin Wolf | 1 | -0/+4 |
2009-10-27 | qcow2: Fix grow_refcount_table error handling | Kevin Wolf | 1 | -1/+0 |
2009-10-27 | usb-linux: return USB_RET_STALL on -EPIPE | Paul Bolle | 1 | -1/+3 |
2009-10-27 | Makefile: Change make to be quiet again when doing nothing | Stefan Weil | 1 | -2/+2 |
2009-10-27 | eepro100: Restructure code | Stefan Weil | 1 | -24/+30 |
2009-10-27 | target-arm: use native tcg-ops for ror/bic/vorn | Aurelien Jarno | 3 | -47/+14 |
2009-10-27 | target-arm: fix neon shift helper functions | Juha Riihimäki | 1 | -12/+14 |
2009-10-27 | target-arm: fix neon vsri, vshl and vsli ops | Juha Riihimäki | 1 | -14/+18 |
2009-10-27 | target-arm: allow modifying vfp fpexc en bit only | Juha Riihimäki | 2 | -1/+4 |
2009-10-27 | target-arm: add support for neon vld1.64/vst1.64 instructions | Juha Riihimäki | 1 | -52/+81 |
2009-10-27 | target-arm: fix neon vshrn/vrshrn ops | Juha Riihimäki | 1 | -9/+3 |
2009-10-26 | target-arm: fix incorrect temporary variable freeing | Juha Riihimäki | 1 | -2/+2 |
2009-10-25 | sparc32: tcx: remove unused include directive | Blue Swirl | 1 | -1/+0 |
2009-10-24 | sparc32: convert sbi to VMState, vmsd and vmstate reset | Blue Swirl | 1 | -31/+15 |
2009-10-24 | sparc32: convert Sun4c interrupt controller to reset + vmsd | Blue Swirl | 1 | -5/+7 |
2009-10-24 | sparc32: convert interrupt controller to reset + vmsd | Blue Swirl | 1 | -5/+7 |
2009-10-24 | sparc32: convert IOMMU to reset + vmsd | Blue Swirl | 1 | -5/+6 |
2009-10-24 | sparc32: convert DMA controller to reset + vmsd, fix reset on init | Blue Swirl | 1 | -5/+6 |
2009-10-24 | m48t59: convert to vmstate reset | Blue Swirl | 1 | -4/+19 |
2009-10-24 | sparc32: convert slavio_timer to reset + vmsd | Blue Swirl | 1 | -5/+6 |
2009-10-24 | fdc: convert to reset + vmsd | Blue Swirl | 1 | -8/+29 |
2009-10-24 | esp: convert to reset + vmsd | Blue Swirl | 1 | -8/+16 |
2009-10-24 | sparc32: convert cs4231 to VMState, vmsd and reset | Blue Swirl | 1 | -33/+19 |
2009-10-24 | escc: add chipset docs | Blue Swirl | 1 | -0/+4 |
2009-10-24 | escc: convert to VMState, vmsd and reset | Blue Swirl | 1 | -62/+38 |
2009-10-24 | sparc32: add chipset docs for eccmemctl | Blue Swirl | 1 | -0/+4 |
2009-10-24 | sparc32: convert slavio_misc to reset + vmsd | Blue Swirl | 1 | -6/+6 |
2009-10-24 | sparc32: convert eccmemctl to reset + vmsd | Blue Swirl | 1 | -6/+6 |
2009-10-24 | sparc64: remove unused variables | Blue Swirl | 1 | -3/+0 |
2009-10-23 | target-arm: optimize thumb 32-bit multiply | Juha.Riihimaki@nokia.com | 1 | -17/+1 |
2009-10-23 | target-arm: cleanup internal resource leaks | Juha Riihimäki | 1 | -27/+89 |
2009-10-23 | target-i386: implement lzcnt emulation | Andre Przywara | 3 | -14/+38 |
2009-10-23 | target-ppc: move often used CPU fields at the top of the structure | Aurelien Jarno | 1 | -4/+4 |
2009-10-23 | target-arm: fix sdiv helper | Aurelien Jarno | 1 | -0/+2 |
2009-10-23 | target-arm: use clz32() instead of a for loop | Aurelien Jarno | 1 | -4/+2 |
2009-10-21 | Merge commit 'linux-user/linux-user-for-upstream' into staging | Anthony Liguori | 7 | -6/+145 |
2009-10-21 | qdev: add string property. | Gerd Hoffmann | 2 | -0/+32 |