OSDN Git Service

qmiga/qemu.git
2021-06-16 Lara Laziertarget/i386: Added consistency checks for VMRUN interce...
2021-06-16 Lara Laziertarget/i386: Refactored intercept checks into cpu_svm_h...
2021-06-15 David Michaelconfigure: map x32 to cpu_family x86_64 for meson
2021-06-15 David Hildenbrandhmp: Print "reserve" property of memory backends with...
2021-06-15 David Hildenbrandqmp: Include "reserve" property of memory backends
2021-06-15 David Hildenbrandhmp: Print "share" property of memory backends with...
2021-06-15 David Hildenbrandqmp: Include "share" property of memory backends
2021-06-15 David Hildenbrandqmp: Clarify memory backend properties returned via...
2021-06-15 David Hildenbrandhostmem: Wire up RAM_NORESERVE via "reserve" property
2021-06-15 David Hildenbrandutil/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERV...
2021-06-15 David Hildenbrandmemory: Introduce RAM_NORESERVE and wire it up in qemu_...
2021-06-15 David Hildenbrandutil/mmap-alloc: Pass flags instead of separate bools...
2021-06-15 David Hildenbrandsoftmmu/memory: Pass ram_flags to qemu_ram_alloc()...
2021-06-15 David Hildenbrandsoftmmu/memory: Pass ram_flags to memory_region_init_ra...
2021-06-15 David Hildenbrandsoftmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
2021-06-15 David Hildenbrandutil/mmap-alloc: Factor out activating of memory to...
2021-06-15 David Hildenbrandutil/mmap-alloc: Factor out reserving of a memory regio...
2021-06-15 David Hildenbrandutil/mmap-alloc: Factor out calculation of the pagesize...
2021-06-15 David Hildenbrandsoftmmu/physmem: Fix qemu_ram_remap() to handle shared...
2021-06-15 David Hildenbrandsoftmmu/physmem: Fix ram_block_discard_range() to handl...
2021-06-15 David Hildenbrandsoftmmu/physmem: Mark shared anonymous memory RAM_SHARED
2021-06-15 Paolo Bonziniesp: store lun coming from the MESSAGE OUT phase
2021-06-15 Mark Cave-Aylandesp: fix migration version check in esp_is_version_5()
2021-06-15 Mark Cave-Aylandesp: correctly accumulate extended messages for PDMA
2021-06-15 Mark Cave-Aylandesp: revert 75ef849696 "esp: correctly fill bus id...
2021-06-15 Mark Cave-Aylandesp: ensure PDMA write transfers are flushed from the...
2021-06-15 Mark Cave-Aylandesp: handle non-DMA transfers from the target one byte...
2021-06-15 Mark Cave-Aylandesp: allow non-DMA callback in esp_transfer_data()...
2021-06-15 Mark Cave-Aylandesp: only set ESP_RSEQ at the start of the select sequence
2021-06-15 Mark Cave-Aylandesp: only assert INTR_DC interrupt flag if selection...
2021-06-15 Peng Liangrunstate: Initialize Error * to NULL
2021-06-15 Maxim Levitskyblock/scsi: correctly emulate the VPD block limits...
2021-06-15 Paolo Bonziniqemu-config: use qemu_opts_from_qdict
2021-06-15 Zhenzhong Duanvl: Fix an assert failure in error path
2021-06-15 Paolo Bonzinivnc: avoid deprecation warnings for SASL on OS X
2021-06-14 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-06-14 Daniel P. Berrangéusb/dev-mtp: use GDateTime for formatting timestamp...
2021-06-14 Daniel P. Berrangéblock: use GDateTime for formatting timestamp when...
2021-06-14 Daniel P. Berrangémigration: use GDateTime for formatting timestamp in...
2021-06-14 Daniel P. Berrangéblock: remove duplicate trace.h include
2021-06-14 Daniel P. Berrangéblock: add trace point when fdatasync fails
2021-06-14 Daniel P. Berrangéblock: preserve errno from fdatasync failures
2021-06-14 Daniel P. Berrangésoftmmu: add trace point when bdrv_flush_all fails
2021-06-14 Daniel P. Berrangémigration: add trace point when vm_stop_force_state...
2021-06-14 Daniel P. Berrangésasl: remove comment about obsolete kerberos versions
2021-06-14 Daniel P. Berrangédocs: recommend SCRAM-SHA-256 SASL mech instead of...
2021-06-14 Daniel P. Berrangédocs: document usage of the authorization framework
2021-06-14 Daniel P. Berrangédocs: document how to pass secret data to QEMU
2021-06-14 Daniel P. Berrangédocs: add table of contents to QAPI references
2021-06-14 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-14 Luis Piresdocs/devel: Explain in more detail the TB chaining...
2021-06-14 Richard Hendersonsoftfloat: Fix tp init in float32_exp2
2021-06-14 Jose R. Zivianitcg/arm: Fix tcg_out_op function signature
2021-06-14 Richard Hendersontcg: Fix documentation for tcg_constant_* vs tcg_temp_f...
2021-06-14 Richard Hendersontcg: Introduce tcg_remove_ops_after
2021-06-14 Richard Hendersontcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
2021-06-14 Richard Hendersontcg: When allocating for !splitwx, begin with PROT_NONE
2021-06-14 Richard Hendersontcg: Merge buffer protection and guard page protection
2021-06-14 Richard Hendersontcg: Round the tb_size default from qemu_get_host_physmem
2021-06-14 Richard Hendersonutil/osdep: Add qemu_mprotect_rw
2021-06-14 Richard Hendersontcg: Sink qemu_madvise call to common code
2021-06-14 Richard Hendersontcg: Return the map protection from alloc_code_gen_buffer
2021-06-14 Richard Hendersontcg: Allocate code_gen_buffer into struct tcg_region_state
2021-06-11 Richard Hendersontcg: Move in_code_gen_buffer and tests to region.c
2021-06-11 Richard Hendersontcg: Tidy split_cross_256mb
2021-06-11 Richard Hendersontcg: Tidy tcg_n_regions
2021-06-11 Richard Hendersontcg: Rename region.start to region.after_prologue
2021-06-11 Richard Hendersontcg: Replace region.end with region.total_size
2021-06-11 Richard Hendersontcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
2021-06-11 Richard Hendersontcg: Introduce tcg_max_ctxs
2021-06-11 Richard Hendersonaccel/tcg: Pass down max_cpus to tcg_init
2021-06-11 Richard Hendersonaccel/tcg: Use MiB in tcg_init_machine
2021-06-11 Richard Hendersonaccel/tcg: Merge tcg_exec_init into tcg_init_machine
2021-06-11 Richard Hendersontcg: Create tcg_init
2021-06-11 Richard Hendersonaccel/tcg: Rename tcg_init to tcg_init_machine
2021-06-11 Richard Hendersonaccel/tcg: Move alloc_code_gen_buffer to tcg/region.c
2021-06-11 Richard Hendersonaccel/tcg: Inline cpu_gen_init
2021-06-11 Richard Hendersontcg: Split out region.c
2021-06-11 Richard Hendersontcg: Split out tcg_region_prologue_set
2021-06-11 Richard Hendersontcg: Split out tcg_region_initial_alloc
2021-06-11 Richard Hendersontcg: Remove error return from tcg_region_initial_alloc_...
2021-06-11 Richard Hendersontcg: Re-order tcg_region_init vs tcg_prologue_init
2021-06-11 Richard Hendersonmeson: Split out fpu/meson.build
2021-06-11 Richard Hendersonmeson: Split out tcg/meson.build
2021-06-11 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-06-11 Rao, LeiFixed calculation error of pkt->header_size in fill_pkt...
2021-06-11 Rao, LeiAdd the function of colo_compare_cleanup
2021-06-11 Rao, LeiAdd a function named packet_new_nocopy for COLO.
2021-06-11 Rao, LeiRemove migrate_set_block_enabled in checkpoint
2021-06-11 Rao, LeiOptimize the function of filter_send
2021-06-11 Rao, LeiFix the qemu crash when guest shutdown during checkpoint
2021-06-11 Rao, LeiRemove some duplicate trace code.
2021-06-11 Paolo Bonzininetdev: add more commands to preconfig mode
2021-06-11 Jason Wangvhost-vdpa: remove the unused vhost_vdpa_get_acked_feat...
2021-06-11 Jason Wangvhost-vdpa: don't initialize backend_features
2021-06-11 Jason Wangvhost-vdpa: map virtqueue notification area if possible
2021-06-11 Jason Wangvhost-vdpa: skip ram device from the IOTLB mapping
2021-06-09 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2021-06-08 Peter Xuhmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
2021-06-08 Hyman Huang(黄勇)migration/dirtyrate: make sample page count configurable
next