aboutsummaryrefslogtreecommitdiff
path: root/hw
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-29virtio-net: track host/guest header lengthMichael S. Tsirkin1-12/+17
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. Tsirkin1-1/+8
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-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 Gibson1-12/+14
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.com9-21/+17
2012-10-29e500: Fix serial initializationBharat Bhushan1-1/+1
2012-10-29PPC: Bamboo: Fix memory size DT propertyAlexander Graf1-1/+1
2012-10-27hw/xtensa_sim: get rid of intermediate xtensa_sim_initMax Filippov1-19/+8
2012-10-27hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgsMax Filippov1-23/+7
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity325-1719/+1719
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori1-34/+35
2012-10-22Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori1-3/+8
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann1-2/+17
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann1-1/+1
2012-10-22serial: add pci-serial documentationGerd Hoffmann1-0/+2
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann1-0/+149
2012-10-22serial: add pci variantGerd Hoffmann5-0/+110