summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-12-15qom: add link properties (v2)Anthony Liguori2-0/+97
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori2-0/+46
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori2-0/+131
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2-0/+57
2011-12-15qom: introduce root deviceAnthony Liguori3-0/+40
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori2-0/+93
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2-0/+217
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori2-0/+42
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori46-84/+86
2011-12-14hw: Fix spelling in comments and codeStefan Weil1-7/+7
2011-12-14hw: Fix spelling in commentsStefan Weil3-3/+3
2011-12-14hw: Fix spelling (licenced->licensed)Stefan Weil5-5/+5
2011-12-14fmopl: Fix spelling in code and commentsStefan Weil2-18/+18
2011-12-12ccid: make threads joinablePaolo Bonzini1-15/+11
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka1-2/+3
2011-12-12syborg: drop support for Symbian Virtual PlatformStefan Hajnoczi10-2347/+0
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-09virtio-pci: use pci macrosHui Kai Ran1-3/+4
2011-12-06mips_malta: resolve endless loop when loading biosChen Rui1-0/+1
2011-12-06Convert source files to UTF-8 encodingStefan Weil5-5/+5
2011-12-06pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu2-2/+2
2011-12-06fix spelling in hw sub directoryDong Xu Wang22-30/+30
2011-12-06fix typo: delete redundant semicolonDong Xu Wang8-11/+11
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