summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-01-1228-216/+11
|\
| * hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang2015-01-121-0/+1
| * hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang2015-01-121-4/+4
| * hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang2015-01-121-1/+6
| * net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-1227-211/+0
* | s390: implement pci instructionsFrank Blaschka2015-01-123-1/+1100
* | s390: Add PCI bus supportFrank Blaschka2015-01-127-1/+865
* | s390x/ccw: fix oddity in machine class initCornelia Huck2015-01-121-1/+1
|/
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150109.0' i...Peter Maydell2015-01-101-11/+14
|\
| * vfio-pci: Fix interrupt disablingAlex Williamson2015-01-091-9/+12
| * vfio-pci: Fix BAR size overflowAlex Williamson2015-01-091-2/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-103-10/+30
|\ \
| * | acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin2015-01-083-10/+30
* | | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-01-108-40/+202
|\ \ \
| * | | hw/ppc/mac_newworld: simplify usb controller creation logicMarcel Apfelbaum2015-01-071-2/+2
| * | | hw/ppc/spapr: simplify usb controller creation logicMarcel Apfelbaum2015-01-071-1/+2
| * | | hw/ppc/mac_newworld: QOMified mac99 machinesMarcel Apfelbaum2015-01-071-10/+19
| * | | hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-0710-11/+11
| * | | hw/machine: added machine_usb wrapperMarcel Apfelbaum2015-01-071-0/+5
| * | | hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-072-2/+3
| * | | target-ppc: Cast ssize_t to size_t before printing with %zxPeter Maydell2015-01-071-1/+1
| * | | PPC: e500: Fix GPIO controller interrupt numberAmit Tomar2015-01-071-1/+1
| * | | PPC: Fix crash on spapr_tce_table_finalize()David Gibson2015-01-071-3/+3
| * | | ppc: do not use get_clock_realtime()Paolo Bonzini2015-01-071-2/+2
| * | | spapr: Fix stale HTAB during live migration (TCG)Samuel Mendoza-Jonas2015-01-071-5/+11
| * | | spapr: Fix integer overflow during migration (TCG)Samuel Mendoza-Jonas2015-01-071-3/+3
| * | | spapr: Fix stale HTAB during live migration (KVM)Samuel Mendoza-Jonas2015-01-071-0/+38
| * | | PPC: e500 pci host: Add support for ATMUsAlexander Graf2015-01-075-10/+115
| * | | PPC: mpc8554ds: Tell user about exceeding RAM limitsAlexander Graf2015-01-071-0/+6
| * | | PPC: e500: Move CCSR and MMIO space to upper end of address spaceAlexander Graf2015-01-071-3/+3
| * | | PPC: e500: Move CCSR definition to paramsAlexander Graf2015-01-074-16/+23
* | | | Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.3' into ...Peter Maydell2015-01-091-1/+1
|\ \ \ \
| * | | | virtio-rng: fix check for period_ms validityAmit Shah2015-01-051-1/+1
| |/ / /
* | | | Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell2015-01-091-27/+18
|\ \ \ \
| * | | | virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson2015-01-051-15/+14
| * | | | virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson2015-01-051-12/+4
| |/ / /
* | | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-092-4/+19
|\ \ \ \
| * | | | pckbd: set bits 2-3-6-7 of the output port by defaultPaolo Bonzini2015-01-031-2/+8
| * | | | serial: refine serial_thr_ipending_neededPaolo Bonzini2015-01-031-2/+11
* | | | | Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20141229' into s...Peter Maydell2015-01-091-7/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | milkymist: softmmu: fix event handlingMichael Walle2014-12-291-7/+12
| | |/ / | |/| |
* | | | hw/ppc/mac_newworld: simplify usb controller creation logicMarcel Apfelbaum2015-01-081-2/+2
* | | | hw/ppc/spapr: simplify usb controller creation logicMarcel Apfelbaum2015-01-081-1/+2
* | | | hw/ppc/mac_newworld: QOMified mac99 machinesMarcel Apfelbaum2015-01-081-10/+19
* | | | hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-0810-11/+11
* | | | hw/machine: added machine_usb wrapperMarcel Apfelbaum2015-01-081-0/+5
* | | | hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-082-2/+3
|/ / /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223'...Peter Maydell2014-12-2318-119/+674
|\ \ \
| * | | hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwareLaszlo Ersek2014-12-221-0/+1
| * | | hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek2014-12-221-5/+83
OpenPOWER on IntegriCloud