messages from 2015-04-07 18:44:48 to 2015-04-08 16:27:43 UTC [more...]
[Qemu-devel] [PATCH v4 0/3] Add bdrv_get_device_or_node_name()
2015-04-08 16:27 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] block: add bdrv_get_device_or_node_name()
` [Qemu-devel] [PATCH 2/3] block: use bdrv_get_device_or_node_name() in error messages
` [Qemu-devel] [PATCH 3/3] block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
[Qemu-devel] Getting VM state from outside QEMU?
2015-04-08 16:21 UTC (5+ messages)
[Qemu-devel] [RFC PATCH] vl.c: add -semihosting-config "arg" sub-argument
2015-04-08 16:20 UTC (10+ messages)
[Qemu-devel] bios-tables-test failing for x86_64 on ppc
2015-04-08 15:57 UTC (3+ messages)
[Qemu-devel] [PATCH] scripts: add 'qemu coroutine' command to qemu-gdb.py
2015-04-08 15:49 UTC (2+ messages)
[Qemu-devel] [PATCH v5 0/7] pass aer error to guest for vfio device
2015-04-08 15:36 UTC (13+ messages)
` [Qemu-devel] [PATCH v5 5/7] vfio-pci: pass the aer error to guest
[Qemu-devel] SIGTERM signal to qemu-kvm process
2015-04-08 15:36 UTC (2+ messages)
[Qemu-devel] [PATCH 0/6] target-i386: Feature properties, sample script for -global/-readconfig
2015-04-08 15:36 UTC (18+ messages)
` [Qemu-devel] [PATCH 1/6] target-i386: Move error handling to end of x86_cpu_parse_featurestr()
` [Qemu-devel] [PATCH 2/6] target-i386: Remove underscores from feature names
` [Qemu-devel] [PATCH 3/6] target-i386: Register QOM properties for feature flags
` [Qemu-devel] [PATCH 4/6] target-i386: Make "level" and "xlevel" properties static
` [Qemu-devel] [PATCH 5/6] target-i386: X86CPU::xlevel2 QOM property
` [Qemu-devel] [PATCH 6/6] scripts: x86-cpu-model-dump script
[Qemu-devel] Last call for release-critical fixes for 2.3
2015-04-08 15:20 UTC
[Qemu-devel] [PATCH v2] vhost-user: add multi queue support
2015-04-08 15:18 UTC (3+ messages)
` [Qemu-devel] [snabb-devel] "
[Qemu-devel] KVM call agenda for 2015-04-14
2015-04-08 15:08 UTC
[Qemu-devel] [PATCH] aio: strengthen memory barriers for bottom half scheduling
2015-04-08 15:06 UTC (6+ messages)
[Qemu-devel] [PATCH v3 0/5] fw-cfg: docs, cleanup, and user-provided cmdline blobs
2015-04-08 15:02 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline
[Qemu-devel] [PATCH for-2.4 v5 0/7] Target-specific unit test support, add unit tests for target-i386/cpu.c code
2015-04-08 14:57 UTC (5+ messages)
[Qemu-devel] [PATCH v4 00/20] Generate ACPI v5.1 tables and expose it to guest over fw_cfg on ARM
2015-04-08 14:57 UTC (7+ messages)
` [Qemu-devel] [PATCH v4 03/20] hw/arm/virt-acpi-build: Basic framework for building ACPI tables "
` [Qemu-devel] [PATCH v4 04/20] hw/acpi/aml-build: Add aml_memory32_fixed() term
` [Qemu-devel] [PATCH v4 05/20] hw/acpi/aml-build: Add aml_interrupt() term
[Qemu-devel] [PATCH v2 0/4] Fix "stop" draining block jobs
2015-04-08 14:56 UTC (10+ messages)
` [Qemu-devel] [PATCH v2 1/4] blockjob: Allow nested pause
` [Qemu-devel] [PATCH v2 2/4] block: Pause block jobs in bdrv_drain_all
` [Qemu-devel] [PATCH v2 3/4] qemu-iotests: Test that "stop" doesn't drain block jobs
[Qemu-devel] [PATCH v7 0/14] migration: Add a new feature to do live migration
2015-04-08 14:48 UTC (24+ messages)
` [Qemu-devel] [v7 01/14] docs: Add a doc about multiple thread compression
` [Qemu-devel] [v7 02/14] migration: Add the framework of multi-thread compression
` [Qemu-devel] [v7 03/14] migration: Add the framework of multi-thread decompression
` [Qemu-devel] [v7 04/14] qemu-file: Add compression functions to QEMUFile
` [Qemu-devel] [v7 05/14] arch_init: Alloc and free data struct for compression
` [Qemu-devel] [v7 06/14] arch_init: Add and free data struct for decompression
` [Qemu-devel] [v7 07/14] migration: Split save_zero_page from ram_save_page
` [Qemu-devel] [v7 08/14] migration: Add the core code of multi-thread compression
` [Qemu-devel] [v7 09/14] migration: Make compression co-work with xbzrle
` [Qemu-devel] [v7 10/14] migration: Add the core code for decompression
` [Qemu-devel] [v7 11/14] migration: Add interface to control compression
` [Qemu-devel] [v7 12/14] migration: Use an array instead of 3 parameters
` [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters
` [Qemu-devel] [v7 14/14] migration: Add hmp interface "
[Qemu-devel] [PATCH v3 0/6] Support streaming to an intermediate layer
2015-04-08 14:43 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/6] block: keep a list of block jobs
` [Qemu-devel] [PATCH 2/6] block: allow block jobs in any arbitrary node
` [Qemu-devel] [PATCH 3/6] block: never cancel a streaming job without running stream_complete()
` [Qemu-devel] [PATCH 4/6] block: Support streaming to an intermediate layer
` [Qemu-devel] [PATCH 5/6] block: Add QMP support for "
` [Qemu-devel] [PATCH 6/6] docs: Document how to stream "
[Qemu-devel] Add 3D video card acceleration
2015-04-08 14:40 UTC
[Qemu-devel] 64-bit build of qemu-system-arm with mingw-w64 not functional
2015-04-08 14:39 UTC (12+ messages)
[Qemu-devel] [PATCH] kvm: add support for memory transaction attributes
2015-04-08 14:08 UTC (3+ messages)
[Qemu-devel] [PATCH V5 00/18] Support more virtio queues
2015-04-08 13:23 UTC (13+ messages)
` [Qemu-devel] [PATCH V5 16/18] virtio-pci: increase the maximum number of virtqueues to 513
[Qemu-devel] [PATCH 00/14] Add memory attributes and use them in ARM
2015-04-08 12:55 UTC (26+ messages)
` [Qemu-devel] [PATCH 01/14] memory: Define API for MemoryRegionOps to take attrs and return status
` [Qemu-devel] [PATCH 02/14] memory: Add MemTxAttrs, MemTxResult to io_mem_read and io_mem_write
` [Qemu-devel] [PATCH 03/14] Make CPU iotlb a structure rather than a plain hwaddr
` [Qemu-devel] [PATCH 04/14] Add MemTxAttrs to the IOTLB
` [Qemu-devel] [PATCH 05/14] exec.c: Convert subpage memory ops to _with_attrs
` [Qemu-devel] [PATCH 06/14] exec.c: Make address_space_rw take transaction attributes
` [Qemu-devel] [PATCH 07/14] exec.c: Add new address_space_ld*/st* functions
` [Qemu-devel] [PATCH 08/14] Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
` [Qemu-devel] [PATCH 09/14] exec.c: Capture the memory attributes for a watchpoint hit
` [Qemu-devel] [PATCH 10/14] target-arm: Honour NS bits in page tables
` [Qemu-devel] [PATCH 11/14] target-arm: Use correct memory attributes for page table walks
` [Qemu-devel] [PATCH 12/14] target-arm: Add user-mode transaction attribute
` [Qemu-devel] [PATCH 13/14] target-arm: Use attribute info to handle user-only watchpoints
` [Qemu-devel] [PATCH 14/14] target-arm: Check watchpoints against CPU security state
[Qemu-devel] [PATCH v6 0/8] QEMU memory hot unplug support
2015-04-08 10:47 UTC (4+ messages)
[Qemu-devel] [PATCH] kvm: fix slot flags sync between Qemu and KVM
2015-04-08 10:46 UTC (3+ messages)
[Qemu-devel] [PATCH v2 for-2.3] virtio-blk: correctly dirty guest memory
2015-04-08 9:42 UTC (4+ messages)
[Qemu-devel] [PATCH qemu] qemu-options: Add documentation about PPC64's "-cpu compat" option
2015-04-08 9:33 UTC (8+ messages)
` [Qemu-devel] [PATCH qemu v2] "
[Qemu-devel] [PATCH for-2.3 v2] qcow2: Fix header update with overridden backing file
2015-04-08 9:30 UTC (2+ messages)
[Qemu-devel] [PATCH v4 00/20] block: transactionless incremental backup series
2015-04-08 8:44 UTC (10+ messages)
` [Qemu-devel] [PATCH v4 10/20] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 15/20] block: Resize bitmaps on bdrv_truncate
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [Qemu-block] [PATCH] block/iscsi: handle zero events from iscsi_which_events
2015-04-08 8:38 UTC
[Qemu-devel] [RFC PATCH v4 00/28] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
2015-04-08 8:16 UTC (2+ messages)
[Qemu-devel] [Migration Bug? ] Occasionally, the content of VM's memory is inconsistent between Source and Destination of migration
2015-04-08 8:08 UTC (14+ messages)
[Qemu-devel] [PATCH v6 00/36] drop qapi nested structs
2015-04-08 7:35 UTC (3+ messages)
[Qemu-devel] [PATCH RFC 0/4] target-i386: PC socket/core/thread modeling, part 1
2015-04-08 7:07 UTC (4+ messages)
` [Qemu-devel] cpu modelling and hotplug (was: [PATCH RFC 0/4] target-i386: PC socket/core/thread modeling, part 1)
` [Qemu-devel] cpu modelling and hotplug
[Qemu-devel] [Bug 1441443] [NEW] Is there a way to create a 10G network interface for VMs in KVM2.0?
2015-04-08 6:22 UTC
[Qemu-devel] How to catch and check all address access requests in qemu?
2015-04-08 5:39 UTC
[Qemu-devel] [PATCH v2 0/2] remove icc bus/bridge
2015-04-08 6:02 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] cpu/apic: drop icc bus/bridge/
[Qemu-devel] [PATCH qemu v5 00/12] spapr: vfio: Enable Dynamic DMA windows (DDW)
2015-04-08 5:11 UTC (20+ messages)
` [Qemu-devel] [PATCH qemu v5 02/12] vmstate: Define VARRAY with VMS_ALLOC
` [Qemu-devel] [PATCH qemu v5 04/12] spapr_pci_vfio: Enable multiple groups per container
` [Qemu-devel] [PATCH qemu v5 05/12] vfio: spapr: Move SPAPR-related code to a separate file
` [Qemu-devel] [PATCH qemu v5 06/12] vfio: spapr: Add SPAPR IOMMU v2 support (DMA memory preregistering)
` [Qemu-devel] [PATCH qemu v5 07/12] spapr_iommu: Rework TCE table initialization
` [Qemu-devel] [PATCH qemu v5 08/12] spapr_pci: Rework reset to reset DMA configuration
` [Qemu-devel] [PATCH qemu v5 10/12] spapr_pci: Rework finish_realize()
` [Qemu-devel] [PATCH qemu v5 11/12] spapr_pci: Disable all DMA windows on reset
[Qemu-devel] [Snapshot Bug?]Qcow2 meta data corruption
2015-04-08 1:31 UTC (4+ messages)
[Qemu-devel] Migration sometimes fails with IDE and Qemu 2.2.1
2015-04-07 20:05 UTC (16+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [Bug 1438144] [NEW] Page sizes are not interpreted correctly for E500/E500MC
2015-04-07 19:55 UTC (3+ messages)
` [Qemu-devel] [Bug 1438144] "
[Qemu-devel] [PATCH 00/15] IPMI device for qemu
2015-04-07 19:51 UTC (15+ messages)
` [Qemu-devel] [PATCH 01/15] Add a base IPMI interface
` [Qemu-devel] [PATCH 02/15] ipmi: Add a PC ISA type structure
` [Qemu-devel] [PATCH 03/15] ipmi: Add a KCS low-level interface
` [Qemu-devel] [PATCH 04/15] ipmi: Add a BT "
` [Qemu-devel] [PATCH 05/15] ipmi: Add a local BMC simulation
` [Qemu-devel] [PATCH 06/15] ipmi: Add an external connection simulation interface
` [Qemu-devel] [PATCH 07/15] ipmi: Add tests
` [Qemu-devel] [PATCH 08/15] ipmi: Add documentation
` [Qemu-devel] [PATCH 09/15] ipmi: Add migration capability to the IPMI device
` [Qemu-devel] [PATCH 10/15] smbios: Add a function to directly add an entry
` [Qemu-devel] [PATCH 11/15] pc: Postpone SMBIOS table installation to post machine init
` [Qemu-devel] [PATCH 12/15] ipmi: Add SMBIOS table entry
` [Qemu-devel] [PATCH 13/15] configure: Copy some items from default configs to target configs
` [Qemu-devel] [PATCH 14/15] acpi: Add hooks for adding things to the SSDT table
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).