summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | qemu-iotests: 068: test iothread modeStefan Hajnoczi2017-06-262-10/+24
| * | qemu-iotests: 068: use -drive/-device instead of -hdaStefan Hajnoczi2017-06-261-1/+6
| * | qemu-iotests: 068: extract _qemu() functionStefan Hajnoczi2017-06-261-6/+9
| * | migration: hold AioContext lock for loadvm qemu_fclose()Stefan Hajnoczi2017-06-261-1/+1
| * | throttle: Update throttle-groups.c documentationAlberto Garcia2017-06-261-1/+1
| * | doc: Document driver-specific -blockdev optionsKevin Wolf2017-06-261-1/+114
| * | doc: Document generic -blockdev optionsKevin Wolf2017-06-261-29/+79
| * | migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()Stefan Hajnoczi2017-06-261-3/+15
| * | migration: avoid recursive AioContext locking in save_vmstate()Stefan Hajnoczi2017-06-261-1/+11
| * | block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()Stefan Hajnoczi2017-06-261-3/+1Star
| * | block: count bdrv_co_rw_vmstate() requestsStefan Hajnoczi2017-06-261-5/+12
| * | qemu-iotests: Test exiting qemu with running jobKevin Wolf2017-06-263-0/+266
| * | qemu-iotests: Allow starting new qemu after cleanupKevin Wolf2017-06-261-0/+3
| * | commit: Fix completion with extra referenceKevin Wolf2017-06-261-0/+7
* | | configure: Define NCURSES_WIDECHAR if we're using cursesPeter Maydell2017-06-261-0/+2
|/ /
* | Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170623' into stagingPeter Maydell2017-06-237-89/+411
|\ \
| * | target/s390x: Implement idte instructionDavid Hildenbrand2017-06-235-0/+70
| * | target/s390x: Improve heuristic for ipteDavid Hildenbrand2017-06-231-9/+16
| * | target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand2017-06-233-3/+6
| * | target/s390x: Clean up TB flag bitsRichard Henderson2017-06-232-23/+17Star
| * | target/s390x: Finish implementing ETF2-ENHRichard Henderson2017-06-232-3/+13
| * | target/s390x: Mark STFLE_49 facility as availableRichard Henderson2017-06-231-0/+1
| * | target/s390x: Implement processor-assist insnRichard Henderson2017-06-232-0/+4
| * | target/s390x: Implement execution-hint insnsRichard Henderson2017-06-232-1/+13
| * | target/s390x: Mark STFLE_53 facility as availableRichard Henderson2017-06-231-0/+1
| * | target/s390x: Implement load-and-zero-rightmost-byte insnsRichard Henderson2017-06-232-0/+12
| * | target/s390x: Implement load-on-condition-2 insnsRichard Henderson2017-06-233-3/+25
| * | target/s390x: Mark FPSEH facility as availableRichard Henderson2017-06-231-0/+1
| * | target/s390x: implement mvcos instructionDavid Hildenbrand2017-06-236-15/+201
| * | target/s390x: change PSW_SHIFT_KEYDavid Hildenbrand2017-06-232-2/+2
| * | target/s390x: Map existing FAC_* names to S390_FEAT_* namesRichard Henderson2017-06-231-30/+29Star
* | | Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170622' into ...Peter Maydell2017-06-231-1/+1
|\ \ \
| * | | MAINTAINERS: seccomp: change email contact for Eduardo Otubootubo2017-06-221-1/+1
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/queue/misc-pull-request' in...Peter Maydell2017-06-231-60/+151
|\ \ \ \
| * | | | applesmc: fix port i/o access widthGabriel L. Somlo2017-06-231-2/+2
| * | | | applesmc: implement error status portGabriel L. Somlo2017-06-231-26/+115
| * | | | applesmc: cosmetic whitespace and indentation cleanupGabriel L. Somlo2017-06-231-48/+50
| | |_|/ | |/| |
* | | | ui/cocoa.m: add Speed menuJohn Arbuckle2017-06-231-0/+56
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-and-input-20170623-pull-...Peter Maydell2017-06-238-29/+45
|\ \ \ \ | |/ / / |/| | |
| * | | ps2: reset queue in ps2_reset_keyboardGerd Hoffmann2017-06-231-0/+1
| * | | ps2: add ps2_reset_queueGerd Hoffmann2017-06-231-5/+10
| * | | ps2: add and use PS2State typedefGerd Hoffmann2017-06-233-9/+8Star
| * | | sdl2: add assert to make coverity happyGerd Hoffmann2017-06-231-0/+1
| * | | hid: Reset kbd modifiers on resetAlexander Graf2017-06-231-0/+1
| * | | input: Decrement queue count on kbd delayAlexander Graf2017-06-231-0/+1
| * | | keymaps: add tracingGerd Hoffmann2017-06-232-15/+23
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell2017-06-229-385/+984
|\ \ \ | |/ / |/| |
| * | target-m68k: add FPCR and FPSRLaurent Vivier2017-06-216-119/+421
| * | target-m68k: define 96bit FP registers for gdb on 680x0Laurent Vivier2017-06-213-1/+67
| * | target-m68k: use floatx80 internallyLaurent Vivier2017-06-217-291/+509