aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-12-12QEMUFileCloseFunc: add return value documentation (v2)Eduardo Habkost1-1/+7
2011-12-12hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell1-2/+3
2011-12-12Remove unnecessary casts from PCI DMA code in usb-uhciDavid Gibson1-10/+7
2011-12-12Remove unnecessary casts from PCI DMA code in usb-ehciDavid Gibson1-3/+3
2011-12-12Remove unnecessary casts from PCI DMA code in rtl8139David Gibson1-4/+4
2011-12-12Remove unnecessary casts from PCI DMA code in lsi53c895aDavid Gibson1-2/+2
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson1-2/+2
2011-12-12Remove unnecessary casts from PCI DMA code in e1000David Gibson1-6/+5
2011-12-12Remove unnecessary casts from PCI DMA code in eepro100David Gibson1-4/+3
2011-12-12hw/mpcore.c: Merge with hw/arm11mpcore.cPeter Maydell2-138/+129
2011-12-12hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore onesPeter Maydell1-10/+179
2011-12-12hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU onlyPeter Maydell1-42/+31
2011-12-12hw/realview_gic: Use GIC memory region for the CPU interfacePeter Maydell1-24/+1
2011-12-12hw/mpcore.c: Use the GIC memory regions for the CPU interfacePeter Maydell1-25/+10
2011-12-12hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell1-1/+74
2011-12-12hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devicesPeter Maydell2-152/+364
2011-12-12Fix sp804 dual-timerPeter Chubb1-6/+35
2011-12-05hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell1-9/+18
2011-12-05pseries: Fix array overrun bug in PCI codeDavid Gibson1-1/+1
2011-12-05Fix hw_error messages from arm_timer.cPeter Chubb1-4/+4
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori5-89/+8
2011-12-05Merge remote-tracking branch 'aneesh/1.0-fixes' into stagingAnthony Liguori9-68/+116
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+2
2011-12-05Merge remote-tracking branch 'qemu-kvm/memory/batch' into stagingAnthony Liguori165-2727/+2377
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi4-5/+6
2011-12-05xen_disk: remove dead codePaolo Bonzini1-84/+2
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V4-20/+53
2011-12-04hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V3-2/+4
2011-12-04hw/9pfs: Reset server state during TVERSIONDeepak C Shetty1-0/+26
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V3-13/+33
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V1-33/+0
2011-12-02qxl: Don't convert from size_t to int and back in qxl_cursor()Markus Armbruster1-1/+1
2011-12-02sonic: fix typoHervé Poussineau1-1/+1
2011-11-28ccid: Fix buffer overrun in handling of VSC_ATR messageMarkus Armbruster1-0/+1
2011-11-289pfs: improve portability to older systemsAneesh Kumar K.V1-1/+6
2011-11-28eepro100: Fix alignment requirement for statistical countersStefan Weil1-1/+9
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini5-20/+23
2011-11-289pfs: improve portability to older systemsPaolo Bonzini1-2/+5
2011-11-28Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori6-11/+21
2011-11-28Merge remote-tracking branch 'kraxel/usb.32' into stagingAnthony Liguori4-36/+76
2011-11-28omap_l4: rename omap_l4_attach_region() to omap_l4_attach()Avi Kivity11-19/+19
2011-11-28omap_l4: remove omap_l4_attach()Avi Kivity2-22/+0
2011-11-28omap_i2c: convert to memory APIBenoît Canet3-23/+31
2011-11-28omap_lcdc: convert to memory APIBenoît Canet3-21/+21
2011-11-28omap_spi: convert to memory APIBenoît Canet1-17/+20
2011-11-28omap_sx1: convert to memory APIBenoît Canet1-54/+45
2011-11-28omap_l4: convert to memory APIBenoît Canet2-16/+20
2011-11-28omap_dss: convert to memory APIAvi Kivity3-77/+95
2011-11-28omap2: convert to memory API (part II)Avi Kivity2-40/+49
2011-11-28omap2: convert to memory API (part I)Avi Kivity1-48/+55