summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-30i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()Eduardo Habkost1-5/+8
2012-10-30i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()Eduardo Habkost1-2/+5
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'Eduardo Habkost1-14/+9
2012-10-30i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() functionEduardo Habkost1-5/+14
2012-10-30i386: kvm: extract CPUID entry lookup to cpuid_find_entry() functionEduardo Habkost1-8/+22
2012-10-30i386: kvm: extract register switch to cpuid_entry_get_reg() functionEduardo Habkost1-14/+23
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variableEduardo Habkost1-4/+5
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features checkEduardo Habkost1-5/+3
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loopEduardo Habkost1-13/+18
2012-10-30tap-win32: stubs to fix win32 buildMichael S. Tsirkin1-0/+10
2012-10-30tests/tcg: fix unused result warningsCatalin Patulea2-7/+22
2012-10-30configure: use -Wwombat to test whether gcc recognizes -Wno-wombatPeter Maydell1-1/+5
2012-10-30target-sparc: Revert setting cpu_dst to gen_dest_gprRichard Henderson1-1/+1
2012-10-30Merge branch 'qspi.2' of git://developer.petalogix.com/public/qemuBlue Swirl3-50/+340
2012-10-30Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno12-84/+1315
2012-10-30tcg/mips: use MUL instead of MULT on MIPS32 and aboveAurelien Jarno1-0/+7
2012-10-29memory: fix rendering of a region obscured by anotherAvi Kivity1-6/+6
2012-10-29Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori15-146/+266
2012-10-29s390: sclp ascii console supportHeinz Graalfs2-1/+307
2012-10-29s390: sclp signal quiesce supportHeinz Graalfs3-0/+131
2012-10-29s390: sclp event supportHeinz Graalfs6-2/+579
2012-10-29s390: sclp base supportHeinz Graalfs6-60/+198
2012-10-29s390: use sync regs for register transferChristian Borntraeger1-20/+92
2012-10-29s390/kvm_stat: correct sys_perf_event_open syscall numberHeinz Graalfs1-2/+9
2012-10-29s390x: fix -initrd in virtio machineAlexander Graf1-2/+2
2012-10-29pci: avoid destroying bridge address space windows in a transactionAvi Kivity2-30/+44
2012-10-29virtio-net: enable mrg buf header in tap on linuxMichael S. Tsirkin2-21/+18
2012-10-29virtio-net: test peer header support at init timeMichael S. Tsirkin1-9/+14
2012-10-29virtio-net: minor code simplificationMichael S. Tsirkin1-3/+1
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