qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-14 16:14:49 to 2017-03-15 09:30:20 UTC [more...]

[Qemu-devel] [RFC v2 0/8] qemu-img: add measure sub-command
 2017-03-15  9:29 UTC  (8+ messages)
` [Qemu-devel] [RFC v2 1/8] block: add bdrv_measure() API
` [Qemu-devel] [RFC v2 2/8] raw-format: add bdrv_measure() support
` [Qemu-devel] [RFC v2 3/8] qcow2: extract preallocation calculation function
` [Qemu-devel] [RFC v2 4/8] qcow2: extract image creation option parsing
` [Qemu-devel] [RFC v2 5/8] qcow2: add bdrv_measure() support
` [Qemu-devel] [RFC v2 6/8] qemu-img: add measure subcommand
` [Qemu-devel] [RFC v2 7/8] qemu-iotests: support per-format golden output files

[Qemu-devel] [PATCH v2 0/9] xen/9pfs: introduce the Xen 9pfs backend
 2017-03-15  9:06 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 1/9] configure: change CONFIG_XEN_BACKEND to be a target property
  ` [Qemu-devel] [PATCH v2 2/9] xen: import ring.h from xen
  ` [Qemu-devel] [PATCH v2 3/9] xen: introduce the header file for the Xen 9pfs transport protocol
  ` [Qemu-devel] [PATCH v2 4/9] xen/9pfs: introduce Xen 9pfs backend
  ` [Qemu-devel] [PATCH v2 5/9] xen/9pfs: connect to the frontend

[Qemu-devel] COLO failover hang
 2017-03-15  9:06 UTC 

[Qemu-devel] KVM call for 2017-03-14
 2017-03-15  8:39 UTC  (16+ messages)
            ` [Qemu-devel] Obsolete QEMU host environments (was: Re: KVM call for 2017-03-14)
                ` [Qemu-devel] Obsolete QEMU host environments

[Qemu-devel] [PATCH v1 1/2] reduce qemu's heap Rss size from 12252kB to 2752KB
 2017-03-15  8:36 UTC  (9+ messages)
` [Qemu-devel] [PATCH v1 2/2] "

[Qemu-devel] [Bug 720657] [NEW] SVM intercept for VINTR exits too early
 2017-03-15  8:08 UTC  (2+ messages)
` [Qemu-devel] [Bug 720657] "

[Qemu-devel] about trace Translation blocks
 2017-03-15  8:23 UTC 

[Qemu-devel] about trace TB
 2017-03-15  8:17 UTC 

[Qemu-devel] [PATCH v3] memory: reduce heap Rss size around 3M
 2017-03-15 13:39 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] coverity-model: model address_space_read/write
 2017-03-15  8:16 UTC 

[Qemu-devel] [PATCH] coverity-model: model address_space_read/write
 2017-03-15  8:14 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/5] hw: arm: exynos: Bring up secondary CPU + CPUIDLE issue
 2017-03-15  8:05 UTC  (6+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH for-2.9 00/47] qapi: Put type information back into QMP documentation
 2017-03-15  7:46 UTC  (88+ messages)
` [Qemu-devel] [PATCH for-2.9 07/47] qapi: Clean up build of generated documentation
` [Qemu-devel] [PATCH for-2.9 08/47] tests/qapi-schema: Cover empty union base
` [Qemu-devel] [PATCH for-2.9 15/47] qapi: Conjure up QAPIDoc.ArgSection for undocumented members
` [Qemu-devel] [PATCH for-2.9 16/47] qapi2texi: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH for-2.9 17/47] qapi: The #optional tag is redundant, drop
` [Qemu-devel] [PATCH for-2.9 18/47] qapi: Use raw strings for regular expressions consistently
` [Qemu-devel] [PATCH for-2.9 19/47] qapi: Prefer single-quoted strings more consistently
` [Qemu-devel] [PATCH for-2.9 20/47] qapi2texi: Plainer enum value and member name formatting
` [Qemu-devel] [PATCH for-2.9 21/47] qapi2texi: Present the table of members more clearly
` [Qemu-devel] [PATCH for-2.9 22/47] qapi2texi: Explain enum value undocumentedness "
` [Qemu-devel] [PATCH for-2.9 23/47] qapi2texi: Don't hide undocumented members and arguments
` [Qemu-devel] [PATCH for-2.9 24/47] qapi2texi: Implement boxed argument documentation
` [Qemu-devel] [PATCH for-2.9 25/47] qapi2texi: Include member type in generated documentation
` [Qemu-devel] [PATCH for-2.9 26/47] qapi2texi: Generate reference to base type members
` [Qemu-devel] [PATCH for-2.9 27/47] qapi2texi: Generate documentation for variant members
` [Qemu-devel] [PATCH for-2.9 28/47] qapi2texi: Generate descriptions for simple union tags
` [Qemu-devel] [PATCH for-2.9 29/47] qapi2texi: Use category "Object" for all object types
` [Qemu-devel] [PATCH for-2.9 30/47] tests/qapi-schema: Improve doc / expression mismatch coverage
` [Qemu-devel] [PATCH for-2.9 31/47] qapi: Fix detection of doc / expression mismatch
` [Qemu-devel] [PATCH for-2.9 32/47] qapi: Move detection of doc / expression name mismatch
` [Qemu-devel] [PATCH for-2.9 33/47] qapi: Improve error message on @NAME: in free-form doc
` [Qemu-devel] [PATCH for-2.9 34/47] qapi: Move empty doc section checking to doc parser
` [Qemu-devel] [PATCH for-2.9 35/47] tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
` [Qemu-devel] [PATCH for-2.9 36/47] tests/qapi-schema: Improve coverage of bogus member docs
` [Qemu-devel] [PATCH for-2.9 37/47] qapi: Fix detection of bogus member documentation
` [Qemu-devel] [PATCH for-2.9 38/47] qapi: Eliminate check_docs() and drop QAPIDoc.expr
` [Qemu-devel] [PATCH for-2.9 39/47] qapi: Drop unused variable events
` [Qemu-devel] [PATCH for-2.9 40/47] qapi: Simplify what gets stored in enum_types
` [Qemu-devel] [PATCH for-2.9 41/47] qapi: Factor add_name() calls out of the meta conditional
` [Qemu-devel] [PATCH for-2.9 42/47] qapi: enum_types is a list used like a dict, make it one
` [Qemu-devel] [PATCH for-2.9 43/47] qapi: struct_types "
` [Qemu-devel] [PATCH for-2.9 44/47] qapi: union_types "
` [Qemu-devel] [PATCH for-2.9 45/47] qapi: Drop unused .check_clash() parameter schema
` [Qemu-devel] [PATCH for-2.9 46/47] qapi: Make pylint a bit happier
` [Qemu-devel] [PATCH for-2.9 47/47] qapi: Fix a misleading parser error message

[Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property
 2017-03-15  7:24 UTC  (9+ messages)
` [Qemu-devel] [RFC][PATCH 1/6] Re-factor bootdevice list handling, pt1
` [Qemu-devel] [RFC][PATCH 2/6] Re-factor bootdevice list handling, pt2
` [Qemu-devel] [RFC][PATCH 3/6] Add support for "bootonceindex" property
` [Qemu-devel] [RFC][PATCH 6/6] Support "bootonceindex" property for SCSI disks

[Qemu-devel] [PATCHv2 for-2.10 0/5] HPT resizing for PAPR guests
 2017-03-15  7:14 UTC  (3+ messages)
` [Qemu-devel] [PATCHv2 for-2.10 2/5] pseries: Implement HPT resizing

[Qemu-devel] [PATCH] migration: allow clearing migration string parameters
 2017-03-15  6:26 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/2] hw/i386: Update FADT to Revision 3 (ACPI 2.0)
 2017-03-15  6:24 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 0/2] hw/i386: Update FADT to Revision 3 (ACPI 2.0)
 2017-03-15  6:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support
` [Qemu-devel] [PATCH v3 2/2] hw/i386: Build-time assertion on pc/q35 reset register being identical

[Qemu-devel] [PATCH for-2.10 0/8] ppc/pnv: interrupt controller (POWER8)
 2017-03-15  6:16 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-2.10 1/8] ppc/xics: add a xics_get_cpu_index_by_pir() helper
` [Qemu-devel] [PATCH for-2.10 6/8] ppc/pnv: Add cut down PSI bridge model and hookup external interrupt

[Qemu-devel] [PULL for-2.9 0/1] Block patches
 2017-03-15  5:10 UTC  (3+ messages)
` [Qemu-devel] [PULL for-2.9 1/1] os: don't corrupt pre-existing memory-backend data with prealloc

[Qemu-devel] [Bug 886621] [NEW] Mac OS X Lion: segmentation fault
 2017-03-15  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 886621] "

[Qemu-devel] [Bug 893068] [NEW] Spanish keys { and [ did not work
 2017-03-15  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 893068] "

[Qemu-devel] [PATCH] memory: info mtree check mr range overflow
 2017-03-15  4:23 UTC  (6+ messages)

[Qemu-devel] [PATCH] Output dirty-bytes-rate instead of dirty-pages-rate
 2017-03-15  4:13 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] migration/block: Avoid invoking blk_drain too frequently
 2017-03-15  3:37 UTC 

[Qemu-devel] [PATCH v1] Provided python3 support for qmp.py
 2017-03-15  3:32 UTC  (2+ messages)

[Qemu-devel] [PATCH V3 0/3] Several fixes for virito region caches
 2017-03-15  3:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH V3 2/3] virtio: destroy region cache during reset

[Qemu-devel] [PATCH] migration/block: Avoid involve into blk_drain too frequently
 2017-03-15  3:11 UTC  (7+ messages)

[Qemu-devel] [PATCH] block: Always call bdrv_child_check_perm first
 2017-03-15  3:06 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/1] vmstate: fix failed iotests case 68 and 91
 2017-03-15  1:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/1] "

[Qemu-devel] [ANNOUNCE] QEMU 2.9.0-rc0 is now available
 2017-03-14 23:37 UTC 

[Qemu-devel] [PATCH v3 1/2] X86: Move rdmsr/wrmsr functionality to standalone functions
 2017-03-14 22:33 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] use _Static_assert in QEMU_BUILD_BUG_ON
 2017-03-14 22:02 UTC  (4+ messages)

[Qemu-devel] [PATCH Risu v2 0/3] PPC64 Improvements
 2017-03-14 20:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH Risu v2 2/3] configure: Add initial support to PPC64 (big endian)

[Qemu-devel] [PULL 0/1] Fix global property and -cpu handling bug
 2017-03-14 20:06 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] machine: Convert abstract typename on compat_props to subclass names

[Qemu-devel] [PATCH] dma: rc4030: limit interval timer reload value
 2017-03-14 19:35 UTC  (6+ messages)

[Qemu-devel] [PULL 00/18] Misc patches for QEMU 2.9 hard freeze
 2017-03-14 19:16 UTC  (21+ messages)
` [Qemu-devel] [PULL 01/18] memory_region: Fix name comments
` [Qemu-devel] [PULL 02/18] docs: Add a note about mixing bootindex with "-boot order"
` [Qemu-devel] [PULL 03/18] mem-prealloc: reduce large guest start-up and migration time
` [Qemu-devel] [PULL 04/18] exec: add cpu_synchronize_state to cpu_memory_rw_debug
` [Qemu-devel] [PULL 05/18] kvm: Print MSR information if KVM_{GET, SET}_MSRS failed
` [Qemu-devel] [PULL 06/18] kvmclock: Don't crash QEMU if KVM is disabled
` [Qemu-devel] [PULL 07/18] scripts/dump-guest-memory.py: fix int128_get64 on recent gcc
` [Qemu-devel] [PULL 08/18] configure: add the missing help output for optional features
` [Qemu-devel] [PULL 09/18] util: Removed unneeded header from path.c
` [Qemu-devel] [PULL 10/18] scsi: mptsas: fix the wrong reading size in fetch request
` [Qemu-devel] [PULL 11/18] target/nios2: take BQL around interrupt check
` [Qemu-devel] [PULL 12/18] qemu-timer: fix off-by-one
` [Qemu-devel] [PULL 13/18] qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
` [Qemu-devel] [PULL 14/18] cpus: define QEMUTimerListNotifyCB for QEMU system emulation
` [Qemu-devel] [PULL 15/18] main-loop: remove now unnecessary optimization
` [Qemu-devel] [PULL 16/18] icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread
` [Qemu-devel] [PULL 17/18] memory: info mtree check mr range overflow
` [Qemu-devel] [PULL 18/18] nbd/client: fix drop_sync [CVE-2017-2630]

[Qemu-devel] [PATCH 0/3] ide: ahci: fix memory leak in device unit
 2017-03-14 19:03 UTC  (4+ messages)

[Qemu-devel] [PATCH v4] xen: don't save/restore the physmap on VM save/restore
 2017-03-14 18:39 UTC  (2+ messages)

[Qemu-devel] [LSF/MM TOPIC][LSF/MM, ATTEND] shared TLB, hugetlb reservations
 2017-03-14 18:37 UTC 

[Qemu-devel] [PATCH v3] xen: don't save/restore the physmap on VM save/restore
 2017-03-14 18:31 UTC  (4+ messages)

[Qemu-devel] [PATCH for 2.9?] hmp: gpa2hva and gpa2hpa hostaddr command
 2017-03-14 18:03 UTC  (4+ messages)

[Qemu-devel] [PATCH] dma/rc4030: fix a mixed declarations and code warning
 2017-03-14 17:55 UTC  (2+ messages)

[Qemu-devel] qemu-system-ppc video artifacts since "tcg: drop global lock during TCG code execution"
 2017-03-14 17:53 UTC  (7+ messages)
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [Bug 1217339] [NEW] SIGQUIT to send ACPI-shutdown to Guest
 2017-03-14 17:03 UTC  (3+ messages)
` [Qemu-devel] [Bug 1217339] "

[Qemu-devel] [PATCH] file-win32: Remove unnecessary include
 2017-03-14 17:13 UTC  (2+ messages)

[Qemu-devel] [PATCH] file-posix: Remove unnecessary includes
 2017-03-14 17:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] file-posix: Don't leak fd in hdev_get_max_segments
 2017-03-14 17:12 UTC  (5+ messages)

[Qemu-devel] [PATCH] blk: fix aio context loss on media change
 2017-03-14 17:11 UTC 

[Qemu-devel] Benchmarking linux-user performance
 2017-03-14 17:06 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.9] hw/misc/imx6_src: Don't crash trying to reset missing CPUs
 2017-03-14 16:52 UTC  (3+ messages)

[Qemu-devel] -rtc clock=vm with -icount 1, sleep=off introduces unexpected delays in device interactions
 2017-03-14 16:52 UTC  (7+ messages)

[Qemu-devel] qemu-ga static compilation
 2017-03-14 16:51 UTC 

[Qemu-devel] [PATCH 00/16] Multifd v4
 2017-03-14 16:23 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/6] tcg: fix icount super slowdown
 2017-03-14 16:23 UTC  (9+ messages)
` [Qemu-devel] [PATCH 5/5] icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread

[Qemu-devel] [PATCH] file-posix: Don't leak fd in hdev_get_max_segments
 2017-03-14 16:16 UTC  (5+ 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).