aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-29virtio-net: simplify rx codeMichael S. Tsirkin1-7/+2
2012-10-29virtio-net: switch tx to safe iov functionsMichael S. Tsirkin1-12/+19
2012-10-29virtio-net: first s/g is always at start of bufMichael S. Tsirkin1-2/+3
2012-10-29virtio-net: refactor receive_hdrMichael S. Tsirkin1-11/+7
2012-10-29virtio-net: use safe iov operations for rxMichael S. Tsirkin1-11/+14
2012-10-29virtio-net: avoid sg copyMichael S. Tsirkin1-25/+23
2012-10-29iov: add iov_cpyMichael S. Tsirkin2-0/+32
2012-10-29virtio-net: track host/guest header lengthMichael S. Tsirkin1-12/+17
2012-10-29pci: avoid destroying bridge address space windows in a transactionAvi Kivity2-30/+44
2012-10-29pcie: Convert PCIExpressHost to use the QOM.Jason Baron2-0/+18
2012-10-29pcie: pass pcie window size to pcie_host_mmcfg_update()Jason Baron2-12/+16
2012-10-29pci: Add class 0xc05 as 'SMBus'Jan Kiszka2-0/+2
2012-10-29pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzleIsaku Yamahata2-0/+20
2012-10-29pci_ids: add intel 82801BA pci-to-pci bridge idIsaku Yamahata1-0/+1
2012-10-29pci: pci capability must be in PCI spaceIsaku Yamahata1-3/+3
2012-10-29pci: make each capability DWORD alignedMichael S. Tsirkin1-2/+2
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin3-14/+30
2012-10-29pci: Return PCI_INTX_DISABLED when no bus INTx routing supportAlex Williamson1-1/+7
2012-10-29pci-assign: Use msi_get_message()Alex Williamson1-4/+1
2012-10-29msi: Add msi_get_message()Alex Williamson2-16/+30
2012-10-29pci-assign: Use pci_intx_route_changed()Alex Williamson1-2/+1
2012-10-29pci: Helper function for testing if an INTx route changedAlex Williamson2-0/+6
2012-10-29Merge remote-tracking branch 'kraxel/usb.68' into stagingAnthony Liguori11-328/+425
2012-10-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori39-247/+2537
2012-10-29Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno37-341/+785
2012-10-29Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno6-26/+32
2012-10-29PPC: pseries: Remove hack for PIO windowAlexander Graf2-44/+2
2012-10-29PPC: e500: Map PIO space into core memory regionAlexander Graf2-4/+8
2012-10-29xen_platform: convert PIO to new memory api read/writeAlexander Graf1-10/+38
2012-10-29vmport: convert PIO to new memory api read/writeAlexander Graf1-9/+12
2012-10-29serial: convert PIO to new memory api read/writeAlexander Graf1-13/+17
2012-10-29rtl8139: convert PIO to new memory api read/writeAlexander Graf1-42/+36
2012-10-29pckbd: convert PIO to new memory api read/writeAlexander Graf1-21/+27
2012-10-29pc port92: convert PIO to new memory api read/writeAlexander Graf1-8/+11
2012-10-29mc146818rtc: convert PIO to new memory api read/writeAlexander Graf1-8/+11
2012-10-29m48t59: convert PIO to new memory api read/writeAlexander Graf1-10/+14
2012-10-29i8254: convert PIO to new memory api read/writeAlexander Graf1-9/+11
2012-10-29es1370: convert PIO to new memory api read/writeAlexander Graf1-10/+36
2012-10-29virtio-pci: convert PIO to new memory api read/writeAlexander Graf1-77/+49
2012-10-29ac97: convert PIO to new memory api read/writeAlexander Graf1-20/+89
2012-10-29pseries: Implement qemu initiated shutdowns using EPOW eventsDavid Gibson4-2/+342
2012-10-29target-ppc: Rework storage of VPA registration stateDavid Gibson3-19/+21
2012-10-29pseries: Don't allow duplicate registration of hcalls or RTAS callsDavid Gibson2-2/+10
2012-10-29Add USB option in machine optionszhlcindy@gmail.com12-28/+48
2012-10-29e500: Fix serial initializationBharat Bhushan1-1/+1
2012-10-29PPC: 440: Emulate DCBR0Alexander Graf1-1/+1
2012-10-29PPC: Bamboo: Fix memory size DT propertyAlexander Graf1-1/+1
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell1-2/+0
2012-10-29xilinx_zynq: added QSPI controllerPeter Crosthwaite1-12/+28
2012-10-29xilinx_spips: Generalised to model QSPIPeter Crosthwaite1-34/+255