aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-06-20isa: use get_uint() for "io-base"Marc-André Lureau
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau
2017-06-20object: add uint property setter/getterMarc-André Lureau
2017-06-20qnum: add uint typeMarc-André Lureau
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota
2017-06-19util: add cacheinfoEmilio G. Cota
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170614-1' into st...Peter Maydell
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek
2017-06-16block: make accounting thread-safePaolo Bonzini
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini
2017-06-16block: access write_gen with atomicsPaolo Bonzini
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini
2017-06-16util: add stats64 modulePaolo Bonzini
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini
2017-06-16block: access io_plugged with atomic opsPaolo Bonzini
2017-06-16block: access wakeup with atomic opsPaolo Bonzini
2017-06-16block: access serialising_in_flight with atomic opsPaolo Bonzini
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini
2017-06-16block: access quiesce_counter with atomic opsPaolo Bonzini
2017-06-16block: access copy_on_read with atomic opsPaolo Bonzini
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi
2017-06-15include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth
2017-06-15include/exec/poison: Add missing TARGET definesThomas Huth
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau
2017-06-14migration: Remove unneeded includesJuan Quintela
2017-06-14migration: Fix compilation with older compilersJuan Quintela
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann