Age | Commit message (Expand) | Author |
2018-05-15 | block: Add BDRV_REQ_WRITE_UNCHANGED flag | Max Reitz |
2018-05-15 | block: BLK_PERM_WRITE includes ..._UNCHANGED | Max Reitz |
2018-05-15 | blockjob: Add block_job_driver() | Kevin Wolf |
2018-05-15 | blockjob: Introduce block_job_ratelimit_get_delay() | Kevin Wolf |
2018-05-15 | blockjob: Implement block_job_set_speed() centrally | Kevin Wolf |
2018-05-15 | blockjob: Move RateLimit to BlockJob | Kevin Wolf |
2018-05-15 | blockjob: Wrappers for progress counter access | Kevin Wolf |
2018-05-15 | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake |
2018-05-15 | block: Drop last of the sector-based aio callbacks | Eric Blake |
2018-05-15 | file-win32: Switch to byte-based callbacks | Eric Blake |
2018-05-15 | block: Support byte-based aio callbacks | Eric Blake |
2018-05-15 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20180515-pull-request... | Peter Maydell |
2018-05-15 | ps2: Fix mouse stream corruption due to lost data | Geoffrey McRae |
2018-05-15 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r... | Peter Maydell |
2018-05-14 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into staging | Peter Maydell |
2018-05-14 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2018-05-14 | s390x: refactor reset/reipl handling | David Hildenbrand |
2018-05-14 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2018-05-14 | linux-user: correctly align types in thunking code | Laurent Vivier |
2018-05-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-05-14 | net: Remove the deprecated "vlan" parameter | Thomas Huth |
2018-05-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'... | Peter Maydell |
2018-05-10 | atomic.h: Work around gcc spurious "unused value" warning | Peter Maydell |
2018-05-10 | arm/boot: split load_dtb() from arm_load_kernel() | Igor Mammedov |
2018-05-10 | platform-bus-device: use device plug callback instead of machine_done notifier | Igor Mammedov |
2018-05-10 | pc: simplify MachineClass::get_hotplug_handler handling | Igor Mammedov |
2018-05-10 | blockjob: drop block_job_pause/resume_all() | Stefan Hajnoczi |
2018-05-09 | translator: merge max_insns into DisasContextBase | Emilio G. Cota |
2018-05-09 | qemu-options: Bail out on unsupported options instead of silently ignoring them | Thomas Huth |
2018-05-09 | opts: don't silently truncate long option values | Daniel P. Berrangé |
2018-05-09 | accel: use g_strsplit for parsing accelerator names | Daniel P. Berrangé |
2018-05-09 | exec: reintroduce MemoryRegion caching | Paolo Bonzini |
2018-05-09 | exec: move memory access declarations to a common header, inline *_phys funct... | Paolo Bonzini |
2018-05-09 | memdev: remove "id" property | Paolo Bonzini |
2018-05-09 | qom: allow object_get_canonical_path_component without parent | Paolo Bonzini |
2018-05-08 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2018-05-08 | Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050... | Peter Maydell |
2018-05-07 | spapr: rename "hotplug memory" terminology to "device memory" | David Hildenbrand |
2018-05-07 | pc: rename "hotplug memory" terminology to "device memory" | David Hildenbrand |
2018-05-07 | machine: rename MemoryHotplugState to DeviceMemoryState | David Hildenbrand |
2018-05-07 | pc-dimm: move actual plug/unplug of a memory region to MemoryDevice | David Hildenbrand |
2018-05-07 | pc-dimm: factor out capacity and slot checks into MemoryDevice | David Hildenbrand |
2018-05-07 | pc-dimm: factor out address search into MemoryDevice code | David Hildenbrand |
2018-05-07 | pc-dimm: pass in the machine and to the MemoryHotplugState | David Hildenbrand |
2018-05-07 | pc-dimm: no need to pass the memory region | David Hildenbrand |
2018-05-07 | machine: make MemoryHotplugState accessible via the machine | David Hildenbrand |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand |
2018-05-06 | RISC-V: Make virt header comment title consistent | Michael Clark |
2018-05-06 | RISC-V: Make some header guards more specific | Michael Clark |
2018-05-06 | RISC-V: Remove unused class definitions | Michael Clark |