aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori4-109/+140
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity13-75/+13
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell1-1/+1
2012-10-01vfio_pci: fix build on 32-bit systemsAnthony Liguori1-1/+1
2012-10-01vfio: Enable vfio-pci and mark supportedAlex Williamson2-1/+7
2012-10-01vfio: vfio-pci device assignment driverAlex Williamson2-0/+1978
2012-10-01Update Linux kernel headersAlex Williamson1-0/+368
2012-10-01Update kernel header script to include vfioAlex Williamson1-1/+1
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin6-49/+207
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost1-4/+4
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost1-8/+23
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost1-9/+11
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost2-1/+13
2012-09-30i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost1-1/+1
2012-09-27Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno3-14/+40
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson1-12/+10
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson1-1/+0
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson2-4/+6
2012-09-27target-unicore32: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson1-4/+5
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson12-12/+18
2012-09-27tci: Fix for AREG0 free modeStefan Weil2-9/+14
2012-09-26Versatile Express: Add modelling of NOR flashFrancesco Lavra1-2/+24
2012-09-26Versatile Express: Fix NOR flash 0 address and remove flash aliasFrancesco Lavra1-5/+2
2012-09-26hw/armv7m_nvic: Correctly register GIC region when setting up NVICMeador Inge1-1/+2
2012-09-26pl190: fix read of VECTADDRBrendan Fennell1-6/+12
2012-09-26usb: Fix usb_packet_map() in the presence of IOMMUsDavid Gibson1-9/+15
2012-09-26usb-redir: Adjust pkg-config check for usbredirparser .pc file rename (v2)Hans de Goede1-3/+3
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede1-20/+20
2012-09-26xhci: create a memory region for each portGerd Hoffmann1-42/+43
2012-09-26xhci: route string & usb hub supportGerd Hoffmann1-31/+55
2012-09-26xhci: tweak limitsGerd Hoffmann1-4/+4
2012-09-26compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann1-0/+16
2012-09-26add pc-1.3 machine typeGerd Hoffmann1-2/+10
2012-09-25add a boot parameter to set reboot timeoutAmos Kong4-4/+39
2012-09-25Clear handler only for valid fdOrit Wasserman1-1/+3
2012-09-25Fix address handling in inet_nonblocking_connectOrit Wasserman4-58/+126
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman6-16/+57
2012-09-25Refactor inet_connect_opts functionMichael S. Tsirkin1-63/+85
2012-09-25configure: Allow builds without any system or user emulationStefan Weil2-4/+5
2012-09-25ivshmem: add 64bit optionGerd Hoffmann2-3/+14
2012-09-25compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann1-0/+16
2012-09-25add pc-1.3 machine typeGerd Hoffmann1-2/+10
2012-09-25Cleanup unused global var qemu_system_powerdownIgor Mammedov2-6/+7
2012-09-25target-sparc: use notifier for signaling guest system_powerdown commandIgor Mammedov1-1/+13
2012-09-25target-arm: use notifier for signaling guest system_powerdown commandIgor Mammedov1-1/+13
2012-09-25acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov1-3/+5
2012-09-25Introduce powerdown_notifiersIgor Mammedov2-0/+9