summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell3-4/+23
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell14-97/+124
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell3-5/+6
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann1-2/+2
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann1-2/+6
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann1-0/+15
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+11
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell6-39/+266
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-18/+94
2017-06-20isa: use get_uint() for "io-base"Marc-André Lureau1-1/+1
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau2-9/+21
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau2-5/+7
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau1-13/+13
2017-06-20object: add uint property setter/getterMarc-André Lureau1-0/+23
2017-06-20qnum: add uint typeMarc-André Lureau1-0/+7
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2-4/+2
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau8-68/+58
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson1-4/+1
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota1-1/+2
2017-06-19util: add cacheinfoEmilio G. Cota1-0/+3
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170614-1' into st...Peter Maydell1-0/+2
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau2-6/+1
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek2-0/+11
2017-06-16block: make accounting thread-safePaolo Bonzini1-2/+6
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini1-1/+2
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini2-9/+20
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini1-0/+5
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini1-5/+9
2017-06-16block: access write_gen with atomicsPaolo Bonzini1-1/+1
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini1-3/+4
2017-06-16util: add stats64 modulePaolo Bonzini1-0/+193
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini1-5/+2
2017-06-16block: access io_plugged with atomic opsPaolo Bonzini1-3/+5
2017-06-16block: access wakeup with atomic opsPaolo Bonzini2-4/+8
2017-06-16block: access serialising_in_flight with atomic opsPaolo Bonzini1-4/+6
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini1-1/+2
2017-06-16block: access quiesce_counter with atomic opsPaolo Bonzini1-0/+1
2017-06-16block: access copy_on_read with atomic opsPaolo Bonzini1-5/+6
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2-0/+37
2017-06-15include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth1-0/+20
2017-06-15include/exec/poison: Add missing TARGET definesThomas Huth1-0/+11
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy1-6/+2
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake1-1/+1
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau1-11/+0
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau1-0/+20
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau1-0/+3
2017-06-14migration: Remove unneeded includesJuan Quintela2-3/+2
2017-06-14migration: Fix compilation with older compilersJuan Quintela3-4/+2
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann1-0/+2
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger1-0/+2