Age | Commit message (Expand) | Author |
2017-07-10 | block: Simplify use of BDRV_BLOCK_RAW | Eric Blake |
2017-07-07 | xenfb: remove xen_init_display "temporary" hack | Stefano Stabellini |
2017-07-06 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s... | Peter Maydell |
2017-07-05 | s390x: vmstatify config migration for virtio-ccw | Halil Pasic |
2017-07-05 | tcg: add CONFIG_TCG guards in headers | Yang Zhong |
2017-07-04 | tcg: move tb_lock out of translate-all.h | Paolo Bonzini |
2017-07-04 | tcg: make tcg_allowed global | Yang Zhong |
2017-07-04 | vl: convert -tb-size to qemu_strtoul | Paolo Bonzini |
2017-07-04 | qemu-thread: Assert locks are initialized before using | Fam Zheng |
2017-07-04 | main_loop: Make main_loop_wait() return void | Peter Maydell |
2017-07-04 | include/exec/poison: Mark CONFIG_SOFTMMU as poisoned | Thomas Huth |
2017-07-04 | cpu: Introduce a wrapper for tlb_flush() that can be used in common code | Thomas Huth |
2017-07-04 | include/exec/poison: Mark CONFIG_KVM as poisoned, too | Thomas Huth |
2017-07-04 | Move CONFIG_KVM related definitions to kvm_i386.h | Thomas Huth |
2017-07-04 | include/exec/poison: Add some more missing TARGET and CONFIG defines | Thomas Huth |
2017-07-04 | vcpu_dirty: share the same field in CPUState for all accelerators | Sergio Andres Gomez Del Real |
2017-07-03 | pci: Convert shpc_init() to Error | Mao Zhongyi |
2017-07-03 | pci: Convert to realize | Mao Zhongyi |
2017-07-03 | pci: Replace pci_add_capability2() with pci_add_capability() | Mao Zhongyi |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi |
2017-07-03 | virtio-net: enable configurable tx queue size | Wei Wang |
2017-06-30 | tcg: consistently access cpu->tb_jmp_cache atomically | Emilio G. Cota |
2017-06-30 | gen-icount: use tcg_ctx.tcg_env instead of cpu_env | Emilio G. Cota |
2017-06-30 | gen-icount: add missing inline to gen_tb_end | Emilio G. Cota |
2017-06-30 | Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging | Peter Maydell |
2017-06-30 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'... | Peter Maydell |
2017-06-30 | block: Add BDRV_BLOCK_EOF to bdrv_get_block_status() | Eric Blake |
2017-06-30 | spapr: Clean up DRC set_isolation_state() path | David Gibson |
2017-06-30 | spapr: Clean up DRC set_allocation_state path | David Gibson |
2017-06-30 | spapr: Eliminate DRC 'signalled' state variable | David Gibson |
2017-06-30 | spapr: fix migration of ICPState objects from/to older QEMU | Greg Kurz |
2017-06-30 | pseries: Move CPU compatibility property to machine | David Gibson |
2017-06-29 | softfloat: define floatx80_round() | Laurent Vivier |
2017-06-28 | exec: fix access to ram_list.dirty_memory when sync dirty bitmap | Haozhong Zhang |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-06-28 | migration: hmp: dump globals | Peter Xu |
2017-06-28 | migration: move skip_section_footers | Peter Xu |
2017-06-28 | migration: move skip_configuration out | Peter Xu |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu |
2017-06-28 | migration: move global_state.optional out | Peter Xu |
2017-06-28 | migration: let MigrationState be a qdev | Peter Xu |
2017-06-28 | accel: introduce AccelClass.global_props | Peter Xu |
2017-06-28 | machine: export register_compat_prop() | Peter Xu |
2017-06-27 | exec: allow to get a pointer for some mmio memory region | KONRAD Frederic |
2017-06-27 | introduce mmio_interface | KONRAD Frederic |
2017-06-27 | qdev: add MemoryRegion property | KONRAD Frederic |
2017-06-26 | fix: avoid an infinite loop or a dangling pointer problem in img_commit | sochin.jiang |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis |
2017-06-26 | block: Remove bdrv_aio_readv/writev/flush() | Kevin Wolf |
2017-06-23 | ps2: add and use PS2State typedef | Gerd Hoffmann |