summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | accel: cleanup error outputLaurent Vivier2017-08-011-10/+10
| * | cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert2017-08-011-3/+4
| * | vl.c/exit: pause cpus before closing block devicesDr. David Alan Gilbert2017-08-011-1/+1
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-08-0119-39/+140
|\ \ | |/ |/|
| * block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf2017-08-011-1/+2
| * qemu-iotests/059: Fix leaked image filesKevin Wolf2017-08-013-12/+24
| * qemu-iotests/063: Fix leaked imageKevin Wolf2017-08-011-3/+1Star
| * qemu-iotests/162: Fix leaked temporary filesKevin Wolf2017-08-011-0/+7
| * qemu-iotests/153: Fix leaked scratch imagesKevin Wolf2017-08-011-0/+1
| * qemu-iotests/141: Fix image cleanupKevin Wolf2017-08-011-1/+1
| * qemu-iotests: Remove blkdebug.conf after testsKevin Wolf2017-08-012-0/+2
| * qemu-iotests/041: Fix leaked scratch imagesKevin Wolf2017-08-011-1/+3
| * block: fix leaks in bdrv_open_driver()Manos Pitsidianakis2017-08-011-11/+11
| * block: fix dangling bs->explicit_options in block.cManos Pitsidianakis2017-08-011-0/+2
| * iotests: Add test of recent fix to 'qemu-img measure'Eric Blake2017-08-013-0/+71
| * iotests: Check dirty bitmap statistics in 124Eric Blake2017-08-011-1/+6
| * iotests: Redirect stderr to stdout in 186Max Reitz2017-08-012-7/+7
| * iotests: Fix test 156Max Reitz2017-08-011-2/+2
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-08-0151-485/+622
|\ \ | |/ |/|
| * monitor: Reduce handle_qmp_command() tracing overheadDenis V. Lunev2017-08-011-4/+5
| * trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-0128-395/+395
| * checkpatch: check trace-events code styleVladimir Sementsov-Ogievskiy2017-08-011-0/+19
| * trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-0111-56/+56
| * coding_style: add point about 0x in trace-eventsVladimir Sementsov-Ogievskiy2017-08-011-0/+35
| * trace: add trace_event_get_state_backends()Stefan Hajnoczi2017-08-015-17/+31
| * trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-019-0/+56
| * trace: ensure unique function / variable names per .stp fileDaniel P. Berrange2017-08-011-10/+19
| * trace: ensure .stp files are rebuilt if trace tool source changesDaniel P. Berrange2017-08-011-3/+6
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170731'...Peter Maydell2017-07-316-35/+101
|\
| * hw/mps2_scc: fix incorrect propertiesPhilippe Mathieu-Daudé2017-07-311-2/+2
| * target/arm: Migrate MPU_RNR register state for M profile coresPeter Maydell2017-07-311-0/+28
| * target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell2017-07-312-16/+26
| * target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell2017-07-314-13/+12Star
| * target/arm: Don't allow guest to make System space executable for M profilePeter Maydell2017-07-311-1/+15
| * target/arm: Don't do MPU lookups for addresses in M profile PPB regionPeter Maydell2017-07-311-1/+16
| * target/arm: Correct MPU trace handling of write vs executePeter Maydell2017-07-311-2/+2
* | Revert "syscall: fix dereference of undefined pointer"Peter Maydell2017-07-311-1/+0Star
|/
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-07-3174-102/+131
|\
| * docs: fix broken paths to docs/specs/ivshmem-spec.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
| * docs: fix broken paths to docs/config/ich9-ehci-uhci.cfgPhilippe Mathieu-Daudé2017-07-311-1/+1
| * docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-3147-47/+47
| * docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé2017-07-313-4/+4
| * docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé2017-07-315-5/+5
| * docs: fix broken paths to docs/interop/qcow2.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
| * docs: fix broken paths to docs/interop dirCleber Rosa2017-07-312-3/+3
| * thunk: assert nb_fields is validPhilippe Mathieu-Daudé2017-07-311-1/+2
| * syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé2017-07-311-4/+12
| * syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé2017-07-311-0/+1
| * syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé2017-07-311-0/+1
| * linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé2017-07-311-1/+1