qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-04 14:02:05 to 2017-12-05 07:10:36 UTC [more...]

[Qemu-devel] [PATCH v2] hw/ide: Remove duplicated definitions from ahci_internal.h
 2017-12-05  7:10 UTC 

[Qemu-devel] [PATCH v3 0/7] Vhost-pci for inter-VM communication
 2017-12-05  7:01 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 1/7] vhost-user: share the vhost-user protocol related structures
` [Qemu-devel] [PATCH v3 2/7] vhost-pci-net: add vhost-pci-net
` [Qemu-devel] [PATCH v3 3/7] virtio/virtio-pci.c: add vhost-pci-net-pci
` [Qemu-devel] [PATCH v3 4/7] vhost-pci-slave: add vhost-pci slave implementation
` [Qemu-devel] [PATCH v3 5/7] vhost-user: VHOST_USER_SET_VHOST_PCI msg
` [Qemu-devel] [PATCH v3 6/7] vhost-pci-slave: handle VHOST_USER_SET_VHOST_PCI
` [Qemu-devel] [PATCH v3 7/7] virtio/vhost.c: vhost-pci needs remote gpa
` [Qemu-devel] [virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication

[Qemu-devel] [PATCH v5 00/28] Migration: postcopy failure recovery
 2017-12-05  6:55 UTC  (30+ messages)
` [Qemu-devel] [PATCH v5 01/28] migration: better error handling with QEMUFile
` [Qemu-devel] [PATCH v5 02/28] migration: reuse mis->userfault_quit_fd
` [Qemu-devel] [PATCH v5 03/28] migration: provide postcopy_fault_thread_notify()
` [Qemu-devel] [PATCH v5 04/28] migration: new postcopy-pause state
` [Qemu-devel] [PATCH v5 05/28] migration: implement "postcopy-pause" src logic
` [Qemu-devel] [PATCH v5 06/28] migration: allow dst vm pause on postcopy
` [Qemu-devel] [PATCH v5 07/28] migration: allow src return path to pause
` [Qemu-devel] [PATCH v5 08/28] migration: allow send_rq to fail
` [Qemu-devel] [PATCH v5 09/28] migration: allow fault thread to pause
` [Qemu-devel] [PATCH v5 10/28] qmp: hmp: add migrate "resume" option
` [Qemu-devel] [PATCH v5 11/28] migration: pass MigrationState to migrate_init()
` [Qemu-devel] [PATCH v5 12/28] migration: rebuild channel on source
` [Qemu-devel] [PATCH v5 13/28] migration: new state "postcopy-recover"
` [Qemu-devel] [PATCH v5 14/28] migration: wakeup dst ram-load-thread for recover
` [Qemu-devel] [PATCH v5 15/28] migration: new cmd MIG_CMD_RECV_BITMAP
` [Qemu-devel] [PATCH v5 16/28] migration: new message MIG_RP_MSG_RECV_BITMAP
` [Qemu-devel] [PATCH v5 17/28] migration: new cmd MIG_CMD_POSTCOPY_RESUME
` [Qemu-devel] [PATCH v5 18/28] migration: new message MIG_RP_MSG_RESUME_ACK
` [Qemu-devel] [PATCH v5 19/28] migration: introduce SaveVMHandlers.resume_prepare
` [Qemu-devel] [PATCH v5 20/28] migration: synchronize dirty bitmap for resume
` [Qemu-devel] [PATCH v5 21/28] migration: setup ramstate "
` [Qemu-devel] [PATCH v5 22/28] migration: final handshake for the resume
` [Qemu-devel] [PATCH v5 23/28] migration: free SocketAddress where allocated
` [Qemu-devel] [PATCH v5 24/28] migration: init dst in migration_object_init too
` [Qemu-devel] [PATCH v5 25/28] io: let watcher of the channel run in same ctx
` [Qemu-devel] [PATCH v5 26/28] migration: allow migrate_cancel to pause postcopy
` [Qemu-devel] [PATCH v5 27/28] qmp/migration: new command migrate-recover
` [Qemu-devel] [PATCH v5 28/28] hmp/migration: add migrate_recover command

[Qemu-devel] [for-2.12 0/7] PCI cleanups
 2017-12-05  6:46 UTC  (7+ messages)

[Qemu-devel] About the light VM solution!
 2017-12-05  6:33 UTC 

[Qemu-devel] [PATCH v6 0/4] Introduce a new vhost-user-blk host device to QEMU
 2017-12-05  6:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 1/4] vhost-user: add new vhost user messages to support virtio config space
` [Qemu-devel] [PATCH v6 2/4] vhost-user-blk: introduce a new vhost-user-blk host device
` [Qemu-devel] [PATCH v6 3/4] contrib/libvhost-user: enable virtio config space messages
` [Qemu-devel] [PATCH v6 4/4] contrib/vhost-user-blk: introduce a vhost-user-blk sample application

[Qemu-devel] [PATCH v3] rcu: reduce more than 7MB heap memory by malloc_trim()
 2017-12-05  6:00 UTC  (5+ messages)

[Qemu-devel] [RFC v5 00/26] QMP: out-of-band (OOB) execution support
 2017-12-05  5:52 UTC  (27+ messages)
` [Qemu-devel] [RFC v5 01/26] qobject: introduce qstring_get_try_str()
` [Qemu-devel] [RFC v5 02/26] qobject: introduce qobject_get_try_str()
` [Qemu-devel] [RFC v5 03/26] qobject: let object_property_get_str() use new API
` [Qemu-devel] [RFC v5 04/26] monitor: move skip_flush into monitor_data_init
` [Qemu-devel] [RFC v5 05/26] qjson: add "opaque" field to JSONMessageParser
` [Qemu-devel] [RFC v5 06/26] monitor: move the cur_mon hack deeper for QMP
` [Qemu-devel] [RFC v5 07/26] monitor: unify global init
` [Qemu-devel] [RFC v5 08/26] monitor: let mon_list be tail queue
` [Qemu-devel] [RFC v5 09/26] monitor: create monitor dedicate iothread
` [Qemu-devel] [RFC v5 10/26] monitor: allow to use IO thread for parsing
` [Qemu-devel] [RFC v5 11/26] qmp: introduce QMPCapability
` [Qemu-devel] [RFC v5 12/26] qmp: negociate QMP capabilities
` [Qemu-devel] [RFC v5 13/26] qmp: introduce some capability helpers
` [Qemu-devel] [RFC v5 14/26] monitor: introduce monitor_qmp_respond()
` [Qemu-devel] [RFC v5 15/26] monitor: let suspend_cnt be thread safe
` [Qemu-devel] [RFC v5 16/26] monitor: separate QMP parser and dispatcher
` [Qemu-devel] [RFC v5 17/26] qmp: add new event "request-dropped"
` [Qemu-devel] [RFC v5 18/26] monitor: send event when request queue full
` [Qemu-devel] [RFC v5 19/26] qapi: introduce new cmd option "allow-oob"
` [Qemu-devel] [RFC v5 20/26] qmp: support out-of-band (oob) execution
` [Qemu-devel] [RFC v5 21/26] qmp: isolate responses into io thread
` [Qemu-devel] [RFC v5 22/26] monitor: enable IO thread for (qmp & !mux) typed
` [Qemu-devel] [RFC v5 23/26] qmp: add command "x-oob-test"
` [Qemu-devel] [RFC v5 24/26] docs: update QMP documents for OOB commands
` [Qemu-devel] [RFC v5 25/26] tests: qmp-test: verify command batching
` [Qemu-devel] [RFC v5 26/26] tests: qmp-test: add oob test

[Qemu-devel] [PATCH 0/3] unrestrict cssids related patches
 2017-12-05  5:49 UTC  (16+ messages)
` [Qemu-devel] [PATCH 1/3] s390x/css: unrestrict cssids
` [Qemu-devel] [PATCH 2/3] s390x/css: advertise unrestricted cssids
` [Qemu-devel] [PATCH 3/3] s390x: deprecate s390-squash-mcss machine prop

[Qemu-devel] [PULL 0/1] ppc-for-2.11 queue 20171205
 2017-12-05  5:25 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] target/ppc: Fix system lockups caused by interrupt_request state corruption

[Qemu-devel] [PATCH v2] linux-user: Use *at functions instead of caching interp_prefix contents
 2017-12-05  4:53 UTC  (2+ messages)

[Qemu-devel] [PATCH] arm/translate-a64: mark path as unreachable to eliminate warning
 2017-12-05  4:34 UTC  (4+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH 0/2] v8m: make systick banked
 2017-12-05  4:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 2/2] nvic: Make systick banked
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH 00/25] spapr: Guest exploitation of the XIVE interrupt controller (POWER9)
 2017-12-05  3:38 UTC  (14+ messages)
` [Qemu-devel] [PATCH 15/25] spapr: notify the CPU when the XIVE interrupt priority is more privileged
` [Qemu-devel] [PATCH 20/25] spapr: add device tree support for the XIVE interrupt mode
` [Qemu-devel] [PATCH 21/25] spapr: introduce a helper to map the XIVE memory regions

[Qemu-devel] [PATCH] hw/input/hid: Fix some wrong hid usage mappings
 2017-12-05  3:42 UTC  (5+ messages)

[Qemu-devel] [PATCH] docs/devel/migration.txt: keep functions consistent with the code
 2017-12-05  2:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/32] Migration: postcopy failure recovery
 2017-12-05  2:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 31/32] migration, qmp: new command "migrate-pause"

[Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171204
 2017-12-05  1:23 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.12] hw/ide: Remove duplicated definitions from ahci_internal.h
 2017-12-05  1:29 UTC  (2+ messages)

[Qemu-devel] [PATCH] iotests: fix 197 for vpc
 2017-12-05  1:08 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2] iotests: fix 197 for vpc
 2017-12-05  1:08 UTC 

[Qemu-devel] [PATCH for 2.11 0/1] Fix guest boot with vhost-scsi
 2017-12-05  0:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/1] vhost-scsi: add missing virtqueue_size parameter

[Qemu-devel] [PULL 0/7] pc, pci, virtio: fixes for rc3
 2017-12-05  0:56 UTC  (6+ messages)

[Qemu-devel] [PATCH] blockdev-backup: enable non-root nodes for backup
 2017-12-05  0:48 UTC  (5+ messages)
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v5 00/15] qcow2: space preallocation and COW improvements
 2017-12-04 22:32 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2] target/ppc: Fix system lockups caused by interrupt_request state corruption
 2017-12-04 22:28 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v3] target/ppc: Fix system lockups caused by interrupt_request state corruption
 2017-12-04 22:25 UTC 

[Qemu-devel] [PATCH v4 0/1] savevm/loadvm with postcopy flag qemu-iotest
 2017-12-04 22:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/1] tests/qemu-iotests: adding savevm/loadvm with postcopy flag test

[Qemu-devel] [Bug 1497204] [NEW] qemu-system-s390x: no SMP support without KVM
 2017-12-04 22:00 UTC  (2+ messages)
` [Qemu-devel] [Bug 1497204] "

[Qemu-devel] qemu-devel archive search was missing some messages but it's fixed now
 2017-12-04 20:49 UTC  (4+ messages)

[Qemu-devel] [PATCH] Remove MemoryRegionSection check code from sparc_cpu_get_phys_page_debug()
 2017-12-04 20:45 UTC  (4+ messages)

[Qemu-devel] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check
 2017-12-04 20:44 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] 9pfs: Correctly handle cancelled requests
 2017-12-04 20:36 UTC 

[Qemu-devel] [PATCH v2] pci: removed the is_express field since a uniform interface was inserted
 2017-12-04 19:46 UTC  (2+ messages)

[Qemu-devel] Debugging io deadlock
 2017-12-04 19:22 UTC 

[Qemu-devel] [PATCH v1 for-2.12 0/5] s390x/tcg: CCW hotplug support
 2017-12-04 18:37 UTC  (16+ messages)
` [Qemu-devel] [PATCH v1 for-2.12 1/5] s390x/kvm: factor out build_channel_report_mcic() into cpu.h
` [Qemu-devel] [PATCH v1 for-2.12 2/5] s390x/tcg: fix and cleanup mcck injection
` [Qemu-devel] [PATCH v1 for-2.12 5/5] s390x/tcg: wire up STORE CHANNEL REPORT WORD

[Qemu-devel] [PATCH v7 for-2.12 00/25] block: Fix some filename generation issues
 2017-12-04 18:26 UTC  (19+ messages)
` [Qemu-devel] [PATCH v7 for-2.12 10/25] block: Fix bdrv_find_backing_image()
` [Qemu-devel] [PATCH v7 for-2.12 14/25] block/nbd: Make bdrv_dirname() return NULL
` [Qemu-devel] [PATCH v7 for-2.12 17/25] iotests: Add quorum case to test 110
` [Qemu-devel] [PATCH v7 for-2.12 20/25] block: Generically refresh runtime options
` [Qemu-devel] [PATCH v7 for-2.12 21/25] block: Purify .bdrv_refresh_filename()
` [Qemu-devel] [PATCH v7 for-2.12 22/25] block: Do not copy exact_filename from format file
` [Qemu-devel] [PATCH v7 for-2.12 24/25] block/curl: Implement bdrv_refresh_filename()
` [Qemu-devel] [PATCH v7 for-2.12 25/25] block/null: Generate filename even with latency-ns

[Qemu-devel] [PULL 0/1] Block layer patch for 2.11.0-rc4
 2017-12-04 18:03 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/1] blockjob: Make block_job_pause_all() keep a reference to the jobs

[Qemu-devel] [PATCH RFC 0/2] s390x: cut down on unattached devices
 2017-12-04 17:51 UTC  (13+ messages)
` [Qemu-devel] [PATCH RFC 2/2] s390x: attach autogenerated nics
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] 9pfs: Correctly handle cancelled requests
 2017-12-04 17:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 for-2.12 0/9] s390x/tcg: facilitites and instructions
 2017-12-04 17:39 UTC  (16+ messages)
` [Qemu-devel] [PATCH v1 for-2.12 1/9] s390x/tcg: ALSI/ALSGI are atomic with interlocked-acccess facility 1
` [Qemu-devel] [PATCH v1 for-2.12 2/9] s390x/tcg: implement Interlocked-Access Facility 2
` [Qemu-devel] [PATCH v1 for-2.12 3/9] s390x/tcg: wire up SET ADDRESS LIMIT
` [Qemu-devel] [PATCH v1 for-2.12 4/9] s390x/tcg: wire up SET CHANNEL MONITOR
` [Qemu-devel] [PATCH v1 for-2.12 5/9] s390x/tcg: Implement STORE CHANNEL PATH STATUS
` [Qemu-devel] [PATCH v1 for-2.12 6/9] s390x/tcg: Implement SIGA instruction
` [Qemu-devel] [PATCH v1 for-2.12 7/9] s390x/tcg: implement extract-CPU-time facility
` [Qemu-devel] [PATCH v1 for-2.12 8/9] s390x/tcg: we already implement the Set-Program-Parameter facility
` [Qemu-devel] [PATCH v1 for-2.12 9/9] s390x: change the QEMU cpu model to a stripped down z12
` [Qemu-devel] [PATCH v1 for-2.12 01/10] s390x/tcg: ASI/ASGI are atomic with interlocked-acccess facility 1

[Qemu-devel] deadlock in rcu_init_lock() in usermode emulation
 2017-12-04 17:13 UTC 

[Qemu-devel] [PATCH] mmap(2) returns MAP_FAILED, not NULL, on failure
 2017-12-04 16:59 UTC  (2+ messages)

[Qemu-devel] [PATCH 13/25] spapr: introduce the XIVE Event Queues
 2017-12-04 16:31 UTC  (7+ messages)

[Qemu-devel] [PULL 0/1] baum braille device update
 2017-12-04 16:10 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/1] baum: Truncate braille device size to 84x1

[Qemu-devel] [PATCH v3 0/2] Fix savevm/loadvm after postcopy migration
 2017-12-04 15:15 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 2/2] tests/qemu-iotests: adding savevm/loadvm with postcopy flag test

[Qemu-devel] [PATCH v2] spapr: fix LSI interrupt specifiers in the device tree
 2017-12-04 14:41 UTC 

[Qemu-devel] [PATCH] linux-user: Fix locking order in fork_start()
 2017-12-04 14:22 UTC 


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