summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori2011-12-152-0/+21
* qom: add string property typeAnthony Liguori2011-12-152-0/+81
* qom: add vga node to the pc composition treeAnthony Liguori2011-12-156-27/+38
* qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori2011-12-152-32/+28
* rtc: add a dynamic property for retrieving the dateAnthony Liguori2011-12-151-0/+27
* rtc: make piix3 set the rtc as a child (v2)Anthony Liguori2011-12-152-0/+14
* dev: add an anonymous peripheral containerAnthony Liguori2011-12-151-1/+20
* qdev: add explicitly named devices to the root complexAnthony Liguori2011-12-151-0/+14
* qom: add link properties (v2)Anthony Liguori2011-12-152-0/+97
* qom: add child properties (composition) (v3)Anthony Liguori2011-12-152-0/+46
* qdev: provide a path resolution (v2)Anthony Liguori2011-12-152-0/+131
* qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2011-12-152-0/+57
* qom: introduce root deviceAnthony Liguori2011-12-153-0/+40
* qom: register legacy properties as new style properties (v2)Anthony Liguori2011-12-152-0/+93
* qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2011-12-152-0/+217
* qom: add a reference count to qdev objectsAnthony Liguori2011-12-152-0/+42
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-1446-84/+86
|\
| * hw: Fix spelling in comments and codeStefan Weil2011-12-141-7/+7
| * hw: Fix spelling in commentsStefan Weil2011-12-143-3/+3
| * hw: Fix spelling (licenced->licensed)Stefan Weil2011-12-145-5/+5
| * fmopl: Fix spelling in code and commentsStefan Weil2011-12-142-18/+18
| * virtio-pci: use pci macrosHui Kai Ran2011-12-091-3/+4
| * mips_malta: resolve endless loop when loading biosChen Rui2011-12-061-0/+1
| * Convert source files to UTF-8 encodingStefan Weil2011-12-065-5/+5
| * pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu2011-12-062-2/+2
| * fix spelling in hw sub directoryDong Xu Wang2011-12-0622-30/+30
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-068-11/+11
* | ccid: make threads joinablePaolo Bonzini2011-12-121-15/+11
* | qemu-thread: add API for joinable threadsJan Kiszka2011-12-121-2/+3
* | syborg: drop support for Symbian Virtual PlatformStefan Hajnoczi2011-12-1210-2347/+0
* | QEMUFileCloseFunc: add return value documentation (v2)Eduardo Habkost2011-12-121-1/+7
* | hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell2011-12-121-2/+3
* | Remove unnecessary casts from PCI DMA code in usb-uhciDavid Gibson2011-12-121-10/+7
* | Remove unnecessary casts from PCI DMA code in usb-ehciDavid Gibson2011-12-121-3/+3
* | Remove unnecessary casts from PCI DMA code in rtl8139David Gibson2011-12-121-4/+4
* | Remove unnecessary casts from PCI DMA code in lsi53c895aDavid Gibson2011-12-121-2/+2
* | Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson2011-12-121-2/+2
* | Remove unnecessary casts from PCI DMA code in e1000David Gibson2011-12-121-6/+5
* | Remove unnecessary casts from PCI DMA code in eepro100David Gibson2011-12-121-4/+3
* | hw/mpcore.c: Merge with hw/arm11mpcore.cPeter Maydell2011-12-122-138/+129
* | hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore onesPeter Maydell2011-12-121-10/+179
* | hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU onlyPeter Maydell2011-12-121-42/+31
* | hw/realview_gic: Use GIC memory region for the CPU interfacePeter Maydell2011-12-121-24/+1
* | hw/mpcore.c: Use the GIC memory regions for the CPU interfacePeter Maydell2011-12-121-25/+10
* | hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell2011-12-121-1/+74
* | hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devicesPeter Maydell2011-12-122-152/+364
* | Fix sp804 dual-timerPeter Chubb2011-12-121-6/+35
|/
* hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell2011-12-051-9/+18
* pseries: Fix array overrun bug in PCI codeDavid Gibson2011-12-051-1/+1
* Fix hw_error messages from arm_timer.cPeter Chubb2011-12-051-4/+4
OpenPOWER on IntegriCloud