aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-25ui: deprecate use of SDL 1.2 in favour of 2.0 seriesDaniel P. Berrange3-0/+16
2018-01-25ui: ignore hardware keycode 255 on win32Daniel P. Berrange1-0/+6
2018-01-25ui: add fix for GTK Pause key handling on Win32Daniel P. Berrange1-1/+8
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange9-317/+300
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange5-272/+16
2018-01-25ui: avoid sign extension using client width/heightDaniel P. Berrange2-2/+11
2018-01-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-27/+9
2018-01-24Revert "qemu: add a cleanup callback function to EventNotifier"Michael S. Tsirkin3-7/+1
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin2-15/+8
2018-01-24Revert "virtio: improve virtio devices initialization time"Michael S. Tsirkin1-5/+0
2018-01-24Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into stagingPeter Maydell18-146/+28081
2018-01-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell7-60/+342
2018-01-23Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180122' into stagingPeter Maydell18-28/+124
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell68-448/+580
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell8-382/+8
2018-01-22target/xtensa: disas/xtensa: fix coverity warningsMax Filippov2-4/+4
2018-01-22target/xtensa: add sample_controller coreMax Filippov5-0/+12216
2018-01-22target/xtensa: allow different default CPU for MMU/noMMUMax Filippov2-9/+14
2018-01-22block/parallels: add backing support to readv/writevEdgar Kaziakhmedov1-6/+44
2018-01-22block/parallels: replace some magic numbersKlim Kireev2-2/+5
2018-01-22block/parallels: move some structures into headerKlim Kireev2-52/+87
2018-01-22configure: add dependencyKlim Kireev3-0/+30
2018-01-22docs/interop/prl-xml: description of Parallels Disk formatKlim Kireev1-0/+158
2018-01-22block: add block_set_io_throttle virtio-blk-pci QMP exampleStefan Hajnoczi1-0/+18
2018-01-22Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell14-190/+191
2018-01-22Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell1-1/+1
2018-01-22Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-30/+33
2018-01-22s390x/kvm: provide stfle.81Christian Borntraeger3-0/+3
2018-01-22s390x/kvm: Handle bpb featureChristian Borntraeger7-0/+36
2018-01-22linux-headers: updateCornelia Huck5-16/+36
2018-01-22s390x/tcg: fixup TEST PROTECTIONDavid Hildenbrand3-23/+22
2018-01-22s390x: fix storage attributes migration for non-small guestsClaudio Imbrenda1-2/+2
2018-01-22hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()Alistair Francis1-2/+3
2018-01-22s390x/sclp: fix missing be conversionDavid Hildenbrand1-2/+2
2018-01-22s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand3-4/+41
2018-01-22s390x/sclp: fixup highest CPU addressChristian Borntraeger1-1/+1
2018-01-22hw/isa: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+4
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2018-01-22hw/bt: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis6-67/+65
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis2-6/+4
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis63-269/+269
2018-01-22tests/cpu-plug-test: Test CPU hot-plugging on s390xThomas Huth2-0/+40
2018-01-22tests/cpu-plug-test: Check CPU hot-plugging on ppc64, tooThomas Huth2-0/+51
2018-01-22tests/cpu-plug-test: Check the CPU hot-plugging with device_add, tooThomas Huth1-2/+45
2018-01-22tests: Rename pc-cpu-test.c to cpu-plug-test.cThomas Huth2-14/+14
2018-01-20dump-guest-memory.py: fix python 2 supportMarc-André Lureau1-1/+1
2018-01-20target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstateSuraj Jitindar Singh1-54/+24
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater5-5/+84
2018-01-20sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan1-5/+5
2018-01-20sm501: Add missing break to caseBALATON Zoltan1-0/+1