summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-15target-i386: add Ivy Bridge CPU modelPaolo Bonzini1-0/+32
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini3-2/+10
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini3-15/+43
2014-12-15pc: add 2.3 machine typesPaolo Bonzini2-7/+48
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk2-0/+17
2014-12-15cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2-12/+12
2014-12-15timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2-0/+9
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk3-1/+8
2014-12-15icount: introduce cpu_get_icount_rawPavel Dovgalyuk2-3/+11
2014-12-15icount: set can_do_io outside TB executionPavel Dovgalyuk2-0/+6
2014-12-15cpu-exec: reset exception_index correctlyPavel Dovgalyuk2-1/+5
2014-12-15cpu-exec: fix cpu_exec_nocachePavel Dovgalyuk1-1/+6
2014-12-15scsi-disk: provide maximum transfer lengthPaolo Bonzini1-0/+27
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster2-2/+2
2014-12-15scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster1-4/+2
2014-12-15scsi: Drop superfluous conditionals around g_free()Markus Armbruster1-4/+2
2014-12-15x86: Drop some superfluous casts from void *Markus Armbruster2-2/+2
2014-12-15x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster2-3/+2
2014-12-15x86: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster1-12/+4
2014-12-15x86: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-12-15target-i386: get/set/migrate XSAVES stateWanpeng Li4-1/+38
2014-12-15target-mips: kvm: do not use get_clock()Paolo Bonzini1-1/+1
2014-12-15target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini2-1/+34
2014-12-15coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_routeChristian Borntraeger1-1/+1
2014-12-15valgrind/s390x: avoid false positives on KVM_SET_FPU ioctlChristian Borntraeger1-1/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctlChristian Borntraeger1-1/+1
2014-12-15valgrind/i386: avoid false positives on KVM_GET_MSRS ioctlChristian Borntraeger1-1/+4
2014-12-15valgrind/i386: avoid false positives on KVM_SET_MSRS ioctlChristian Borntraeger1-3/+12
2014-12-15valgrind/i386: avoid false positives on KVM_SET_XCRS ioctlChristian Borntraeger1-1/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger1-1/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger1-2/+1
2014-12-15valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctlChristian Borntraeger1-1/+1
2014-12-15vfio: use kvm_resamplefds_enabled()Eric Auger1-3/+2
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger6-4/+17
2014-12-15target-i386: simplify AES emulationAurelien Jarno1-8/+8
2014-12-15Add bootloader name to multiboot implementationDrew DeVault1-5/+27
2014-11-25Update version for v2.2.0-rc3 releasev2.2.0-rc3Peter Maydell1-1/+1
2014-11-25input: move input-send-event into experimental namespaceGerd Hoffmann3-11/+15
2014-11-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell35-1025/+1962
2014-11-24pc: acpi: mark all possible CPUs as enabled in SRATIgor Mammedov1-8/+3
2014-11-24pcie: fix improper use of negative valueGonglei1-1/+1
2014-11-24pcie: fix typo in pcie_cap_deverr_init()Gonglei1-1/+1
2014-11-24target-i386: move generic memory hotplug methods to DSDTsPaolo Bonzini12-992/+1789
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin3-7/+14
2014-11-24hw/pci: fix crash on shpc error flowMarcel Apfelbaum1-0/+1
2014-11-24pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov1-0/+5
2014-11-24pc: explicitly check maxmem limit when adding DIMMIgor Mammedov1-0/+45
2014-11-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-30/+1
2014-11-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-10/+20
2014-11-24apic: fix incorrect handling of ExtINT interrupts wrt processor priorityPaolo Bonzini1-4/+4