qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-24 18:56:39 to 2017-08-25 11:24:33 UTC [more...]

[Qemu-devel] [PATCH v2 00/16] qapi-schema: Reorganize along maintenance boundaries
 2017-08-25 11:24 UTC  (32+ messages)
` [Qemu-devel] [PATCH v2 01/16] qapi-schema: Document how generated documentation is ordered
` [Qemu-devel] [PATCH v2 02/16] qapi-schema: Introspection doc is in the wrong section, fix
` [Qemu-devel] [PATCH v2 03/16] qapi-schema: Rocker doc section contains unrelated stuff, fix
` [Qemu-devel] [PATCH v2 04/16] qapi-schema: Collect sockets stuff in qapi/sockets.json
` [Qemu-devel] [PATCH v2 05/16] qapi-schema: Collect run state stuff in qapi/run-state.json
` [Qemu-devel] [PATCH v2 06/16] qapi-schema: Collect char device stuff in qapi/char.json
` [Qemu-devel] [PATCH v2 07/16] qapi-schema: Collect net device stuff in qapi/net.json
` [Qemu-devel] [PATCH v2 08/16] qapi-schema: Collect UI stuff in qapi/ui.json
` [Qemu-devel] [PATCH v2 09/16] qapi-schema: Collect migration stuff in qapi/migration.json
` [Qemu-devel] [PATCH v2 10/16] qapi-schema: Collect transaction stuff in qapi/transaction.json
` [Qemu-devel] [PATCH v2 11/16] qapi-schema: Collect TPM stuff in qapi/tpm.json
` [Qemu-devel] [PATCH v2 12/16] qapi-schema: Move block events from event.json to block.json
` [Qemu-devel] [PATCH v2 13/16] qapi-schema: Fold event.json back into qapi-schema.json
` [Qemu-devel] [PATCH v2 14/16] qapi-schema: Make block-core.json self-contained
` [Qemu-devel] [PATCH v2 15/16] qapi-schema: Move queries from common.json to qapi-schema.json
` [Qemu-devel] [PATCH v2 16/16] qapi-schema: Improve section headings

[Qemu-devel] [PATCH] vga: stop passing pointers to vga_draw_line* functions
 2017-08-25 11:22 UTC  (3+ messages)

[Qemu-devel] [PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-08-25 11:20 UTC  (10+ messages)
` [Qemu-devel] [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros
` [Qemu-devel] [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support
` [Qemu-devel] [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration

[Qemu-devel] [PATCH for-2.11 0/6] ppc: cpu_model handling cleanups
 2017-08-25  9:45 UTC  (20+ messages)
` [Qemu-devel] [PATCH for-2.11 1/6] ppc: use macros to make cpu type name from string literal
` [Qemu-devel] [PATCH for-2.11 2/6] ppc: make cpu_model translation to type consistent
` [Qemu-devel] [PATCH for-2.11 3/6] ppc: make cpu alias point only to real cpu models
` [Qemu-devel] [PATCH for-2.11 4/6] ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookups
` [Qemu-devel] [PATCH for-2.11 5/6] ppc: simplify cpu model lookup by PVR
` [Qemu-devel] [PATCH for-2.11 6/6] ppc: drop caching ObjectClass from PowerPCCPUAlias

[Qemu-devel] [PATCH v7 0/6] add throttle block driver filter
 2017-08-25 11:05 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 6/6] qemu-iotests: add 184 for throttle filter driver

[Qemu-devel] RFC: qemu RISC-V
 2017-08-25 11:02 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/14] Generate a literal qobject for introspection
 2017-08-25 10:59 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 01/14] qdict: add qdict_put_null() helper
` [Qemu-devel] [PATCH v2 02/14] qlit: move qlit from check-qjson to qobject/
` [Qemu-devel] [PATCH v2 03/14] qlit: use QLit prefix consistently
` [Qemu-devel] [PATCH v2 04/14] qlit: remove compound literals
` [Qemu-devel] [PATCH v2 05/14] qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
` [Qemu-devel] [PATCH v2 06/14] qlit: make qlit_equal_qobject return a bool
` [Qemu-devel] [PATCH v2 07/14] qlit: make qlit_equal_qobject() take const arguments
` [Qemu-devel] [PATCH v2 08/14] qlit: add QLIT_QNULL and QLIT_BOOL
` [Qemu-devel] [PATCH v2 09/14] qlit: Replace open-coded qnum_get_int() by call
` [Qemu-devel] [PATCH v2 10/14] tests: add qlit tests
` [Qemu-devel] [PATCH v2 11/14] qlit: improve QLit dict vs qdict comparison
` [Qemu-devel] [PATCH v2 12/14] qlit: improve QLit list vs qlist comparison
` [Qemu-devel] [PATCH v2 13/14] qlit: add qobject_form_qlit()
` [Qemu-devel] [PATCH v2 14/14] qapi: generate a literal qobject for introspection

[Qemu-devel] Memory use with >100 virtio devices
 2017-08-25 10:48 UTC  (15+ messages)
          ` [Qemu-devel] [RFC PATCH qemu] exec: Destroy dispatch immediately

[Qemu-devel] [PATCH 0/3] nbd-client: enter read_reply_co during init to avoid crash
 2017-08-25 10:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] "
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 00/14] Generate a literal qobject for introspection
 2017-08-25 10:17 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/14] qdict: add qdict_put_null() helper
` [Qemu-devel] [PATCH 02/14] qlit: move qlit from check-qjson to qobject/
` [Qemu-devel] [PATCH 03/14] qlit: use QLit prefix consistently
` [Qemu-devel] [PATCH 04/14] qlit: remove needless type cast
` [Qemu-devel] [PATCH 05/14] qlit: rename compare_litqobj_to_qobj
` [Qemu-devel] [PATCH 06/14] qlit: make qlit_equal_qobject return a bool
` [Qemu-devel] [PATCH 07/14] qlit: make qlit_equal_qobject() take const arguments
` [Qemu-devel] [PATCH 08/14] qlit: add QLIT_QNULL and QLIT_BOOL
` [Qemu-devel] [PATCH 09/14] qlit: replace assert(qnum_get_try_int)

[Qemu-devel] Why got no response of vnc?
 2017-08-25 10:07 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 00/10] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2017-08-25 10:01 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 06/10] tests: Add NetBSD image

[Qemu-devel] [PATCH v8 0/6] add throttle block driver filter
 2017-08-25  9:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 4/6] block: convert ThrottleGroup to object with QOM
` [Qemu-devel] [PATCH v8 5/6] block: add throttle block filter driver

[Qemu-devel] Make test
 2017-08-25  9:41 UTC  (11+ messages)

[Qemu-devel] [RFC v2 0/8] monitor: allow per-monitor thread
 2017-08-25  9:34 UTC  (19+ messages)
` [Qemu-devel] [RFC v2 2/8] monitor: allow monitor to create thread to poll
` [Qemu-devel] [RFC v2 4/8] QAPI: new QMP command option "without-bql"
` [Qemu-devel] [RFC v2 5/8] hmp: support "without_bql"
` [Qemu-devel] [RFC v2 8/8] migration: add incoming mgmt lock

[Qemu-devel] [PATCH 00/20] first steps towards v8M support
 2017-08-25  9:34 UTC  (3+ messages)
` [Qemu-devel] [PATCH 05/20] target/arm: Add MMU indexes for secure v8M
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH 0/3] iotests: clean up resources using context managers
 2017-08-25  9:29 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 for-2.11 00/18] target/s390x: cleanup cpu.h
 2017-08-25  9:26 UTC  (3+ messages)

[Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
 2017-08-25  9:15 UTC  (5+ messages)

[Qemu-devel] Make NVME device "migratable" (savevm)
 2017-08-25  8:39 UTC 

[Qemu-devel] S390 bios breaks in qemu 2.10.rc3
 2017-08-25  8:29 UTC  (14+ messages)

[Qemu-devel] [PATCH for-2.11 v3 00/25] complete cpu QOMification and remove cpu_FOO_init() helpers
 2017-08-25  8:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.11 v3 01/25] qom: cpu: fix parsed feature string length

[Qemu-devel] [PATCH] hw/ppc: CAS reset on early device hotplug
 2017-08-25  7:19 UTC  (2+ messages)

[Qemu-devel] [PATCH qemu v4 0/3] fio-pci, spapr: Allow in-kernel TCE ops acceleration
 2017-08-25  6:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH qemu v4 2/3] vfio/spapr: Add a notifier for PPC64 HV/PR KVM about new group attached to LIOBN

[Qemu-devel] [PATCH v2 00/54] qapi: add #if pre-processor conditions to generated code
 2017-08-25  6:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 01/54] qapi: fix type_seen key error

[Qemu-devel] Structure / order of generated QAPI/QMP docs
 2017-08-25  5:15 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/15] Sam460ex emulation
 2017-08-25  5:05 UTC  (20+ messages)
` [Qemu-devel] [PATCH 10/15] ppc440: Add emulation of plb-pcix controller found in some 440 SoCs
` [Qemu-devel] [PATCH 13/15] ppc4xx: Add more PLB registers
` [Qemu-devel] [PATCH 15/15] ppc: Add aCube Sam460ex board

[Qemu-devel] [PATCH] spapr: Add ibm, processor-storage-keys property to CPU DT node
 2017-08-25  4:23 UTC  (4+ messages)

[Qemu-devel] [Bug 1712818] [NEW] live migration with storage encounter assert(!(bs->open_flags & BDRV_O_INACTIVE)) crashes
 2017-08-25  3:24 UTC  (3+ messages)
` [Qemu-devel] [Bug 1712818] "

[Qemu-devel] [PATCH qemu] pci: Initialize pci_dev->name before use
 2017-08-25  3:21 UTC 

[Qemu-devel] [QGA] Bug of qga?
 2017-08-25  3:09 UTC  (2+ messages)

[Qemu-devel] A use-after-free in slirp
 2017-08-25  2:51 UTC  (5+ messages)

[Qemu-devel] [PATCH QEMU v4] xen/pt: allow QEMU to request MSI unmasking at bind time
 2017-08-25  1:55 UTC  (2+ messages)

[Qemu-devel] Persistent bitmaps for non-qcow2 formats
 2017-08-25  0:55 UTC  (4+ messages)

[Qemu-devel] [RFC v2 00/32] postcopy+vhost-user/shared ram
 2017-08-24 23:10 UTC  (34+ messages)
` [Qemu-devel] [RFC v2 01/32] vhu: vu_queue_started
` [Qemu-devel] [RFC v2 02/32] vhub: Only process received packets on started queues
` [Qemu-devel] [RFC v2 03/32] migrate: Update ram_block_discard_range for shared
` [Qemu-devel] [RFC v2 04/32] qemu_ram_block_host_offset
` [Qemu-devel] [RFC v2 05/32] migration/ram: ramblock_recv_bitmap_test_byte_offset
` [Qemu-devel] [RFC v2 06/32] postcopy: use UFFDIO_ZEROPAGE only when available
` [Qemu-devel] [RFC v2 07/32] postcopy: Add notifier chain
` [Qemu-devel] [RFC v2 08/32] postcopy: Add vhost-user flag for postcopy and check it
` [Qemu-devel] [RFC v2 09/32] vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
` [Qemu-devel] [RFC v2 10/32] vhub: Support sending fds back to qemu
` [Qemu-devel] [RFC v2 11/32] vhub: Open userfaultfd
` [Qemu-devel] [RFC v2 12/32] postcopy: Allow registering of fd handler
` [Qemu-devel] [RFC v2 13/32] vhost+postcopy: Register shared ufd with postcopy
` [Qemu-devel] [RFC v2 14/32] vhost+postcopy: Transmit 'listen' to client
` [Qemu-devel] [RFC v2 15/32] vhost+postcopy: Register new regions with the ufd
` [Qemu-devel] [RFC v2 16/32] vhost+postcopy: Send address back to qemu
` [Qemu-devel] [RFC v2 17/32] vhost+postcopy: Stash RAMBlock and offset
` [Qemu-devel] [RFC v2 18/32] vhost+postcopy: Send requests to source for shared pages
` [Qemu-devel] [RFC v2 19/32] vhost+postcopy: Resolve client address
` [Qemu-devel] [RFC v2 20/32] postcopy: wake shared
` [Qemu-devel] [RFC v2 21/32] postcopy: postcopy_notify_shared_wake
` [Qemu-devel] [RFC v2 22/32] vhost+postcopy: Add vhost waker
` [Qemu-devel] [RFC v2 23/32] vhost+postcopy: Call wakeups
` [Qemu-devel] [RFC v2 24/32] vub+postcopy: madvises
` [Qemu-devel] [RFC v2 25/32] vhost+postcopy: Lock around set_mem_table
` [Qemu-devel] [RFC v2 26/32] vhost: Add VHOST_USER_POSTCOPY_END message
` [Qemu-devel] [RFC v2 27/32] vhost+postcopy: Wire up POSTCOPY_END notify
` [Qemu-devel] [RFC v2 28/32] postcopy: Allow shared memory
` [Qemu-devel] [RFC v2 29/32] vhost-user: Claim support for postcopy
` [Qemu-devel] [RFC v2 30/32] vhost: Merge neighbouring hugepage regions where appropriate
` [Qemu-devel] [RFC v2 31/32] vhost: Don't break merged regions on small remove/non-adds
` [Qemu-devel] [RFC v2 32/32] postcopy shared docs

[Qemu-devel] [PATCH v6 00/10] qemu.py: Pylint/style fixes
 2017-08-24 22:59 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 01/10] "
` [Qemu-devel] [PATCH v6 02/10] qemu|qtest: Avoid dangerous arguments
` [Qemu-devel] [PATCH v6 03/10] qemu.py: Use iteritems rather than keys()
` [Qemu-devel] [PATCH v6 04/10] qemu.py: Simplify QMP key-conversion

[Qemu-devel] [PATCH 0/8] Implement ARM external abort handling
 2017-08-24 20:28 UTC  (9+ messages)
` [Qemu-devel] [PATCH 4/8] boards.h: Define new flag ignore_memory_transaction_failures
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH 00/16] qapi: Rework mapping of enum value to string
 2017-08-24 19:24 UTC  (6+ messages)
` [Qemu-devel] [PATCH 02/16] qapi: Drop superfluous qapi_enum_parse() parameter max

[Qemu-devel] [PATCH v2 0/3] hostmem-file: Add "discard-data" option
 2017-08-24 19:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] vl: Clean up user-creatable objects when exiting
` [Qemu-devel] [PATCH v2 2/3] osdep: Define QEMU_MADV_REMOVE
` [Qemu-devel] [PATCH v2 3/3] hostmem-file: Add "discard-data" option


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).