summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong1-6/+127
2013-07-10pci: fix BRDIGE typoDon Koch1-1/+1
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch2-1/+6
2013-07-07pci: Fold host_buses list into PCIHostState functionalityDavid Gibson1-19/+14
2013-07-07pci: Remove domain from PCIHostBusDavid Gibson1-4/+3
2013-07-07pci: Simpler implementation of primary PCI busDavid Gibson2-9/+26
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson16-24/+32
2013-07-07pci: Add root bus argument to pci_get_bus_devfn()David Gibson2-5/+6
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson7-24/+55
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson3-10/+15
2013-07-07pci: Abolish pci_find_root_bus()David Gibson3-14/+41
2013-07-04pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson2-15/+15
2013-07-04pci: Cleanup configuration for pci-hotplug.cDavid Gibson2-4/+4
2013-07-04pvpanic: fix fwcfg for big endian hostsMichael S. Tsirkin1-3/+4
2013-07-04pvpanic: initialization cleanupMichael S. Tsirkin1-14/+16
2013-07-04e1000: cleanup process_tx_descAndrew Jones1-8/+10
2013-07-04pc_piix: cleanup init compat handlingMichael S. Tsirkin1-14/+4
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin3-3/+51
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin4-3/+71
2013-07-03kvmclock: clock should count only if vm is runningMarcelo Tosatti1-34/+30
2013-07-03pci-assign: remove the duplicate function name in debug messageWanlong Gao1-6/+6
2013-07-01Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori18-119/+553
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck1-4/+2
2013-07-01mac-io: Add escc-legacy memory alias regionAlexander Graf1-0/+47
2013-07-01PPC: Newworld: Add second uninorth control register setAlexander Graf1-0/+4
2013-07-01PPC: Newworld: Add uninorth token registerAlexander Graf1-2/+11
2013-07-01PPC: Add clock-frequency export for Mac machinesAlexander Graf2-0/+4
2013-07-01booke_ppc: limit booke timer to max when timeout overflowBharat Bhushan1-4/+20
2013-07-01pseries: Fix compiler warning (conversion of pointer to integral value)Stefan Weil1-1/+1
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori7-26/+34
2013-07-01target-ppc: Change default machine for 64-bitDavid Gibson2-3/+1
2013-07-01mpc8544_guts: Turn qdev initfn into instance_initAndreas Färber1-13/+5
2013-07-01mpc8544_guts: QOM'ifyAndreas Färber1-5/+9
2013-07-01mpc8544_guts: Fix MemoryRegion nameAndreas Färber1-1/+1
2013-07-01intc/openpic_kvm: Fix QOM and build issuesAndreas Färber2-22/+34
2013-07-01intc/openpic: Convert to QOM realizeAndreas Färber1-15/+19
2013-07-01intc/openpic: QOM'ifyAndreas Färber3-8/+13
2013-07-01kvm/openpic: in-kernel mpic supportScott Wood3-5/+327
2013-07-01KVM: PIC: Only commit irq routing when necessaryAlexander Graf1-0/+1
2013-07-01PPC: e500: factor out mpic init codeScott Wood1-22/+34
2013-07-01openpic: factor out some common defines into openpic.hScott Wood1-22/+18
2013-06-28multiboot: Calculate upper_mem in the ROMKevin Wolf1-2/+0
2013-06-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori11-15/+21
2013-06-28cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland1-2/+2
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-4/+10
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber5-5/+5
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber4-5/+5
2013-06-28kvm: Change kvm_cpu_synchronize_state() argument to CPUStateAndreas Färber1-1/+1
2013-06-25Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori4-260/+369
2013-06-25Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori4-1/+217