summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann2-10/+14
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann3-11/+18
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann3-46/+52
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann1-93/+79
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann4-31/+70
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann1-3/+4
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann4-73/+114
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2-36/+43
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann3-7/+6
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell44-263/+604
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor3-1/+54
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor3-0/+4
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor2-18/+27
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor2-106/+40
2014-12-15sdhci: Set a default frequency clockKevin O'Connor1-2/+2
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini1-9/+16
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini1-0/+3
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini1-14/+12
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini1-2/+16
2014-12-15linuxboot: fix loading old kernelsPaolo Bonzini2-10/+27
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini3-3/+13
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