qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-26 11:11:39 to 2015-05-26 17:14:52 UTC [more...]

[Qemu-devel] [PATCH v2 0/3] Clean unused entries in the qcow2 L2/refcount cache
 2015-05-26 17:14 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/3] qcow2: mark the memory as no longer needed after qcow2_cache_empty()

[Qemu-devel] [ARM]: Adding support for Cortex-M4
 2015-05-26 17:13 UTC  (7+ messages)

[Qemu-devel] [PATCH] memory_mapping: Use qemu_common.h include
 2015-05-26 17:05 UTC  (3+ messages)

[Qemu-devel] [edk2] syslinux vs. OVMF
 2015-05-26 17:04 UTC  (4+ messages)

[Qemu-devel] [PATCH] arch_init: Use stateless configuration for default target_${target}.conf
 2015-05-26 17:01 UTC  (20+ messages)
  ` [Qemu-devel] [PATCH v2] "
      ` [Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf
        ` [Qemu-devel] [PATCH v3 2/2] qemu-bridge-helper: Use stateless configuration for bridge.conf

[Qemu-devel] [PATCH v5 0/3] target-mips: Add support for misaligned accesses
 2015-05-26 16:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/3] target-mips: Misaligned memory accesses for R6
` [Qemu-devel] [PATCH v5 2/3] softmmu: Add probe_write()
` [Qemu-devel] [PATCH v5 3/3] target-mips: Misaligned memory accesses for MSA

[Qemu-devel] [PATCH v3 00/29] Dirty bitmap atomic access and optimizations
 2015-05-26 16:55 UTC  (30+ messages)
` [Qemu-devel] [PATCH v3 01/29] memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
` [Qemu-devel] [PATCH v3 02/29] g364fb: remove pointless call to memory_region_set_coalescing
` [Qemu-devel] [PATCH v3 03/29] display: enable DIRTY_MEMORY_VGA tracking explicitly
` [Qemu-devel] [PATCH v3 04/29] display: add memory_region_sync_dirty_bitmap calls
` [Qemu-devel] [PATCH v3 05/29] memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask
` [Qemu-devel] [PATCH v3 06/29] memory: prepare for multiple bits in the dirty log mask
` [Qemu-devel] [PATCH v3 07/29] framebuffer: check memory_region_is_logging
` [Qemu-devel] [PATCH v3 08/29] ui/console: remove dpy_gfx_update_dirty
` [Qemu-devel] [PATCH v3 09/29] memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
` [Qemu-devel] [PATCH v3 10/29] kvm: accept non-mapped memory in kvm_dirty_pages_log_change
` [Qemu-devel] [PATCH v3 11/29] memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask
` [Qemu-devel] [PATCH v3 12/29] kvm: remove special handling of "
` [Qemu-devel] [PATCH v3 13/29] ram_addr: tweaks to xen_modified_memory
` [Qemu-devel] [PATCH v3 14/29] exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
` [Qemu-devel] [PATCH v3 15/29] exec: move functions to translate-all.h
` [Qemu-devel] [PATCH v3 16/29] translate-all: remove unnecessary argument to tb_invalidate_phys_range
` [Qemu-devel] [PATCH v3 17/29] cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
` [Qemu-devel] [PATCH v3 18/29] translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_write_access
` [Qemu-devel] [PATCH v3 19/29] exec: pass client mask to cpu_physical_memory_set_dirty_range
` [Qemu-devel] [PATCH v3 20/29] exec: invert return value of cpu_physical_memory_get_clean, rename
` [Qemu-devel] [PATCH v3 21/29] exec: only check relevant bitmaps for cleanliness
` [Qemu-devel] [PATCH v3 22/29] memory: do not touch code dirty bitmap unless TCG is enabled
` [Qemu-devel] [PATCH v3 23/29] bitmap: add atomic set functions
` [Qemu-devel] [PATCH v3 24/29] bitmap: add atomic test and clear
` [Qemu-devel] [PATCH v3 25/29] memory: use atomic ops for setting dirty memory bits
` [Qemu-devel] [PATCH v3 26/29] migration: move dirty bitmap sync to ram_addr.h
` [Qemu-devel] [PATCH v3 27/29] memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
` [Qemu-devel] [PATCH v3 28/29] memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
` [Qemu-devel] [PATCH v3 29/29] memory: use mr->ram_addr in "is this RAM?" assertions

[Qemu-devel] [RFC PATCH] net: Enable vlans and dump for -netdev, too,
 2015-05-26 16:43 UTC  (6+ messages)

[Qemu-devel] [PATCH] target-s390x: fix LOAD MULTIPLE instruction on page boundary
 2015-05-26 16:23 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/3] Clean unused entries in the qcow2 L2/refcount cache
 2015-05-26 16:20 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/3] qcow2: mark the memory as no longer needed after qcow2_cache_empty()
` [Qemu-devel] [PATCH 2/3] qcow2: add option to clean unused cache entries after some time
` [Qemu-devel] [PATCH 3/3] qcow2: reorder fields in Qcow2CachedTable to reduce padding

[Qemu-devel] [PATCH v4 0/2] semihosting: clean up and add --semihosting-config arg
 2015-05-26 16:03 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] semihosting: create SemihostingConfig structure and semihost.h
` [Qemu-devel] [PATCH v4 2/2] semihosting: add --semihosting-config arg sub-argument

[Qemu-devel] [PATCH v2] target-s390x: fix LOAD MULTIPLE instruction on page boundary
 2015-05-26 16:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] tcg: fix segfault when MO_UNALN is set
 2015-05-26 16:10 UTC  (4+ messages)

[Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM
 2015-05-26 16:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH v9 09/24] hw/arm/virt-acpi-build: Generate MADT table

[Qemu-devel] [Bug 1458239] [NEW] Use qed instead of qcow2 for "-snapshot" functionality
 2015-05-26 15:52 UTC  (2+ messages)
` [Qemu-devel] [Bug 1458239] "

[Qemu-devel] [PATCH 00/10] target-s390x: TCG fixes and improvements
 2015-05-26 16:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH 08/10] target-s390x: implement STFLE instruction

[Qemu-devel] ABNT2 keys again
 2015-05-26 15:52 UTC  (8+ messages)

[Qemu-devel] [PATCH qemu v7 00/14] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-05-26 15:51 UTC  (25+ messages)
` [Qemu-devel] [PATCH qemu v7 06/14] spapr_iommu: Introduce "enabled" state for TCE table

[Qemu-devel] [PATCH] mips_malta: provide ememsize env variable to kernels
 2015-05-26 15:34 UTC  (2+ messages)

[Qemu-devel] VFIO use of HOST_PAGE_ALIGN
 2015-05-26 15:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/20] monitor: Wean core off QError, and other cleanups
 2015-05-26 15:20 UTC  (21+ messages)
` [Qemu-devel] [PATCH v2 01/20] monitor: Drop broken, unused asynchronous command interface
` [Qemu-devel] [PATCH v2 02/20] monitor: Clean up after previous commit
` [Qemu-devel] [PATCH v2 03/20] monitor: Improve and document client_migrate_info protocol error
` [Qemu-devel] [PATCH v2 04/20] monitor: Convert client_migrate_info to QAPI
` [Qemu-devel] [PATCH v2 05/20] monitor: Use traditional command interface for HMP drive_del
` [Qemu-devel] [PATCH v2 06/20] monitor: Use traditional command interface for HMP device_add
` [Qemu-devel] [PATCH v2 07/20] monitor: Use trad. command interface for HMP pcie_aer_inject_error
` [Qemu-devel] [PATCH v2 08/20] monitor: Drop unused "new" HMP command interface
` [Qemu-devel] [PATCH v2 09/20] monitor: Propagate errors through qmp_check_client_args()
` [Qemu-devel] [PATCH v2 10/20] monitor: Propagate errors through qmp_check_input_obj()
` [Qemu-devel] [PATCH v2 11/20] monitor: Wean monitor_protocol_emitter() off mon->error
` [Qemu-devel] [PATCH v2 12/20] monitor: Inline monitor_has_error() into its only caller
` [Qemu-devel] [PATCH v2 13/20] monitor: Limit QError use to command handlers
` [Qemu-devel] [PATCH v2 14/20] monitor: Rename handle_user_command() to handle_hmp_command()
` [Qemu-devel] [PATCH v2 15/20] monitor: Rename monitor_control_read(), monitor_control_event()
` [Qemu-devel] [PATCH v2 16/20] monitor: Unbox Monitor member mc and rename to qmp
` [Qemu-devel] [PATCH v2 17/20] monitor: Drop do_qmp_capabilities()'s superfluous QMP check
` [Qemu-devel] [PATCH v2 18/20] monitor: Turn int command_mode into bool in_command_mode
` [Qemu-devel] [PATCH v2 19/20] monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()
` [Qemu-devel] [PATCH v2 20/20] monitor: Change return type of monitor_cur_is_qmp() to bool

[Qemu-devel] [PATCH] i386: fix breakpoints handling in icount mode
 2015-05-26 14:56 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/20] monitor: Wean core off QError, and other cleanups
 2015-05-26 14:55 UTC  (13+ messages)
` [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI
` [Qemu-devel] [PATCH 07/20] monitor: Use trad. command interface for HMP pcie_aer_inject_error

[Qemu-devel] [PATCH v5 00/12] Dirty bitmaps migration
 2015-05-26 14:51 UTC  (6+ messages)

[Qemu-devel] Proposed 2.4 release schedule (softfreeze 16th June)
 2015-05-26 14:44 UTC 

[Qemu-devel] [PATCH RFC v2 0/1] virtio: host features in vdev
 2015-05-26 14:34 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC v2 1/1] virtio: move host_features

[Qemu-devel] [PATCH v6 00/13] Fix transactional snapshot with dataplane and NBD export
 2015-05-26 14:24 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 01/13] block: Add op blocker type "device IO"
` [Qemu-devel] [PATCH v6 12/13] block: Block "device IO" during bdrv_drain and bdrv_drain_all

[Qemu-devel] [PATCH v2 0/5] gtk: add opengl support
 2015-05-26 14:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 4/5] gtk: add opengl support, using egl

[Qemu-devel] [PATCH v14 00/21] Deterministic replay core
 2015-05-26 14:05 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] kbd: add brazil kbd keys to qemu
 2015-05-26 13:58 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] kbd: add brazil kbd keys to x11 evdev map

[Qemu-devel] [PATCH v3 0/4] Add support for for GICv2m and MSIs to arm-virt
 2015-05-26 13:54 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 1/4] target-arm: Add GIC phandle to VirtBoardInfo
` [Qemu-devel] [PATCH v3 2/4] arm_gicv2m: Add GICv2m widget to support MSIs
` [Qemu-devel] [PATCH v3 3/4] target-arm: Extend the gic node properties
` [Qemu-devel] [PATCH v3 4/4] target-arm: Add the GICv2m to the virt board

[Qemu-devel] [PATCH] Makefile.target: set master BUILD_DIR
 2015-05-26 13:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/29] Dirty bitmap atomic access and optimizations
 2015-05-26 12:58 UTC  (53+ messages)
` [Qemu-devel] [PATCH 02/29] g364fb: remove pointless call to memory_region_set_coalescing
` [Qemu-devel] [PATCH 03/29] display: enable DIRTY_MEMORY_VGA tracking explicitly
` [Qemu-devel] [PATCH 05/29] memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask
` [Qemu-devel] [PATCH 07/29] framebuffer: check memory_region_is_logging
` [Qemu-devel] [PATCH 13/29] ram_addr: tweaks to xen_modified_memory
` [Qemu-devel] [PATCH 14/29] exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
` [Qemu-devel] [PATCH 19/29] exec: pass client mask to cpu_physical_memory_set_dirty_range
` [Qemu-devel] [PATCH 20/29] exec: invert return value of cpu_physical_memory_get_clean, rename
` [Qemu-devel] [PATCH 21/29] exec: only check relevant bitmaps for cleanliness
` [Qemu-devel] [PATCH 22/29] memory: do not touch code dirty bitmap unless TCG is enabled
` [Qemu-devel] [PATCH 23/29] bitmap: add atomic set functions
` [Qemu-devel] [PATCH 24/29] bitmap: add atomic test and clear
` [Qemu-devel] [PATCH 25/29] memory: use atomic ops for setting dirty memory bits
` [Qemu-devel] [PATCH 26/29] migration: move dirty bitmap sync to ram_addr.h
` [Qemu-devel] [PATCH 27/29] memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
` [Qemu-devel] [PATCH 28/29] memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
` [Qemu-devel] [PATCH 29/29] memory: strengthen assertions on mr->terminates

[Qemu-devel] [RFC PATCH 0/4] Add feature to start QEMU without vhost-user backend
 2015-05-26 12:52 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 4/4] vhost-user: Add new option to specify vhost-user backend supports

[Qemu-devel] KVM call agenda for 2015-05-26
 2015-05-26 12:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-iotests: Fix 128 if sudo required
 2015-05-26 11:59 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC v9 0/7] Update tests/qemu-iotests failing cases for the s390 platform
 2015-05-26 11:55 UTC  (2+ messages)

[Qemu-devel] [PULL 00/19] Ide patches
 2015-05-26 11:54 UTC  (2+ messages)

[Qemu-devel] [PATCH] iotests: remove assertIsNotNone call
 2015-05-26 11:50 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals
 2015-05-26 11:49 UTC  (9+ messages)

[Qemu-devel] Why *.dsl files exist in qemu project?
 2015-05-26 11:17 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).