summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sdl2: turn on keyboard grabsGerd Hoffmann2014-12-171-3/+4
* sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann2014-12-174-73/+114
* sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2014-12-172-36/+43
* sdl: move version logic from source code to makefileGerd Hoffmann2014-12-163-7/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-1544-263/+604
|\
| * sdhci: Support SDHCI devices on PCIKevin O'Connor2014-12-153-1/+54
| * sdhci: Define SDHCI PCI idsKevin O'Connor2014-12-153-0/+4
| * sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor2014-12-152-18/+27
| * sdhci: Remove class "virtual" methodsKevin O'Connor2014-12-152-106/+40
| * sdhci: Set a default frequency clockKevin O'Connor2014-12-151-2/+2
| * serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini2014-12-151-9/+16
| * serial: update LSR on enabling/disabling FIFOsPaolo Bonzini2014-12-151-0/+3
| * serial: clean up THRE/TEMT handlingPaolo Bonzini2014-12-151-14/+12
| * serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini2014-12-151-2/+16
| * linuxboot: fix loading old kernelsPaolo Bonzini2014-12-152-10/+27
| * kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2014-12-153-3/+13
| * target-i386: add Ivy Bridge CPU modelPaolo Bonzini2014-12-151-0/+32
| * target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2014-12-153-2/+10
| * target-i386: add VME to all CPUsPaolo Bonzini2014-12-153-15/+43
| * pc: add 2.3 machine typesPaolo Bonzini2014-12-152-7/+48
| * i386: do not cross the pages boundaries in replay modePavel Dovgalyuk2014-12-152-0/+17
| * cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2014-12-152-12/+12
| * timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2014-12-152-0/+9
| * cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk2014-12-153-1/+8
| * icount: introduce cpu_get_icount_rawPavel Dovgalyuk2014-12-152-3/+11
| * icount: set can_do_io outside TB executionPavel Dovgalyuk2014-12-152-0/+6
| * cpu-exec: reset exception_index correctlyPavel Dovgalyuk2014-12-152-1/+5
| * cpu-exec: fix cpu_exec_nocachePavel Dovgalyuk2014-12-151-1/+6
| * scsi-disk: provide maximum transfer lengthPaolo Bonzini2014-12-151-0/+27
| * scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-152-2/+2
| * scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster2014-12-151-4/+2
| * scsi: Drop superfluous conditionals around g_free()Markus Armbruster2014-12-151-4/+2
| * x86: Drop some superfluous casts from void *Markus Armbruster2014-12-152-2/+2
| * x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-152-3/+2
| * x86: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster2014-12-151-12/+4
| * x86: Drop superfluous conditionals around g_free()Markus Armbruster2014-12-151-3/+1
| * target-i386: get/set/migrate XSAVES stateWanpeng Li2014-12-154-1/+38
| * target-mips: kvm: do not use get_clock()Paolo Bonzini2014-12-151-1/+1
| * target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini2014-12-152-1/+34
| * coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_routeChristian Borntraeger2014-12-151-1/+1
| * valgrind/s390x: avoid false positives on KVM_SET_FPU ioctlChristian Borntraeger2014-12-151-1/+1
| * valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctlChristian Borntraeger2014-12-151-1/+1
| * valgrind/i386: avoid false positives on KVM_GET_MSRS ioctlChristian Borntraeger2014-12-151-1/+4
| * valgrind/i386: avoid false positives on KVM_SET_MSRS ioctlChristian Borntraeger2014-12-151-3/+12
| * valgrind/i386: avoid false positives on KVM_SET_XCRS ioctlChristian Borntraeger2014-12-151-1/+1
| * valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger2014-12-151-1/+1
| * valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger2014-12-151-2/+1
| * valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctlChristian Borntraeger2014-12-151-1/+1
| * vfio: use kvm_resamplefds_enabled()Eric Auger2014-12-151-3/+2
| * KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2014-12-156-4/+17
OpenPOWER on IntegriCloud