summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-06-202-0/+11
|\
| * q35/mch: implement extended TSEG sizesLaszlo Ersek2017-06-162-0/+11
* | Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell2017-06-206-39/+266
|\ \
| * | block: make accounting thread-safePaolo Bonzini2017-06-161-2/+6
| * | block: split BlockAcctStats creation and setupPaolo Bonzini2017-06-161-1/+2
| * | block: protect modification of dirty bitmaps with a mutexPaolo Bonzini2017-06-162-9/+20
| * | block: introduce dirty_bitmap_mutexPaolo Bonzini2017-06-161-0/+5
| * | block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini2017-06-161-5/+9
| * | block: access write_gen with atomicsPaolo Bonzini2017-06-161-1/+1
| * | block: use Stat64 for wr_highest_offsetPaolo Bonzini2017-06-161-3/+4
| * | util: add stats64 modulePaolo Bonzini2017-06-161-0/+193
| * | throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini2017-06-161-5/+2Star
| * | block: access io_plugged with atomic opsPaolo Bonzini2017-06-161-3/+5
| * | block: access wakeup with atomic opsPaolo Bonzini2017-06-162-4/+8
| * | block: access serialising_in_flight with atomic opsPaolo Bonzini2017-06-161-4/+6
| * | block: access io_limits_disabled with atomic opsPaolo Bonzini2017-06-161-1/+2
| * | block: access quiesce_counter with atomic opsPaolo Bonzini2017-06-161-0/+1
| * | block: access copy_on_read with atomic opsPaolo Bonzini2017-06-161-5/+6
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-06-206-18/+94
|\ \
| * | vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2017-06-152-0/+37
| * | include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth2017-06-151-0/+20
| * | include/exec/poison: Add missing TARGET definesThomas Huth2017-06-151-0/+11
| * | nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy2017-06-151-6/+2Star
| * | nbd: Fix regression on resiliency to port scanEric Blake2017-06-151-1/+1
| * | memory: remove memory_region_set_fdMarc-André Lureau2017-06-151-11/+0Star
| * | Add memory_region_init_ram_from_fd()Marc-André Lureau2017-06-151-0/+20
| * | exec: split qemu_ram_alloc_from_file()Marc-André Lureau2017-06-151-0/+3
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170614-1' into st...Peter Maydell2017-06-191-0/+2
|\ \ \ | |_|/ |/| |
| * | spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann2017-06-141-0/+2
| |/
* | migration: Remove unneeded includesJuan Quintela2017-06-142-3/+2Star
* | migration: Fix compilation with older compilersJuan Quintela2017-06-143-4/+2Star
|/
* hw/intc/arm_gicv3_its: Allow save/restoreEric Auger2017-06-131-0/+2
* hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger2017-06-131-0/+8
* kvm-all: Pass an error object to kvm_device_accessEric Auger2017-06-131-4/+7
* timer.h: Provide better monotonic timePranith Kumar2017-06-131-3/+2Star
* hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski2017-06-131-4/+1Star
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell2017-06-135-279/+107Star
|\
| * migration: Move migration.h to migration/Juan Quintela2017-06-131-164/+0Star
| * migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-132-14/+13Star
| * migration: create global_state.cJuan Quintela2017-06-132-4/+25
| * migration: ram_control_* are implemented in qemu_fileJuan Quintela2017-06-131-18/+0Star
| * migration: Commands are only used inside migration.cJuan Quintela2017-06-131-15/+0Star
| * migration: Move constants to savevm.hJuan Quintela2017-06-131-15/+0Star
| * migration: Move dump_vmsate_json_to_file() to misc.hJuan Quintela2017-06-132-2/+4
| * migration: Split registration functions from vmstate.hJuan Quintela2017-06-132-38/+56
| * migration: Move self_announce_delay() to misc.hJuan Quintela2017-06-132-10/+10
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell2017-06-132-23/+25
|\ \
| * | Revert "spapr: fix memory hot-unplugging"Laurent Vivier2017-06-091-1/+0Star
| * | xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2017-06-091-1/+0Star
| * | xics: setup cpu at realize timeGreg Kurz2017-06-091-2/+1Star