summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-1914-50/+94
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180216' into s...Peter Maydell2018-02-163-18/+4Star
|\
| * monitor.c: Fix infinite loop in monitor's auto-completeDr. David Alan Gilbert2018-02-161-2/+4
| * monitor: Remove legacy "-mon default=on" parameterThomas Huth2018-02-163-16/+0Star
* | cuda.h: Fix multiple typedefDr. David Alan Gilbert2018-02-161-2/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180216-pull-request' i...Peter Maydell2018-02-166-33/+53
|\
| * ui: extend VNC trottling tracing to SASL codepathsDaniel P. Berrangé2018-02-161-0/+11
| * ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé2018-02-161-9/+13
| * ui: avoid 'local_err' variable shadowing in VNC SASL authDaniel P. Berrangé2018-02-161-2/+0Star
| * ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé2018-02-161-2/+2
| * sdl2: fix mouse grabGerd Hoffmann2018-02-161-0/+1
| * sdl: restore optimized redrawAnatoly Trosinenko2018-02-161-16/+7Star
| * vnc: fix segfault in closed connection handlingKlim Kireev2018-02-162-3/+18
| * vnc: add qapi/error.h include to stubsGerd Hoffmann2018-02-161-0/+1
| * vnc: remove bogus object_unref on client socketDaniel P. Berrangé2018-02-161-1/+0Star
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180216' int...Peter Maydell2018-02-1622-978/+1960
|\ \
| * | ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan2018-02-163-1/+1186
| * | ppc/spapr-caps: Disallow setting workaround for spapr-cap-ibsSuraj Jitindar Singh2018-02-161-2/+4
| * | target/ppc: convert to TranslatorOpsEmilio G. Cota2018-02-161-162/+167
| * | target/ppc: convert to DisasContextBaseEmilio G. Cota2018-02-163-86/+91
| * | spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz2018-02-161-7/+23
| * | spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz2018-02-162-9/+9
| * | spapr: move VCPU calculation to core machine codeGreg Kurz2018-02-163-7/+22
| * | spapr: use spapr->vsmt to compute VCPU idsGreg Kurz2018-02-161-14/+10Star
| * | ppc/spapr-caps: Change migration macro to take full spapr-cap nameSuraj Jitindar Singh2018-02-161-15/+15
| * | hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-165-165/+170
| * | hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commitDaniel Henrique Barboza2018-02-161-1/+11
| * | cuda: convert to trace-eventsMark Cave-Ayland2018-02-163-33/+29Star
| * | ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-164-77/+109
| * | cuda: convert to use the shared mos6522 deviceMark Cave-Ayland2018-02-162-489/+204Star
* | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180214a'...Peter Maydell2018-02-1613-122/+388
|\ \ \
| * | | migration: pass MigrationState to migrate_init()Peter Xu2018-02-143-7/+7
| * | | migration: allow send_rq to failPeter Xu2018-02-142-8/+29
| * | | migration: provide postcopy_fault_thread_notify()Peter Xu2018-02-142-15/+22
| * | | migration: reuse mis->userfault_quit_fdPeter Xu2018-02-142-11/+24
| * | | migration: better error handling with QEMUFilePeter Xu2018-02-143-6/+60
| * | | tests/migration: Add test for migration to bad destinationDr. David Alan Gilbert2018-02-141-15/+50
| * | | migration: Fix early failure cleanupDr. David Alan Gilbert2018-02-141-5/+7
| * | | tests/migration: Add source to PC boot blockDr. David Alan Gilbert2018-02-144-48/+180
| * | | migration: improve documentation of postcopy-ramGreg Kurz2018-02-143-7/+10
| * | | migration/xen: Check return value of qemu_fcloseRoss Lagerwall2018-02-141-2/+1Star
* | | | Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell2018-02-167-17/+48
|\ \ \ \
| * | | | allow to build with older sedJan Beulich2018-02-151-2/+1Star
| * | | | io/channel-command: Do not kill the child process after closing the pipeThomas Huth2018-02-151-1/+11
| * | | | io: Add /dev/fdset/ support to QIOChannelFileRoss Lagerwall2018-02-151-3/+3
| * | | | io: Don't call close multiple times in QIOChannelFileRoss Lagerwall2018-02-151-0/+1
| * | | | io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall2018-02-153-10/+27
| * | | | io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov2018-02-151-2/+5
| * | | | io: fix QIONetListener memory leakPaolo Bonzini2018-02-151-0/+1
* | | | | tests/boot-serial-test: Fix problem with timeout due to dropped charactersThomas Huth2018-02-161-2/+2
| |_|/ / |/| | |