Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sat Nov 30 2019 19:51:04 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 00/21] Error handling fixes, may contain 4.2 material
,
Markus Armbruster
,
2019/11/30
[PATCH 04/21] crypto: Fix certificate file error handling crash bug
,
Markus Armbruster
,
2019/11/30
[PATCH 03/21] block/file-posix: Fix laio_init() error handling crash bug
,
Markus Armbruster
,
2019/11/30
[PATCH 02/21] net/virtio: Fix failover error handling crash bugs
,
Markus Armbruster
,
2019/11/30
[PATCH 05/21] crypto: Fix typo in QCryptoTLSSession's <example> comment
,
Markus Armbruster
,
2019/11/30
[PATCH 01/21] net/virtio: Drop useless n->primary_dev not null checks
,
Markus Armbruster
,
2019/11/30
[PATCH 19/21] error: Clean up unusual names of Error * variables
,
Markus Armbruster
,
2019/11/30
Re: [PATCH 19/21] error: Clean up unusual names of Error * variables
,
Philippe Mathieu-Daudé
,
2019/11/30
[PATCH 08/21] exec: Fix latent file_ram_alloc() error handling bug
,
Markus Armbruster
,
2019/11/30
[PATCH 06/21] io: Fix Error usage in a comment <example>
,
Markus Armbruster
,
2019/11/30
[PATCH 16/21] s390/cpu_modules: Fix latent realize() error handling bugs
,
Markus Armbruster
,
2019/11/30
[PATCH 14/21] s390x/event-facility: Fix latent realize() error handling bug
,
Markus Armbruster
,
2019/11/30
[PATCH 10/21] hw/core: Fix latent fit_load_fdt() error handling bug
,
Markus Armbruster
,
2019/11/30
[PATCH 07/21] tests: Clean up initialization of Error *err variables
,
Markus Armbruster
,
2019/11/30
[PATCH 15/21] s390x/cpu_models: Fix latent feature property error handling bugs
,
Markus Armbruster
,
2019/11/30
[PATCH 13/21] memory-device: Fix latent memory pre-plug error handling bugs
,
Markus Armbruster
,
2019/11/30
[PATCH 12/21] qga: Fix latent guest-get-fsinfo error handling bug
,
Markus Armbruster
,
2019/11/30
[PATCH 18/21] s390x: Fix latent query-cpu-definitions error handling bug
,
Markus Armbruster
,
2019/11/30
[PATCH 11/21] hw/ipmi: Fix latent realize() error handling bugs
,
Markus Armbruster
,
2019/11/30
[PATCH 09/21] hw/acpi: Fix latent legacy CPU plug error handling bug
,
Markus Armbruster
,
2019/11/30
[PATCH 21/21] tests-blockjob: Use error_free_or_abort()
,
Markus Armbruster
,
2019/11/30
[PATCH 20/21] hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()
,
Markus Armbruster
,
2019/11/30
[PATCH 17/21] s390x: Fix latent query-cpu-model-FOO error handling bugs
,
Markus Armbruster
,
2019/11/30
Re: [PATCH 17/21] s390x: Fix latent query-cpu-model-FOO error handling bugs
,
David Hildenbrand
,
2019/11/30
[Bug 1854577] [NEW] unable to boot arm64 image
,
Phil.Chang
,
2019/11/30
[PATCH v2 00/14] gdbstub refactor and SVE support
,
Alex Bennée
,
2019/11/30
[PATCH v2 04/14] gdbstub: move mem_buf to GDBState and use GByteArray
,
Alex Bennée
,
2019/11/30
[PATCH v2 01/14] gdbstub: make GDBState static and have common init function
,
Alex Bennée
,
2019/11/30
[PATCH v2 05/14] gdbstub: add helper for 128 bit registers
,
Alex Bennée
,
2019/11/30
[PATCH v2 03/14] gdbstub: move str_buf to GDBState and use GString
,
Alex Bennée
,
2019/11/30
[PATCH v2 06/14] target/arm: use gdb_get_reg helpers
,
Alex Bennée
,
2019/11/30
[PATCH v2 07/14] target/m68k: use gdb_get_reg helpers
,
Alex Bennée
,
2019/11/30
Re: [PATCH v2 07/14] target/m68k: use gdb_get_reg helpers
,
Laurent Vivier
,
2019/11/30
[PATCH v2 10/14] target/arm: explicitly encode regnum in our XML
,
Alex Bennée
,
2019/11/30
[PATCH v2 09/14] target/arm: prepare for multiple dynamic XMLs
,
Alex Bennée
,
2019/11/30
[PATCH v2 12/14] target/arm: generate xml description of our SVE registers
,
Alex Bennée
,
2019/11/30
[PATCH v2 02/14] gdbstub: stop passing GDBState * around and use global
,
Alex Bennée
,
2019/11/30
[PATCH v2 08/14] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2019/11/30
[PATCH v2 11/14] target/arm: default SVE length to 64 bytes for linux-user
,
Alex Bennée
,
2019/11/30
[PATCH v2 13/14] tests/guest-debug: add a simple test runner
,
Alex Bennée
,
2019/11/30
[PATCH v2 14/14] tests/tcg: add a gdbstub testcase for SVE registers
,
Alex Bennée
,
2019/11/30
Re: [PATCH v2 00/14] gdbstub refactor and SVE support
,
no-reply
,
2019/11/30
Re: [Qemu-devel] [PATCH v5 0/2] arm/acpi: simplify aml code and enable SHPC
,
Guoheyi
,
2019/11/29
[PATCH v6 00/21] Add virtual device fuzzing support
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 01/21] softmmu: split off vl.c:main() into main.c
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 02/21] libqos: Rename i2c_send and i2c_recv
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 07/21] qtest: add in-process incoming command handler
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 06/21] module: check module wasn't already initialized
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 04/21] qtest: add qtest_server_send abstraction
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 13/21] fuzz: add configure flag --enable-fuzzing
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 05/21] libqtest: Add a layer of abstraciton to send/recv
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 03/21] fuzz: Add FUZZ_TARGET module type
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 09/21] libqos: split qos-test and libqos makefile vars
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 11/21] libqtest: make bufwrite rely on the TransportOps
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 10/21] libqos: move useful qos-test funcs to qos_external
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 14/21] fuzz: Add target/fuzz makefile rules
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 15/21] fuzz: add fuzzer skeleton
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 21/21] fuzz: add documentation to docs/devel/
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 19/21] fuzz: add virtio-net fuzz target
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 12/21] libqtest: add in-process qtest.c tx/rx handlers
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 08/21] tests: provide test variables to other targets
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 18/21] fuzz: add i440fx fuzz targets
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 20/21] fuzz: add virtio-scsi fuzz target
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 16/21] fuzz: add support for fork-based fuzzing.
,
Oleinik, Alexander
,
2019/11/29
[PATCH v6 17/21] fuzz: add support for qos-assisted fuzz targets
,
Oleinik, Alexander
,
2019/11/29
Re: [PATCH v5 12/13] hw/gpio/bcm2835_gpio: Isolate sdbus reparenting
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 13/13] hw/gpio/bcm2835_gpio: Update to resettable
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 11/13] hw/s390x/ipl: replace deprecated qdev_reset_all registration
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 10/13] vl: replace deprecated qbus_reset_all registration
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 09/13] docs/devel/reset.txt: add doc about Resettable interface
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 06/13] hw/core/qdev: handle parent bus change regarding resettable
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 05/13] hw/core/resettable: add support for changing parent
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 04/13] hw/core: add Resettable support to BusClass and DeviceClass
,
Peter Maydell
,
2019/11/29
Re: [PATCH v5 03/13] hw/core: create Resettable QOM interface
,
Peter Maydell
,
2019/11/29
[PATCH v3 0/4] Improve default object property_add uint helpers
,
Felipe Franciosi
,
2019/11/29
[PATCH v3 2/4] ich9: fix getter type for sci_int property
,
Felipe Franciosi
,
2019/11/29
Re: [PATCH v3 2/4] ich9: fix getter type for sci_int property
,
Marc-André Lureau
,
2019/11/30
[PATCH v3 3/4] ich9: Simplify ich9_lpc_initfn
,
Felipe Franciosi
,
2019/11/29
Re: [PATCH v3 3/4] ich9: Simplify ich9_lpc_initfn
,
Marc-André Lureau
,
2019/11/30
[PATCH v3 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/29
Re: [PATCH v3 1/4] qom/object: enable setter for uint types
,
Marc-André Lureau
,
2019/11/30
[PATCH v3 4/4] qom/object: Use common get/set uint helpers
,
Felipe Franciosi
,
2019/11/29
Re: [PATCH v3 4/4] qom/object: Use common get/set uint helpers
,
Marc-André Lureau
,
2019/11/30
[PATCH v2] configure: Use lld --image-base for --disable-pie user mode binaries
,
Fangrui Song
,
2019/11/29
[PATCH] docker: remove libcap development packages
,
Paolo Bonzini
,
2019/11/29
[PATCH] net/imx_fec: Updating the IMX_FEC IP to support loopback mode.
,
bilalwasim676
,
2019/11/29
Re: [PATCH] net/imx_fec: Updating the IMX_FEC IP to support loopback mode.
,
Philippe Mathieu-Daudé
,
2019/11/29
RE: [PATCH] net/imx_fec: Updating the IMX_FEC IP to support loopback mode.
,
Wasim, Bilal
,
2019/11/29
Re: [PATCH] net/imx_fec: Updating the IMX_FEC IP to support loopback mode.
,
Philippe Mathieu-Daudé
,
2019/11/29
[PATCH] ci: Use libcap-ng
,
Dr. David Alan Gilbert (git)
,
2019/11/29
Re: [PATCH] ci: Use libcap-ng
,
Thomas Huth
,
2019/11/29
Re: [PATCH] ci: Use libcap-ng
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH] ci: Use libcap-ng
,
Philippe Mathieu-Daudé
,
2019/11/29
Re: [PATCH] ci: Use libcap-ng
,
Philippe Mathieu-Daudé
,
2019/11/29
[PATCH 0/3] s390x: Increase architectural compliance
,
Janosch Frank
,
2019/11/29
[PATCH 1/3] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Janosch Frank
,
2019/11/29
[PATCH 2/3] Sync reset
,
Janosch Frank
,
2019/11/29
[PATCH 3/3] s390x: protvirt: Add new VCPU reset functions
,
Janosch Frank
,
2019/11/29
Re: [PATCH 3/3] s390x: protvirt: Add new VCPU reset functions
,
David Hildenbrand
,
2019/11/29
Re: [PATCH 3/3] s390x: protvirt: Add new VCPU reset functions
,
Janosch Frank
,
2019/11/29
Re: [PATCH 3/3] s390x: protvirt: Add new VCPU reset functions
,
David Hildenbrand
,
2019/11/29
[PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build
,
Paolo Bonzini
,
2019/11/29
[PATCH 2/8] docs: tweak kernel-doc for QEMU coding standards
,
Paolo Bonzini
,
2019/11/29
[PATCH 3/8] docs/conf.py: Enable use of kerneldoc sphinx extension
,
Paolo Bonzini
,
2019/11/29
[PATCH 7/8] memory.h: Silence kernel-doc complaints
,
Paolo Bonzini
,
2019/11/29
[PATCH 4/8] Makefile: disable Sphinx nitpicking
,
Paolo Bonzini
,
2019/11/29
[PATCH 6/8] docs: Create bitops.rst as example of kernel-docs
,
Paolo Bonzini
,
2019/11/29
[PATCH 5/8] bitops.h: Silence kernel-doc complaints
,
Paolo Bonzini
,
2019/11/29
[PATCH 8/8] docs: add memory API reference
,
Paolo Bonzini
,
2019/11/29
[PATCH 1/8] docs: import Linux kernel-doc script and extension
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build
,
no-reply
,
2019/11/29
[PATCH v2] net/cadence_gem: Updating the GEM MAC IP to properly filter out multicast addresses.
,
bilalwasim676
,
2019/11/29
Re: [PATCH v2] net/cadence_gem: Updating the GEM MAC IP to properly filter out multicast addresses.
,
Edgar E. Iglesias
,
2019/11/29
Re: [PATCH v2] net/cadence_gem: Updating the GEM MAC IP to properly filter out multicast addresses.
,
Bilal Wasim
,
2019/11/29
[PATCH v3] net/cadence_gem: Updating the GEM MAC IP to properly filter out multicast addresses.
,
bilalwasim676
,
2019/11/29
Re: [PATCH v3] net/cadence_gem: Updating the GEM MAC IP to properly filter out multicast addresses.
,
Edgar E. Iglesias
,
2019/11/29
RE: [PATCH v3] net/cadence_gem: Updating the GEM MAC IP to properly filter out multicast addresses.
,
Wasim, Bilal
,
2019/11/29
[PATCH] runstate: ignore finishmigrate -> prelaunch transition
,
Laurent Vivier
,
2019/11/29
[PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
,
Greg Kurz
,
2019/11/29
Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
,
Greg Kurz
,
2019/11/29
Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
,
Daniel P . Berrangé
,
2019/11/29
[PATCH] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
,
Dr. David Alan Gilbert
,
2019/11/29
Re: [PATCH] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
,
Greg Kurz
,
2019/11/29
[PATCH-for-4.2? 0/1] roms/edk2: update submodule to edk2-stable201911, fixing low severity CVEs
,
Philippe Mathieu-Daudé
,
2019/11/29
[PATCH-for-4.2? 1/1] roms/edk2: update submodule from edk2-stable201905 to edk2-stable201911
,
Philippe Mathieu-Daudé
,
2019/11/29
Re: [PATCH-for-4.2? 0/1] roms/edk2: update submodule to edk2-stable201911, fixing low severity CVEs
,
Laszlo Ersek
,
2019/11/29
Re: [PATCH-for-4.2? 0/1] roms/edk2: update submodule to edk2-stable201911, fixing low severity CVEs
,
Philippe Mathieu-Daudé
,
2019/11/29
[PULL 0/2] Fix for the s390-ccw bios
,
Thomas Huth
,
2019/11/29
[PULL 2/2] pc-bios/s390: Update firmware image with the "fix sclp_get_loadparm_ascii" patch
,
Thomas Huth
,
2019/11/29
[PULL 1/2] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Thomas Huth
,
2019/11/29
Re: [PULL 0/2] Fix for the s390-ccw bios
,
Peter Maydell
,
2019/11/29
Re: [PULL 0/2] Fix for the s390-ccw bios
,
Thomas Huth
,
2019/11/29
Re: [PULL 0/2] Fix for the s390-ccw bios
,
Peter Maydell
,
2019/11/29
Re: [PULL 0/2] Fix for the s390-ccw bios
,
Peter Maydell
,
2019/11/29
[PATCH v2 00/13] s390x: Protected Virtualization support
,
Janosch Frank
,
2019/11/29
[PATCH v2 04/13] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 04/13] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
David Hildenbrand
,
2019/11/29
[PATCH v2 03/13] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 03/13] s390x: protvirt: Support unpack facility
,
David Hildenbrand
,
2019/11/29
[PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
,
Janosch Frank
,
2019/11/29
[PATCH v2 02/13] Header sync protvirt
,
Janosch Frank
,
2019/11/29
[PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Cornelia Huck
,
2019/11/29
Re: [PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Thomas Huth
,
2019/11/29
Re: [PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Janosch Frank
,
2019/11/29
[PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
David Hildenbrand
,
2019/11/29
[PATCH v2 07/13] s390x: protvirt: SCLP interpretation
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 07/13] s390x: protvirt: SCLP interpretation
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v2 07/13] s390x: protvirt: SCLP interpretation
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 07/13] s390x: protvirt: SCLP interpretation
,
David Hildenbrand
,
2019/11/29
[PATCH v2 09/13] s390x: Exit on vcpu reset error
,
Janosch Frank
,
2019/11/29
[PATCH v2 08/13] s390x: protvirt: Add new VCPU reset functions
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 08/13] s390x: protvirt: Add new VCPU reset functions
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v2 08/13] s390x: protvirt: Add new VCPU reset functions
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 08/13] s390x: protvirt: Add new VCPU reset functions
,
David Hildenbrand
,
2019/11/29
[PATCH v2 13/13] s390x: protvirt: Handle SIGP store status correctly
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 13/13] s390x: protvirt: Handle SIGP store status correctly
,
Thomas Huth
,
2019/11/29
Re: [PATCH v2 13/13] s390x: protvirt: Handle SIGP store status correctly
,
David Hildenbrand
,
2019/11/29
[PATCH v2 10/13] s390x: protvirt: Set guest IPL PSW
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 10/13] s390x: protvirt: Set guest IPL PSW
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v2 10/13] s390x: protvirt: Set guest IPL PSW
,
David Hildenbrand
,
2019/11/29
[PATCH v2 12/13] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 12/13] s390x: protvirt: Disable address checks for PV guest IO emulation
,
David Hildenbrand
,
2019/11/29
[PATCH v2 11/13] s390x: protvirt: Move diag 308 data over SIDAD
,
Janosch Frank
,
2019/11/29
Re: [PATCH v2 11/13] s390x: protvirt: Move diag 308 data over SIDAD
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v5 0/8] Add dbus-vmstate
,
Marc-André Lureau
,
2019/11/29
[PATCH v20 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/29
[PATCH v20 1/8] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/29
[PATCH v20 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/29
Re: [PATCH v20 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Igor Mammedov
,
2019/11/29
[PATCH v20 5/8] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/29
[PATCH v20 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/29
Re: [PATCH v20 3/8] numa: Extend CLI to provide memory side cache information
,
Igor Mammedov
,
2019/11/29
[PATCH v20 4/8] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/29
[PATCH v20 6/8] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/29
[PATCH v20 8/8] tests/bios-tables-test: add test cases for ACPI HMAT
,
Tao Xu
,
2019/11/29
[PATCH v20 7/8] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/29
[PATCH V3 1/2] block/nbd: extract the common cleanup code
,
pannengyuan
,
2019/11/29
[PATCH V3 2/2] block/nbd: fix memory leak in nbd_open()
,
pannengyuan
,
2019/11/29
[RFC] smbios: does it make sense to present some host smbios information to guest?
,
Guoheyi
,
2019/11/29
[for-5.0 0/4] spapr: Improvements to CAS feature negotiation
,
David Gibson
,
2019/11/29
[for-5.0 4/4] spapr: Simplify ovec diff
,
David Gibson
,
2019/11/29
[for-5.0 2/4] spapr: Improve handling of fdt buffer size
,
David Gibson
,
2019/11/29
[for-5.0 1/4] spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeover
,
David Gibson
,
2019/11/29
[for-5.0 3/4] spapr: Fold h_cas_compose_response() into h_client_architecture_support()
,
David Gibson
,
2019/11/29
[for-5.0 0/4] Fixes for RMA size calculation
,
David Gibson
,
2019/11/28
[for-5.0 3/4] spapr: Clean up RMA size calculation
,
David Gibson
,
2019/11/28
[for-5.0 1/4] spapr,ppc: Simplify signature of kvmppc_rma_size()
,
David Gibson
,
2019/11/28
[for-5.0 2/4] spapr: Don't attempt to clamp RMA to VRMA constraint
,
David Gibson
,
2019/11/28
[for-5.0 4/4] spapr: Correct clamping of RMA to Node 0 size
,
David Gibson
,
2019/11/28
[PATCH v1 0/5] linux-user mmap debug cleanup
,
Alex Bennée
,
2019/11/28
[PATCH v1 1/5] linux-user: convert target_mprotect debug to tracepoint
,
Alex Bennée
,
2019/11/28
[PATCH v1 4/5] linux-user: log page table changes under -d page
,
Alex Bennée
,
2019/11/28
[PATCH v1 5/5] linux-user: convert target_munmap debug to a tracepoint
,
Alex Bennée
,
2019/11/28
[PATCH v1 3/5] linux-user: add target_mmap_complete tracepoint
,
Alex Bennée
,
2019/11/28
[PATCH v1 2/5] linux-user: convert target_mmap debug to tracepoint
,
Alex Bennée
,
2019/11/28
libcap vs libcap-ng mess
,
Dr. David Alan Gilbert
,
2019/11/28
Re: libcap vs libcap-ng mess
,
Daniel P . Berrangé
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Paolo Bonzini
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Dr. David Alan Gilbert
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Dr. David Alan Gilbert
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Paolo Bonzini
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Dr. David Alan Gilbert
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Paolo Bonzini
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Dr. David Alan Gilbert
,
2019/11/29
Re: libcap vs libcap-ng mess
,
Paolo Bonzini
,
2019/11/29
[PATCH v2] qga: fence guest-set-time if hwclock not available
,
Cornelia Huck
,
2019/11/28
Re: [PATCH v2] qga: fence guest-set-time if hwclock not available
,
Laszlo Ersek
,
2019/11/28
Re: [PATCH v2] qga: fence guest-set-time if hwclock not available
,
Cornelia Huck
,
2019/11/29
Re: [PATCH v2] qga: fence guest-set-time if hwclock not available
,
Daniel P . Berrangé
,
2019/11/29
[PATCH v2 0/4] Improve default object property_add uint helpers
,
Felipe Franciosi
,
2019/11/28
[PATCH v2 3/4] ich9: Simplify ich9_lpc_initfn
,
Felipe Franciosi
,
2019/11/28
[PATCH v2 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/28
Re: [PATCH v2 1/4] qom/object: enable setter for uint types
,
Marc-André Lureau
,
2019/11/28
Re: [PATCH v2 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/29
Re: [PATCH v2 1/4] qom/object: enable setter for uint types
,
Marc-André Lureau
,
2019/11/29
Re: [PATCH v2 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/29
Re: [PATCH v2 1/4] qom/object: enable setter for uint types
,
Marc-André Lureau
,
2019/11/29
[PATCH v2 2/4] ich9: fix getter type for sci_int property
,
Felipe Franciosi
,
2019/11/28
Re: [PATCH v2 2/4] ich9: fix getter type for sci_int property
,
Marc-André Lureau
,
2019/11/29
[PATCH v2 4/4] qom/object: Use common get/set uint helpers
,
Felipe Franciosi
,
2019/11/28
[PATCH 0/3] target/arm: More HCR_EL2.TIDx fixes
,
Marc Zyngier
,
2019/11/28
[PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Marc Zyngier
,
2019/11/28
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Peter Maydell
,
2019/11/28
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Marc Zyngier
,
2019/11/28
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Peter Maydell
,
2019/11/28
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Edgar E. Iglesias
,
2019/11/29
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Marc Zyngier
,
2019/11/29
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Edgar E. Iglesias
,
2019/11/29
Re: [PATCH 3/3] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
,
Peter Maydell
,
2019/11/29
[PATCH 2/3] target/arm: Honor HCR_EL2.TID1 trapping requirements
,
Marc Zyngier
,
2019/11/28
Re: [PATCH 2/3] target/arm: Honor HCR_EL2.TID1 trapping requirements
,
Edgar E. Iglesias
,
2019/11/29
[PATCH 1/3] target/arm: Honor HCR_EL2.TID2 trapping requirements
,
Marc Zyngier
,
2019/11/28
Re: [PATCH 1/3] target/arm: Honor HCR_EL2.TID2 trapping requirements
,
Edgar E. Iglesias
,
2019/11/29
Re: [PATCH 0/3] target/arm: More HCR_EL2.TIDx fixes
,
Peter Maydell
,
2019/11/28
Re: [PATCH 0/3] target/arm: More HCR_EL2.TIDx fixes
,
Marc Zyngier
,
2019/11/28
qom device lifecycle interaction with hotplug/hotunplug ?
,
Peter Maydell
,
2019/11/28
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Eduardo Habkost
,
2019/11/28
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Igor Mammedov
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Eduardo Habkost
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Igor Mammedov
,
2019/11/28
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Peter Maydell
,
2019/11/28
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Igor Mammedov
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Peter Maydell
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Damien Hedde
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Igor Mammedov
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Eduardo Habkost
,
2019/11/29
Re: qom device lifecycle interaction with hotplug/hotunplug ?
,
Peter Maydell
,
2019/11/30
[PATCH v2 0/2] Run tcg tests with tci on Travis
,
Thomas Huth
,
2019/11/28
[PATCH v2 1/2] configure: allow disable of cross compilation containers
,
Thomas Huth
,
2019/11/28
Re: [PATCH v2 1/2] configure: allow disable of cross compilation containers
,
Stefan Weil
,
2019/11/28
[PATCH v2 2/2] travis.yml: Run tcg tests with tci
,
Thomas Huth
,
2019/11/28
Re: [PATCH v2 2/2] travis.yml: Run tcg tests with tci
,
Stefan Weil
,
2019/11/28
Re: [PATCH v2 2/2] travis.yml: Run tcg tests with tci
,
Stefan Weil
,
2019/11/28
Re: [PATCH v2 2/2] travis.yml: Run tcg tests with tci
,
Thomas Huth
,
2019/11/29
Re: [PATCH v2 0/2] Run tcg tests with tci on Travis
,
Philippe Mathieu-Daudé
,
2019/11/28
[PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
Wasim, Bilal
,
2019/11/28
Re: [PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
Edgar E. Iglesias
,
2019/11/28
RE: [PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
Wasim, Bilal
,
2019/11/28
Re: [PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
Edgar E. Iglesias
,
2019/11/28
RE: [PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
Wasim, Bilal
,
2019/11/28
RE: [PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
Wasim, Bilal
,
2019/11/29
Re: RE: [PATCH] Updating the GEM MAC IP to properly filter out the multicast addresses
,
no-reply
,
2019/11/29
[PATCH] vfio-ccw: Fix error message
,
Boris Fiuczynski
,
2019/11/28
Re: [PATCH] vfio-ccw: Fix error message
,
Philippe Mathieu-Daudé
,
2019/11/28
Re: [PATCH] vfio-ccw: Fix error message
,
Cornelia Huck
,
2019/11/28
[RFC 5/8] Add Radeon kernel headers. Will clean up later
,
aaron . zakhrov
,
2019/11/28
[RFC 1/8] Add Radeon kernel headers. Will clean up later
,
aaron . zakhrov
,
2019/11/28
[PATCH 0/2] RFC: add -mem-shared option
,
Marc-André Lureau
,
2019/11/28
[PATCH 1/2] memfd: add qemu_memfd_open()
,
Marc-André Lureau
,
2019/11/28
[PATCH 2/2] Add -mem-shared option
,
Marc-André Lureau
,
2019/11/28
Re: [PATCH 2/2] Add -mem-shared option
,
Eduardo Habkost
,
2019/11/28
Re: [PATCH 2/2] Add -mem-shared option
,
Igor Mammedov
,
2019/11/28
Re: [PATCH 2/2] Add -mem-shared option
,
Marc-André Lureau
,
2019/11/28
Re: [PATCH 2/2] Add -mem-shared option
,
Igor Mammedov
,
2019/11/29
Re: [PATCH 2/2] Add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH 2/2] Add -mem-shared option
,
Markus Armbruster
,
2019/11/29
Re: [PATCH 2/2] Add -mem-shared option
,
Eduardo Habkost
,
2019/11/29
Re: [PATCH 2/2] Add -mem-shared option
,
Igor Mammedov
,
2019/11/29
Re: [PATCH 2/2] Add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Eduardo Habkost
,
2019/11/28
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Igor Mammedov
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Igor Mammedov
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Eduardo Habkost
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Dr. David Alan Gilbert
,
2019/11/28
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Igor Mammedov
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
no-reply
,
2019/11/28
Re: [PATCH 0/2] RFC: add -mem-shared option
,
no-reply
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Gerd Hoffmann
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Marc-André Lureau
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Marc-André Lureau
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Marc-André Lureau
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Gerd Hoffmann
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Igor Mammedov
,
2019/11/29
Re: [PATCH 0/2] RFC: add -mem-shared option
,
Paolo Bonzini
,
2019/11/29
[PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
,
Cédric Le Goater
,
2019/11/28
[PATCH 1/7] target/ppc: Implement the VTB for HV access
,
Cédric Le Goater
,
2019/11/28
Re: [PATCH 1/7] target/ppc: Implement the VTB for HV access
,
David Gibson
,
2019/11/28
[PATCH 2/7] target/ppc: Work [S]PURR implementation and add HV support
,
Cédric Le Goater
,
2019/11/28
Re: [PATCH 2/7] target/ppc: Work [S]PURR implementation and add HV support
,
David Gibson
,
2019/11/28
[PATCH 3/7] target/ppc: Add SPR ASDR
,
Cédric Le Goater
,
2019/11/28
[PATCH 4/7] target/ppc: Add SPR TBU40
,
Cédric Le Goater
,
2019/11/28
[PATCH 5/7] target/ppc: Add privileged message send facilities
,
Cédric Le Goater
,
2019/11/28
[PATCH 6/7] target/ppc: add support for Hypervisor Facility Unavailable Exception
,
Cédric Le Goater
,
2019/11/28
[PATCH 7/7] target/ppc: Enforce that the root page directory size must be at least 5
,
Cédric Le Goater
,
2019/11/28
[PATCH] Adding support for MAC filtering in the FEC IP implementation
,
Wasim, Bilal
,
2019/11/28
[PATCH v5] qga: add command guest-get-devices for reporting VirtIO devices
,
Tomáš Golembiovský
,
2019/11/28
Re: [PATCH v5] qga: add command guest-get-devices for reporting VirtIO devices
,
Marc-André Lureau
,
2019/11/28
Re: [PATCH v5] qga: add command guest-get-devices for reporting VirtIO devices
,
Daniel P . Berrangé
,
2019/11/28
[PATCH RFC] qga: fence guest-set-time if hwclock not available
,
Cornelia Huck
,
2019/11/28
Re: [PATCH RFC] qga: fence guest-set-time if hwclock not available
,
Daniel P . Berrangé
,
2019/11/28
Re: [PATCH RFC] qga: fence guest-set-time if hwclock not available
,
Cornelia Huck
,
2019/11/28
Re: [PATCH RFC] qga: fence guest-set-time if hwclock not available
,
Daniel P . Berrangé
,
2019/11/28
Re: [PATCH RFC] qga: fence guest-set-time if hwclock not available
,
Laszlo Ersek
,
2019/11/28
[PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Claudio Imbrenda
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Christian Borntraeger
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Cornelia Huck
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Christian Borntraeger
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Peter Maydell
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Christian Borntraeger
,
2019/11/29
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Thomas Huth
,
2019/11/29
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Thomas Huth
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Cornelia Huck
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Christian Borntraeger
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Janosch Frank
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Claudio Imbrenda
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Cornelia Huck
,
2019/11/28
Re: [PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
,
Marc Hartmayer
,
2019/11/28
[PATCH V2] block/nbd: fix memory leak in nbd_open()
,
pannengyuan
,
2019/11/28
Re: [PATCH V2] block/nbd: fix memory leak in nbd_open()
,
Stefano Garzarella
,
2019/11/28
Re: [PATCH V2] block/nbd: fix memory leak in nbd_open()
,
pannengyuan
,
2019/11/28
Re:[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when setrunning
,
ning.bo9
,
2019/11/28
[PATCH v2 0/1] s390x: css: pong, channel subsystem test device
,
Pierre Morel
,
2019/11/28
[PATCH v2 1/1] s390x: css: pong, channel subsystem test device
,
Pierre Morel
,
2019/11/28
[PATCH v5 0/4] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/28
[PATCH v5 1/4] blockdev: fix coding style issues in drive_backup_prepare
,
Sergio Lopez
,
2019/11/28
[PATCH v5 4/4] blockdev: honor bdrv_try_set_aio_context() context requirements
,
Sergio Lopez
,
2019/11/28
[PATCH v5 3/4] blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths
,
Sergio Lopez
,
2019/11/28
[PATCH v5 2/4] blockdev: unify qmp_drive_backup and drive-backup transaction paths
,
Sergio Lopez
,
2019/11/28
[PATCH v1 0/1] s390x: protvirt: SCLP interpretation
,
Pierre Morel
,
2019/11/28
[PATCH v1 1/1] s390x: protvirt: SCLP interpretation
,
Pierre Morel
,
2019/11/28
Re: [PATCH v1 1/1] s390x: protvirt: SCLP interpretation
,
Thomas Huth
,
2019/11/28
Re: [PATCH v1 1/1] s390x: protvirt: SCLP interpretation
,
Pierre Morel
,
2019/11/28
Re: [PATCH v1 0/1] s390x: protvirt: SCLP interpretation
,
Janosch Frank
,
2019/11/28
Re: [PATCH v1 0/1] s390x: protvirt: SCLP interpretation
,
Pierre Morel
,
2019/11/28
Re: [PATCH v1 0/1] s390x: protvirt: SCLP interpretation
,
no-reply
,
2019/11/28
[PATCH v10 0/3] qcow2: advanced compression options
,
Andrey Shinkevich
,
2019/11/28
[PATCH v10 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/28
Re: [PATCH v10 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/28
[PATCH v10 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/28
[PATCH v10 2/3] qcow2: Allow writing compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/28
[PATCH] block/nbd: fix memory leak in nbd_open()
,
pannengyuan
,
2019/11/28
Re: [PATCH] block/nbd: fix memory leak in nbd_open()
,
Stefano Garzarella
,
2019/11/28
Re: [PATCH] block/nbd: fix memory leak in nbd_open()
,
pannengyuan
,
2019/11/28
Re: [PATCH] block/nbd: fix memory leak in nbd_open()
,
Stefano Garzarella
,
2019/11/28
Re: [PATCH] block/nbd: fix memory leak in nbd_open()
,
pannengyuan
,
2019/11/28
[PATCH v19 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/28
[PATCH v19 1/8] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/28
[PATCH v19 4/8] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/28
[PATCH v19 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/28
Re: [PATCH v19 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v19 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/28
[PATCH v19 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/28
Re: [PATCH v19 3/8] numa: Extend CLI to provide memory side cache information
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v19 3/8] numa: Extend CLI to provide memory side cache information
,
Igor Mammedov
,
2019/11/28
Re: [PATCH v19 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/28
Re: [PATCH v19 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/28
[PATCH v19 5/8] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/28
[PATCH v19 6/8] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/28
[PATCH v19 8/8] tests/bios-tables-test: add test cases for ACPI HMAT
,
Tao Xu
,
2019/11/28
[PATCH v19 7/8] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/28
Re: [PATCH v19 7/8] tests/numa: Add case for QMP build HMAT
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v19 7/8] tests/numa: Add case for QMP build HMAT
,
Thomas Huth
,
2019/11/28
Re: [PATCH v19 7/8] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/28
Re: [PATCH v19 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v19 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
no-reply
,
2019/11/28
[RFC 4/8] Got GPU init working. Stops at probing display
,
aaron . zakhrov
,
2019/11/28
[RFC 3/8] R300 fixes
,
aaron . zakhrov
,
2019/11/28
[RFC 7/8] R300 fixes
,
aaron . zakhrov
,
2019/11/28
[RFC 8/8] Got GPU init working. Stops at probing display
,
aaron . zakhrov
,
2019/11/28
[RFC 2/8] Fix MC STATUS resgister
,
aaron . zakhrov
,
2019/11/28
[RFC 6/8] Fix MC STATUS resgister
,
aaron . zakhrov
,
2019/11/28
[PATCH] Add a parameter 'offset' for HostMemoryBackendFile
,
Jason Zeng
,
2019/11/28
[RFC 0/1] ATI R300 emulated grpahics card V2
,
aaron . zakhrov
,
2019/11/28
[RFC 1/1] Cleaned up Work tree. The radeon_reg.h r300_reg.h and r500_reg.h files are from the kernel drm tree. They contain the register definitions for the R300 GPU
,
aaron . zakhrov
,
2019/11/28
Re: [RFC 0/1] ATI R300 emulated grpahics card V2
,
Gerd Hoffmann
,
2019/11/28
Re: [RFC 0/1] ATI R300 emulated grpahics card V2
,
BALATON Zoltan
,
2019/11/29
Re: [RFC 0/1] ATI R300 emulated grpahics card V2
,
BALATON Zoltan
,
2019/11/30
Re: [RFC 0/1] ATI R300 emulated grpahics card V2
,
no-reply
,
2019/11/28
Re: [RFC 0/1] ATI R300 emulated grpahics card V2
,
no-reply
,
2019/11/28
[PATCH 0/4] Expose GT CNTFRQ as a CPU property to support AST2600
,
Andrew Jeffery
,
2019/11/28
[PATCH 1/4] target/arm: Remove redundant scaling of nexttick
,
Andrew Jeffery
,
2019/11/28
Re: [PATCH 1/4] target/arm: Remove redundant scaling of nexttick
,
Cédric Le Goater
,
2019/11/28
[PATCH 2/4] target/arm: Abstract the generic timer frequency
,
Andrew Jeffery
,
2019/11/28
Re: [PATCH 2/4] target/arm: Abstract the generic timer frequency
,
Cédric Le Goater
,
2019/11/28
Re: [PATCH 2/4] target/arm: Abstract the generic timer frequency
,
Andrew Jeffery
,
2019/11/28
[PATCH 3/4] target/arm: Prepare generic timer for per-platform CNTFRQ
,
Andrew Jeffery
,
2019/11/28
[PATCH 4/4] ast2600: Configure CNTFRQ at 1125MHz
,
Andrew Jeffery
,
2019/11/28
Re: [PATCH 4/4] ast2600: Configure CNTFRQ at 1125MHz
,
Cédric Le Goater
,
2019/11/28
[RFC PATCH 00/10] hw/avr: Introduce the Arduino board
,
Philippe Mathieu-Daudé
,
2019/11/27
[NOTFORMERGE PATCH 01/10] hw/avr: Kludge to fix build failure
,
Philippe Mathieu-Daudé
,
2019/11/27
[PATCH 02/10] target/avr: Remove unused include
,
Philippe Mathieu-Daudé
,
2019/11/27
[PATCH 03/10] target/avr: Add missing definitions
,
Philippe Mathieu-Daudé
,
2019/11/27
[NOTFORMERGE PATCH 04/10] target/avr: Fix IRQ count
,
Philippe Mathieu-Daudé
,
2019/11/27
[RFC PATCH 05/10] hw/char/avr: Reduce USART I/O size
,
Philippe Mathieu-Daudé
,
2019/11/27
[RFC PATCH 07/10] hw/avr: Add few Arduino boards
,
Philippe Mathieu-Daudé
,
2019/11/27
[PATCH 08/10] tests/acceptance: Keep multilines comment consistent with other tests
,
Philippe Mathieu-Daudé
,
2019/11/27
[RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Aleksandar Markovic
,
2019/11/28
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
dovgaluk
,
2019/11/28
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Aleksandar Markovic
,
2019/11/28
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
dovgaluk
,
2019/11/28
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Aleksandar Markovic
,
2019/11/28
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Philippe Mathieu-Daudé
,
2019/11/28
Re: [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
,
Philippe Mathieu-Daudé
,
2019/11/28
[RFC PATCH 09/10] tests/acceptance: Use the ATmega2560 board
,
Philippe Mathieu-Daudé
,
2019/11/27
[NOTFORMERGE PATCH 10/10] hw/avr: Remove the 'sample' board
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [RFC PATCH 00/10] hw/avr: Introduce the Arduino board
,
Michael Rolnik
,
2019/11/28
[PATCH 0/2] flush CPU TB cache in breakpoint_invalidate
,
Max Filippov
,
2019/11/27
[PATCH 1/2] exec: flush CPU TB cache in breakpoint_invalidate
,
Max Filippov
,
2019/11/27
[PATCH 2/2] exec: drop tb_invalidate_phys_addr
,
Max Filippov
,
2019/11/27
[PATCH v6] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Markus Armbruster
,
2019/11/29
[PATCH v6] backends/cryptodev: drop local_err from cryptodev_backend_complete()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
RE: [PATCH v6] backends/cryptodev: drop local_err from cryptodev_backend_complete()
,
Gonglei (Arei)
,
2019/11/28
Re: [PATCH v6] backends/cryptodev: drop local_err from cryptodev_backend_complete()
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] backends/cryptodev: drop local_err from cryptodev_backend_complete()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH v6] backends/cryptodev: drop local_err from cryptodev_backend_complete()
,
Markus Armbruster
,
2019/11/29
[PATCH v6] include/qom/object.h: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] hw/usb: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] hw/tpm: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] hw/s390x: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] monitor/qmp-cmds: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] qga: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] hw/i386/amd_iommu: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] block/snapshot: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] block/snapshot: rename Error ** parameter to more common errp
,
Max Reitz
,
2019/11/28
[PATCH v6] hw/core/qdev: cleanup Error ** variables
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] hw/core/qdev: cleanup Error ** variables
,
Markus Armbruster
,
2019/11/29
[PATCH v6] 9pfs: well form error hint helpers
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] 9pfs: well form error hint helpers
,
Greg Kurz
,
2019/11/27
[PATCH v6] ppc: well form kvmppc_hint_smt_possible error hint helper
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] ppc: well form kvmppc_hint_smt_possible error hint helper
,
Greg Kurz
,
2019/11/27
[PATCH v6] nbd: well form nbd_iter_channel_error errp handler
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] nbd: well form nbd_iter_channel_error errp handler
,
Eric Blake
,
2019/11/27
Re: [PATCH v6] nbd: well form nbd_iter_channel_error errp handler
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] nbd: well form nbd_iter_channel_error errp handler
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] nbd: well form nbd_iter_channel_error errp handler
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH v6] qdev-monitor: well form error hint helpers
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[Bug 1854204] [NEW] Menu is not clickable on OSX Catalina
,
Nikita Tsukanov
,
2019/11/27
[PATCH v6] vnc: drop Error pointer indirection in vnc_client_io_error
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] vnc: drop Error pointer indirection in vnc_client_io_error
,
Markus Armbruster
,
2019/11/29
[PATCH v6] hmp: drop Error pointer indirection in hmp_handle_error
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] hmp: drop Error pointer indirection in hmp_handle_error
,
Markus Armbruster
,
2019/11/29
[PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Vladimir Sementsov-Ogievskiy
,
2019/11/28
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] error: rename errp to errp_in where it is IN-argument
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH v6] net/net: Clean up variable shadowing in net_client_init()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Markus Armbruster
,
2019/11/29
Re: [PATCH v6] hw/core/loader-fit: fix freeing errp in fit_load_fdt
,
Markus Armbruster
,
2019/11/30
[PATCH v2 for-5.0 0/7] block-copy improvements: part I
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 1/7] block/block-copy: specialcase first copy_range request
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 4/7] block/block-copy: refactor interfaces to use bytes instead of end
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 6/7] block/block-copy: reduce intersecting request lock
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 7/7] block/block-copy: hide structure definitions
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 3/7] block/block-copy: factor out block_copy_find_inflight_req
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 2/7] block/block-copy: use block_status
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v2 5/7] block/block-copy: rename start to offset in interfaces
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH v37 00/17] QEMU AVR 8 bit cores
,
Michael Rolnik
,
2019/11/27
[PATCH v37 03/17] target/avr: Add instruction decoding
,
Michael Rolnik
,
2019/11/27
[PATCH v37 02/17] target/avr: Add instruction helpers
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v37 02/17] target/avr: Add instruction helpers
,
Philippe Mathieu-Daudé
,
2019/11/27
[PATCH v37 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v37 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH v37 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/28
[PATCH v37 04/17] target/avr: Add instruction translation - Registers definition
,
Michael Rolnik
,
2019/11/27
[PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Michael Rolnik
,
2019/11/30
Re: [PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/30
[PATCH v37 06/17] target/avr: Add instruction translation - Branch Instructions
,
Michael Rolnik
,
2019/11/27
[PATCH v37 09/17] target/avr: Add instruction translation - CPU main translation function
,
Michael Rolnik
,
2019/11/27
[PATCH v37 07/17] target/avr: Add instruction translation - Bit and Bit-test Instructions
,
Michael Rolnik
,
2019/11/27
[PATCH v37 08/17] target/avr: Add instruction translation - MCU Control Instructions
,
Michael Rolnik
,
2019/11/27
[PATCH v37 10/17] target/avr: Add instruction disassembly function
,
Michael Rolnik
,
2019/11/27
[PATCH v37 13/17] target/avr: Register AVR support with the rest of QEMU
,
Michael Rolnik
,
2019/11/27
[PATCH v37 12/17] target/avr: Add example board configuration
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v37 12/17] target/avr: Add example board configuration
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v37 12/17] target/avr: Add example board configuration
,
Michael Rolnik
,
2019/11/30
[PATCH v37 14/17] target/avr: Update build system
,
Michael Rolnik
,
2019/11/27
[PATCH v37 17/17] target/avr: Update MAINTAINERS file
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v37 17/17] target/avr: Update MAINTAINERS file
,
Philippe Mathieu-Daudé
,
2019/11/28
Re: [PATCH v37 17/17] target/avr: Update MAINTAINERS file
,
Aleksandar Markovic
,
2019/11/30
[PATCH v37 16/17] target/avr: Add Avocado test
,
Michael Rolnik
,
2019/11/27
[PATCH v37 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Michael Rolnik
,
2019/11/27
[PATCH v37 15/17] target/avr: Add boot serial test
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Michael Rolnik
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Michael Rolnik
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Philippe Mathieu-Daudé
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Michael Rolnik
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Philippe Mathieu-Daudé
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Alex Bennée
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/29
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/29
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Sarah Harris
,
2019/11/29
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v37 00/17] QEMU AVR 8 bit cores
,
Michael Rolnik
,
2019/11/30
[PATCH v4 0/6] s390x: Cleanup
,
Janosch Frank
,
2019/11/27
[PATCH v4 1/6] s390x: Don't do a normal reset on the initial cpu
,
Janosch Frank
,
2019/11/27
[PATCH v4 2/6] s390x: Move reset normal to shared reset handler
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 2/6] s390x: Move reset normal to shared reset handler
,
Thomas Huth
,
2019/11/28
Re: [PATCH v4 2/6] s390x: Move reset normal to shared reset handler
,
Cornelia Huck
,
2019/11/28
[PATCH v4 5/6] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/27
[PATCH v4 3/6] s390x: Move initial reset
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 3/6] s390x: Move initial reset
,
Thomas Huth
,
2019/11/28
Re: [PATCH v4 3/6] s390x: Move initial reset
,
Janosch Frank
,
2019/11/28
[PATCH v5] s390x: Move initial reset
,
Janosch Frank
,
2019/11/28
Re: [PATCH v5] s390x: Move initial reset
,
Thomas Huth
,
2019/11/28
[PATCH v4 4/6] s390x: Move clear reset
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 4/6] s390x: Move clear reset
,
David Hildenbrand
,
2019/11/27
Re: [PATCH v4 4/6] s390x: Move clear reset
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 4/6] s390x: Move clear reset
,
Thomas Huth
,
2019/11/28
Re: [PATCH v4 4/6] s390x: Move clear reset
,
Janosch Frank
,
2019/11/28
Re: [PATCH v4 4/6] s390x: Move clear reset
,
David Hildenbrand
,
2019/11/28
[PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
David Hildenbrand
,
2019/11/27
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
David Hildenbrand
,
2019/11/27
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Janosch Frank
,
2019/11/27
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Cornelia Huck
,
2019/11/28
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Janosch Frank
,
2019/11/29
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Cornelia Huck
,
2019/11/29
[PATCH v5] s390x: kvm: Make kvm_sclp_service_call void
,
Janosch Frank
,
2019/11/29
Re: [PATCH v5] s390x: kvm: Make kvm_sclp_service_call void
,
David Hildenbrand
,
2019/11/29
Re: [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void
,
Thomas Huth
,
2019/11/28
Re: [PATCH v4 0/6] s390x: Cleanup
,
Cornelia Huck
,
2019/11/29
[PATCH] gitlab-ci.yml: Run tcg test with tci
,
Thomas Huth
,
2019/11/27
[PATCH] travis.yml: Run tcg tests with tci
,
Thomas Huth
,
2019/11/27
Re: [PATCH] travis.yml: Run tcg tests with tci
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH] travis.yml: Run tcg tests with tci
,
Alex Bennée
,
2019/11/27
Re: [PATCH] travis.yml: Run tcg tests with tci
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH] travis.yml: Run tcg tests with tci
,
Thomas Huth
,
2019/11/28
Re: [PATCH] travis.yml: Run tcg tests with tci
,
Alex Bennée
,
2019/11/28
Re: [PATCH] travis.yml: Run tcg tests with tci
,
Thomas Huth
,
2019/11/28
Re: [PATCH v11 00/15] Introduce the microvm machine type
,
Markus Armbruster
,
2019/11/27
Re: [PATCH v3 5/6] iotests: Enable more tests in the 'auto' group to improve test coverage
,
Thomas Huth
,
2019/11/27
Re: QMP netdev_add multiple dnssearch values
,
Markus Armbruster
,
2019/11/27
Re: QMP netdev_add multiple dnssearch values
,
Eric Blake
,
2019/11/27
[PATCH for 4.2?] .travis.yml: drop xcode9.4 from build matrix
,
Alex Bennée
,
2019/11/27
Re: [PATCH for 4.2?] .travis.yml: drop xcode9.4 from build matrix
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH for 4.2?] .travis.yml: drop xcode9.4 from build matrix
,
Thomas Huth
,
2019/11/29
Re: [PATCH for 4.2?] .travis.yml: drop xcode9.4 from build matrix
,
Peter Maydell
,
2019/11/29
[PATCH for-5.0 00/31] block: Introduce real BdrvChildRole
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Max Reitz
,
2019/11/27
Re: [PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Vladimir Sementsov-Ogievskiy
,
2019/11/28
Re: [PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Max Reitz
,
2019/11/28
Re: [PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Vladimir Sementsov-Ogievskiy
,
2019/11/28
Re: [PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Max Reitz
,
2019/11/28
Re: [PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Kevin Wolf
,
2019/11/28
Re: [PATCH for-5.0 02/31] block: Add BdrvChildRole
,
Max Reitz
,
2019/11/28
[PATCH for-5.0 01/31] block: Rename BdrvChildRole to BdrvChildClass
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 04/31] block: Pass BdrvChildRole to bdrv_child_perm()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 03/31] block: Add BdrvChildRole to BdrvChild
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 05/31] block: Drop BdrvChildClass.stay_at_node
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 06/31] block: Keep BDRV_O_NO_IO in *inherited_fmt_options
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 07/31] block: Pass BdrvChildRole to .inherit_options()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 08/31] block: Unify bdrv_*inherited_options()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 12/31] block: Distinguish paths in *_format_default_perms
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 09/31] block: Unify bdrv_child_cb_attach()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 11/31] block: Add child_of_bds
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 10/31] block: Unify bdrv_child_cb_detach()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 15/31] block: Split bdrv_default_perms_for_storage()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 13/31] block: Pull out bdrv_default_perms_for_backing()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 14/31] block: Pull out bdrv_default_perms_for_storage()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 16/31] block: Add bdrv_default_perms()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 17/31] raw-format: Split raw_read_options()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 19/31] block: Drop child_format
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 20/31] block: Make backing files child_of_bds children
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 21/31] block: Drop child_backing
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 23/31] block: Make filter drivers use child_of_bds
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 22/31] block: Make format drivers use child_of_bds
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 24/31] block: Use child_of_bds in remaining places
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 25/31] tests: Use child_of_bds instead of child_file
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 27/31] block: Make bdrv_filter_default_perms() static
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 26/31] block: Use bdrv_default_perms()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 28/31] block: Drop bdrv_format_default_perms()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 31/31] block: Drop @child_class from bdrv_child_perm()
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 30/31] block: Pass BdrvChildRole in remaining cases
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 29/31] block: Drop child_file
,
Max Reitz
,
2019/11/27
[PATCH for-5.0 18/31] block: Switch child_format users to child_of_bds
,
Max Reitz
,
2019/11/27
[PATCH] iotests/273: Filter format-specific information
,
Max Reitz
,
2019/11/27
Re: [PATCH] iotests/273: Filter format-specific information
,
Eric Blake
,
2019/11/27
[PATCH 0/7] console: screendump improvements
,
Marc-André Lureau
,
2019/11/27
[PATCH 1/7] console: add graphic_hw_update_done()
,
Marc-André Lureau
,
2019/11/27
Re: [PATCH 1/7] console: add graphic_hw_update_done()
,
Daniel P . Berrangé
,
2019/11/28
[PATCH 2/7] ppm-save: pass opened fd
,
Marc-André Lureau
,
2019/11/27
[PATCH 3/7] ui: add pixman image g_autoptr support
,
Marc-André Lureau
,
2019/11/27
[PATCH 4/7] object: add g_autoptr support
,
Marc-André Lureau
,
2019/11/27
[PATCH 5/7] screendump: replace FILE with QIOChannel and fix close()/qemu_close()
,
Marc-André Lureau
,
2019/11/27
[PATCH 6/7] osdep: add qemu_unlink()
,
Marc-André Lureau
,
2019/11/27
[PATCH 7/7] screendump: use qemu_unlink()
,
Marc-André Lureau
,
2019/11/27
Re: [PATCH 0/7] console: screendump improvements
,
no-reply
,
2019/11/27
[PATCH 0/2] analyze-migration.py: require python 3
,
Marc-André Lureau
,
2019/11/27
[PATCH 1/2] analyze-migration.py: fix find() type error
,
Marc-André Lureau
,
2019/11/27
Re: [PATCH 1/2] analyze-migration.py: fix find() type error
,
Eduardo Habkost
,
2019/11/27
[PATCH 2/2] analyze-migration.py: replace numpy with python 3.2
,
Marc-André Lureau
,
2019/11/27
[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
,
Geert Uytterhoeven
,
2019/11/27
[PATCH v3 7/7] MAINTAINERS: Add GPIO Aggregator/Repeater section
,
Geert Uytterhoeven
,
2019/11/27
[PATCH v3 3/7] gpiolib: Add support for GPIO line table lookup
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 3/7] gpiolib: Add support for GPIO line table lookup
,
Ulrich Hecht
,
2019/11/27
[PATCH v3 4/7] dt-bindings: gpio: Add gpio-repeater bindings
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 4/7] dt-bindings: gpio: Add gpio-repeater bindings
,
Ulrich Hecht
,
2019/11/27
[PATCH v3 1/7] gpiolib: Add GPIOCHIP_NAME definition
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 1/7] gpiolib: Add GPIOCHIP_NAME definition
,
Ulrich Hecht
,
2019/11/27
[PATCH v3 2/7] gpiolib: Add support for gpiochipN-based table lookup
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 2/7] gpiolib: Add support for gpiochipN-based table lookup
,
Ulrich Hecht
,
2019/11/27
[PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation
,
Ulrich Hecht
,
2019/11/27
[PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver
,
Eugeniu Rosca
,
2019/11/27
Re: [PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver
,
Geert Uytterhoeven
,
2019/11/27
Re: [PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver
,
Ulrich Hecht
,
2019/11/27
[PATCH v18 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/27
[PATCH v18 1/8] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/27
Re: [PATCH v18 1/8] numa: Extend CLI to provide initiator information for numa nodes
,
Markus Armbruster
,
2019/11/27
[PATCH v18 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/27
Re: [PATCH v18 2/8] numa: Extend CLI to provide memory latency and bandwidth information
,
Markus Armbruster
,
2019/11/27
[PATCH v18 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/27
Re: [PATCH v18 3/8] numa: Extend CLI to provide memory side cache information
,
Markus Armbruster
,
2019/11/27
Re: [PATCH v18 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/27
Re: [PATCH v18 3/8] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/27
[PATCH v18 4/8] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/27
[PATCH v18 5/8] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/27
[PATCH v18 6/8] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/27
[PATCH v18 7/8] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/27
[PATCH v18 8/8] tests/bios-tables-test: add test cases for ACPI HMAT
,
Tao Xu
,
2019/11/27
Re: [PATCH v18 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
no-reply
,
2019/11/27
[PATCH V2] throttle-groups: fix memory leak in throttle_group_set_limit:
,
pannengyuan
,
2019/11/27
Re: [PATCH V2] throttle-groups: fix memory leak in throttle_group_set_limit:
,
Max Reitz
,
2019/11/27
Network connection with COLO VM
,
Daniel Cho
,
2019/11/26
Re: Network connection with COLO VM
,
Dr. David Alan Gilbert
,
2019/11/27
RE: Network connection with COLO VM
,
Zhang, Chen
,
2019/11/27
Re: Network connection with COLO VM
,
Daniel Cho
,
2019/11/28
RE: Network connection with COLO VM
,
Zhang, Chen
,
2019/11/29
[Bug 1754542] Re: colo: vm crash with segmentation fault
,
李穗恒
,
2019/11/26
[Bug 1754542] Re: colo: vm crash with segmentation fault
,
lee
,
2019/11/26
Re: [Bug 1754542] Re: colo: vm crash with segmentation fault
,
Zhang Chen
,
2019/11/26
Re: [Bug 1754542] Re: colo: vm crash with segmentation fault
,
lee
,
2019/11/27
[Bug 1754542] Re: colo: vm crash with segmentation fault
,
lee
,
2019/11/26
[ANNOUNCE] QEMU 4.2.0-rc3 is now available
,
Michael Roth
,
2019/11/26
[PATCH-for-4.2? v2 0/2] tests/acceptance: Fix the m68k/q800 Linux test
,
Philippe Mathieu-Daudé
,
2019/11/26
[PATCH-for-4.2? v2 1/2] tests/boot_linux_console: Fetch assets from Debian snapshot archives
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PATCH-for-4.2? v2 1/2] tests/boot_linux_console: Fetch assets from Debian snapshot archives
,
Willian Rampazzo
,
2019/11/27
[PATCH-for-5.0? v2 2/2] Revert "Acceptance test: cancel test if m68k kernel packages goes missing"
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PATCH-for-5.0? v2 2/2] Revert "Acceptance test: cancel test if m68k kernel packages goes missing"
,
Willian Rampazzo
,
2019/11/27
Re: [PATCH-for-5.0? v2 2/2] Revert "Acceptance test: cancel test if m68k kernel packages goes missing"
,
Philippe Mathieu-Daudé
,
2019/11/27
[RFC] exec: flush CPU TB cache when breakpoint address translation fails
,
Max Filippov
,
2019/11/26
Re: [RFC] exec: flush CPU TB cache when breakpoint address translation fails
,
Paolo Bonzini
,
2019/11/27
Re: [RFC] exec: flush CPU TB cache when breakpoint address translation fails
,
Alex Bennée
,
2019/11/27
Re: [RFC] exec: flush CPU TB cache when breakpoint address translation fails
,
Max Filippov
,
2019/11/27
[PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Yuri Benditovich
,
2019/11/26
Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Markus Armbruster
,
2019/11/27
Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Yuri Benditovich
,
2019/11/27
Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Markus Armbruster
,
2019/11/27
Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Gerd Hoffmann
,
2019/11/27
Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Yuri Benditovich
,
2019/11/27
Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor
,
Gerd Hoffmann
,
2019/11/27
[for-5.0 PATCH v2 0/4] spapr: Use less XIVE HW resources in KVM
,
Greg Kurz
,
2019/11/26
[for-5.0 PATCH v2 1/4] linux-headers: Update
,
Greg Kurz
,
2019/11/26
[for-5.0 PATCH v2 2/4] spapr: Pass the maximum number of vCPUs to the KVM interrupt controller
,
Greg Kurz
,
2019/11/26
Re: [for-5.0 PATCH v2 2/4] spapr: Pass the maximum number of vCPUs to the KVM interrupt controller
,
Cédric Le Goater
,
2019/11/26
[for-5.0 PATCH v2 3/4] spapr/xics: Configure number of servers in KVM
,
Greg Kurz
,
2019/11/26
Re: [for-5.0 PATCH v2 3/4] spapr/xics: Configure number of servers in KVM
,
Cédric Le Goater
,
2019/11/26
[for-5.0 PATCH v2 4/4] spapr/xive: Configure number of servers in KVM
,
Greg Kurz
,
2019/11/26
Re: [for-5.0 PATCH v2 4/4] spapr/xive: Configure number of servers in KVM
,
Cédric Le Goater
,
2019/11/26
Re: [for-5.0 PATCH v2 0/4] spapr: Use less XIVE HW resources in KVM
,
David Gibson
,
2019/11/27
[PATCH for-5.0 0/4] spapr: Use less XIVE HW resources in KVM
,
Greg Kurz
,
2019/11/26
Re: [PATCH for-5.0 0/4] spapr: Use less XIVE HW resources in KVM
,
Greg Kurz
,
2019/11/26
[PATCH for-5.0 v2 0/3] benchmark util
,
Vladimir Sementsov-Ogievskiy
,
2019/11/26
[PATCH for-5.0 v2 3/3] python: add example usage of simplebench
,
Vladimir Sementsov-Ogievskiy
,
2019/11/26
[PATCH for-5.0 v2 1/3] python: add simplebench.py
,
Vladimir Sementsov-Ogievskiy
,
2019/11/26
[PATCH for-5.0 v2 2/3] python: add qemu/bench_block_job.py
,
Vladimir Sementsov-Ogievskiy
,
2019/11/26
Re: [PATCH for-5.0 v2 0/3] benchmark util
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH for-5.0 v2 0/3] benchmark util
,
Vladimir Sementsov-Ogievskiy
,
2019/11/27
[PATCH] block: Error out on image creation with conflicting size options
,
Kevin Wolf
,
2019/11/26
Re: [PATCH] block: Error out on image creation with conflicting size options
,
Eric Blake
,
2019/11/26
Re: [PATCH] block: Error out on image creation with conflicting size options
,
Eric Blake
,
2019/11/26
Re: [PATCH] block: Error out on image creation with conflicting size options
,
Kevin Wolf
,
2019/11/26
Re: [PATCH] block: Error out on image creation with conflicting size options
,
Eric Blake
,
2019/11/26
Re: [PATCH] block: Error out on image creation with conflicting size options
,
Markus Armbruster
,
2019/11/26
Re: [PATCH] error: Fix -msg timestamp default
,
Markus Armbruster
,
2019/11/26
[PATCH v9 0/3] qcow2: advanced compression options
,
Andrey Shinkevich
,
2019/11/26
[PATCH v9 2/3] qcow2: Allow writing compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/26
Re: [PATCH v9 2/3] qcow2: Allow writing compressed data of multiple clusters
,
Max Reitz
,
2019/11/27
[PATCH v9 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/26
Re: [PATCH v9 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Max Reitz
,
2019/11/27
[PATCH v9 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/26
Re: [PATCH v9 1/3] block: introduce compress filter driver
,
Eric Blake
,
2019/11/26
Re: [PATCH v9 1/3] block: introduce compress filter driver
,
Max Reitz
,
2019/11/27
[Bug 1843254] Re: arm emulation of HCR.TID3 traps are not implemented
,
Peter Maydell
,
2019/11/26
[PULL 0/4] target-arm queue
,
Peter Maydell
,
2019/11/26
[PULL 1/4] target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
,
Peter Maydell
,
2019/11/26
[PULL 2/4] hw/arm: versal: Add the CRP as unimplemented
,
Peter Maydell
,
2019/11/26
[PULL 3/4] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Peter Maydell
,
2019/11/26
[PULL 4/4] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Peter Maydell
,
2019/11/26
Re: [PULL 0/4] target-arm queue
,
Peter Maydell
,
2019/11/26
[PATCH] blockjob: Fix error message for negative speed
,
Kevin Wolf
,
2019/11/26
Re: [PATCH] blockjob: Fix error message for negative speed
,
Alberto Garcia
,
2019/11/26
[PULL 0/2] Block patches for 4.2.0-rc3
,
Max Reitz
,
2019/11/26
[PULL 1/2] block/qcow2-bitmap: fix bitmap migration
,
Max Reitz
,
2019/11/26
[PULL 2/2] iotests: add new test cases to bitmap migration
,
Max Reitz
,
2019/11/26
Re: [PULL 0/2] Block patches for 4.2.0-rc3
,
Peter Maydell
,
2019/11/26
[PATCH v2] target/arm: Allow loading elf from aliased ROM regions
,
Jean-Hugues Deschênes
,
2019/11/26
[RFC 00/10] R300 QEMU device V2
,
aaron . zakhrov
,
2019/11/26
[RFC 06/10] Fix MC STATUS resgister
,
aaron . zakhrov
,
2019/11/26
[RFC 07/10] R300 fixes
,
aaron . zakhrov
,
2019/11/26
[RFC 08/10] Got GPU init working. Stops at probing display
,
aaron . zakhrov
,
2019/11/26
[RFC 05/10] Add Radeon kernel headers. Will clean up later
,
aaron . zakhrov
,
2019/11/26
[RFC 09/10] Clean up Radeon Header files
,
aaron . zakhrov
,
2019/11/26
[RFC 09/10] Clean up Radeon Header files
,
Aleksandar Markovic
,
2019/11/27
Re: [RFC 09/10] Clean up Radeon Header files
,
BALATON Zoltan
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Daniel P . Berrangé
,
2019/11/26
Re: [RFC 00/10] R300 QEMU device V2
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Daniel P . Berrangé
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Daniel P . Berrangé
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
BALATON Zoltan
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Gerd Hoffmann
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Daniel P . Berrangé
,
2019/11/27
Re: [RFC 00/10] R300 QEMU device V2
,
Aaron Zakhrov
,
2019/11/28
Re: [RFC 00/10] R300 QEMU device V2
,
BALATON Zoltan
,
2019/11/29
[PULL for 4.2 0/3] a few vm-test fixes
,
Alex Bennée
,
2019/11/26
[PULL 2/3] tests/vm/ubuntu: include language pack to silence locale warnings
,
Alex Bennée
,
2019/11/26
[PULL 1/3] tests/vm/centos: fix centos build target
,
Alex Bennée
,
2019/11/26
[PULL 3/3] tests/vm/ubuntu: update i386 image to 18.04
,
Alex Bennée
,
2019/11/26
Re: [PULL for 4.2 0/3] a few vm-test fixes
,
Peter Maydell
,
2019/11/26
[PATCH] MAINTAINERS: Update Yuval Shaia's email address
,
Yuval Shaia
,
2019/11/26
[RFC net-next 00/18] virtio_net XDP offload
,
Prashant Bhole
,
2019/11/26
[RFC net-next 04/18] tuntap: check tun_msg_ctl type at necessary places
,
Prashant Bhole
,
2019/11/26
[RFC net-next 16/18] bpf: export function __bpf_map_get
,
Prashant Bhole
,
2019/11/26
[RFC net-next 18/18] virtio_net: restrict bpf helper calls from offloaded program
,
Prashant Bhole
,
2019/11/26
[RFC net-next 14/18] virtio_net: add XDP prog offload infrastructure
,
Prashant Bhole
,
2019/11/26
[RFC net-next 12/18] virtio-net: store xdp_prog in device
,
Prashant Bhole
,
2019/11/26
[RFC net-next 17/18] virtio_net: implment XDP map offload functionality
,
Prashant Bhole
,
2019/11/26
[RFC net-next 15/18] virtio_net: implement XDP prog offload functionality
,
Prashant Bhole
,
2019/11/26
Re: [RFC net-next 15/18] virtio_net: implement XDP prog offload functionality
,
Michael S. Tsirkin
,
2019/11/27
Re: [RFC net-next 15/18] virtio_net: implement XDP prog offload functionality
,
Prashant Bhole
,
2019/11/27
[RFC net-next 10/18] tun: handle XDP_TX action of offloaded program
,
Prashant Bhole
,
2019/11/26
[RFC net-next 09/18] tun: add a way to inject Tx path packet into Rx path
,
Prashant Bhole
,
2019/11/26
[RFC net-next 07/18] tun: set offloaded xdp program
,
Prashant Bhole
,
2019/11/26
[RFC net-next 02/18] net: core: rename netif_receive_generic_xdp() to do_generic_xdp_core()
,
Prashant Bhole
,
2019/11/26
[RFC net-next 01/18] bpf: introduce bpf_prog_offload_verifier_setup()
,
Prashant Bhole
,
2019/11/26
[RFC net-next 13/18] virtio_net: use XDP attachment helpers
,
Prashant Bhole
,
2019/11/26
[RFC net-next 11/18] tun: run xdp prog when tun is read from file interface
,
Prashant Bhole
,
2019/11/26
[RFC net-next 08/18] tun: run offloaded XDP program in Tx path
,
Prashant Bhole
,
2019/11/26
[RFC net-next 06/18] tuntap: remove usage of ptr ring in vhost_net
,
Prashant Bhole
,
2019/11/26
[RFC net-next 03/18] net: core: export do_xdp_generic_core()
,
Prashant Bhole
,
2019/11/26
[RFC net-next 05/18] vhost_net: user tap recvmsg api to access ptr ring
,
Prashant Bhole
,
2019/11/26
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Jakub Kicinski
,
2019/11/26
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Jason Wang
,
2019/11/26
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Jakub Kicinski
,
2019/11/27
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Jason Wang
,
2019/11/27
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Michael S. Tsirkin
,
2019/11/27
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Jakub Kicinski
,
2019/11/27
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Alexei Starovoitov
,
2019/11/27
Re: [RFC net-next 00/18] virtio_net XDP offload
,
Jason Wang
,
2019/11/27
[RFC 0/3] Qemu: virtio-net XDP offload
,
Prashant Bhole
,
2019/11/26
[RFC 1/3] configure: add libbpf support
,
Prashant Bhole
,
2019/11/26
[RFC 3/3] virtio-net: add support for offloading an ebpf map
,
Prashant Bhole
,
2019/11/26
[RFC 2/3] virtio-net: add support for offloading XDP program
,
Prashant Bhole
,
2019/11/26
Re: [RFC 0/3] Qemu: virtio-net XDP offload
,
no-reply
,
2019/11/26
Re: [RFC 0/3] Qemu: virtio-net XDP offload
,
Prashant Bhole
,
2019/11/26
Re: [RFC 0/3] Qemu: virtio-net XDP offload
,
no-reply
,
2019/11/26
[PULL 0/5] i386 patches for QEMU 4.2-rc
,
Paolo Bonzini
,
2019/11/26
[PULL 1/5] target/i386: add two missing VMX features for Skylake and CascadeLake Server
,
Paolo Bonzini
,
2019/11/26
[PULL 2/5] hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
,
Paolo Bonzini
,
2019/11/26
[PULL 3/5] hvf: remove TSC synchronization code because it isn't fully complete
,
Paolo Bonzini
,
2019/11/26
[PULL 4/5] hvf: correctly handle REX prefix in relation to legacy prefixes
,
Paolo Bonzini
,
2019/11/26
[PULL 5/5] hvf: more accurately match SDM when setting CR0 and PDPTE registers
,
Paolo Bonzini
,
2019/11/26
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
no-reply
,
2019/11/26
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
Paolo Bonzini
,
2019/11/26
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
Dr. David Alan Gilbert
,
2019/11/27
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
Jens Freimann
,
2019/11/27
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
Jens Freimann
,
2019/11/28
Re: [PULL 0/5] i386 patches for QEMU 4.2-rc
,
Peter Maydell
,
2019/11/26
[PATCH] throttle-groups: fix memory leak in throttle_group_set_limits
,
pannengyuan
,
2019/11/26
Re: [PATCH] throttle-groups: fix memory leak in throttle_group_set_limits
,
Alberto Garcia
,
2019/11/26
Re: [PATCH] throttle-groups: fix memory leak in throttle_group_set_limits
,
pannengyuan
,
2019/11/26
[RFC 0/8] ATI R300 emulated graphics card
,
aaron . zakhrov
,
2019/11/26
[RFC 5/8] Add Radeon kernel headers. Will clean up later
,
aaron . zakhrov
,
2019/11/26
[RFC 2/8] Fix MC STATUS resgister
,
aaron . zakhrov
,
2019/11/26
[RFC 3/8] R300 fixes
,
aaron . zakhrov
,
2019/11/26
[RFC 4/8] Got GPU init working. Stops at probing display
,
aaron . zakhrov
,
2019/11/26
[RFC 7/8] R300 fixes
,
aaron . zakhrov
,
2019/11/26
[RFC 6/8] Fix MC STATUS resgister
,
aaron . zakhrov
,
2019/11/26
[RFC 8/8] Got GPU init working. Stops at probing display
,
aaron . zakhrov
,
2019/11/26
[RFC 1/8] Add Radeon kernel headers. Will clean up later
,
aaron . zakhrov
,
2019/11/26
Re: [RFC 0/8] ATI R300 emulated graphics card
,
BALATON Zoltan
,
2019/11/26
Re: [RFC 0/8] ATI R300 emulated graphics card
,
Aaron Zakhrov
,
2019/11/26
Re: [RFC 0/8] ATI R300 emulated graphics card
,
Andrew Randrianasulu
,
2019/11/26
[PULL 0/8] ppc-for-4.2 queue 20191126
,
David Gibson
,
2019/11/26
[PULL 8/8] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
,
David Gibson
,
2019/11/26
[PULL 7/8] mos6522: update counters when timer interrupts are off
,
David Gibson
,
2019/11/26
[PULL 1/8] pseries: fix migration-test and pxe-test
,
David Gibson
,
2019/11/26
[PULL 4/8] vfio/pci: Respond to KVM irqchip change notifier
,
David Gibson
,
2019/11/26
[PULL 5/8] spapr: Handle irq backend changes with VFIO PCI devices
,
David Gibson
,
2019/11/26
[PULL 6/8] spapr: Work around spurious warnings from vfio INTx initialization
,
David Gibson
,
2019/11/26
[PULL 3/8] vfio/pci: Split vfio_intx_update()
,
David Gibson
,
2019/11/26
[PULL 2/8] kvm: Introduce KVM irqchip change notifier
,
David Gibson
,
2019/11/26
Re: [PULL 0/8] ppc-for-4.2 queue 20191126
,
Peter Maydell
,
2019/11/26
[PULL 0/1] vmstate-static-checker fix for 4.2
,
Eduardo Habkost
,
2019/11/25
[PULL 1/1] vmstate-static-checker: Fix for current python
,
Eduardo Habkost
,
2019/11/25
Re: [PULL 0/1] vmstate-static-checker fix for 4.2
,
Peter Maydell
,
2019/11/26
[PULL] RISC-V Patches for 4.2-rc3
,
Palmer Dabbelt
,
2019/11/25
[PULL 1/2] RISC-V: virt: This is a "sifive,test1" test finisher
,
Palmer Dabbelt
,
2019/11/25
[PULL 2/2] hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()
,
Palmer Dabbelt
,
2019/11/25
Re: [PULL] RISC-V Patches for 4.2-rc3
,
Peter Maydell
,
2019/11/26
[Bug 1853898] [NEW] qemu/hw/scsi/lsi53c895a.c:417: lsi_soft_reset: Assertion `QTAILQ_EMPTY(&s->queue)' failed.
,
Tony Asleson
,
2019/11/25
[Bug 1815889] Re: qemu-system-x86_64 crashed with signal 31 in __pthread_setaffinity_new()
,
Launchpad Bug Tracker
,
2019/11/25
virtiofsd: Where should it live?
,
Dr. David Alan Gilbert
,
2019/11/25
Re: virtiofsd: Where should it live?
,
Marc-André Lureau
,
2019/11/26
Re: virtiofsd: Where should it live?
,
Dr. David Alan Gilbert
,
2019/11/26
Re: virtiofsd: Where should it live?
,
Daniel P . Berrangé
,
2019/11/26
Re: virtiofsd: Where should it live?
,
Dr. David Alan Gilbert
,
2019/11/26
[PATCH] target/i386: add two missing VMX features for Skylake and CascadeLake Server
,
Paolo Bonzini
,
2019/11/25
[QUESTION] What is the best license option for new files introduced in QEMU?
,
Aleksandar Markovic
,
2019/11/25
Re: [QUESTION] What is the best license option for new files introduced in QEMU?
,
Aleksandar Markovic
,
2019/11/25
Re: [QUESTION] What is the best license option for new files introduced in QEMU?
,
Eric Blake
,
2019/11/25
Re: [QUESTION] What is the best license option for new files introduced in QEMU?
,
Aleksandar Markovic
,
2019/11/25
Re: [QUESTION] What is the best license option for new files introduced in QEMU?
,
Thomas Huth
,
2019/11/26
Re: [QUESTION] What is the best license option for new files introduced in QEMU?
,
Markus Armbruster
,
2019/11/26
[PATCH] block: always fill entire LUKS header space with zeros
,
Daniel P . Berrangé
,
2019/11/25
Re: [PATCH] block: always fill entire LUKS header space with zeros
,
Max Reitz
,
2019/11/27
[PATCH v2 0/2] s390x/cpumodel: Introduce dynamic feature group
,
David Hildenbrand
,
2019/11/25
[PATCH v2 1/2] s390x/cpumodel: Factor out CPU feature dependencies
,
David Hildenbrand
,
2019/11/25
[PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
David Hildenbrand
,
2019/11/25
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
Christian Borntraeger
,
2019/11/26
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
David Hildenbrand
,
2019/11/26
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
Christian Borntraeger
,
2019/11/26
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
David Hildenbrand
,
2019/11/26
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
Eduardo Habkost
,
2019/11/29
Re: [PATCH v2 0/2] s390x/cpumodel: Introduce dynamic feature group
,
no-reply
,
2019/11/25
[PULL 0/1] Linux user for 4.2 patches
,
Laurent Vivier
,
2019/11/25
[PULL 1/1] linux-user: fix translation of statx structures
,
Laurent Vivier
,
2019/11/25
Re: [PULL 0/1] Linux user for 4.2 patches
,
Peter Maydell
,
2019/11/26
[PATCH] fence: introduce a file-based self-fence mechanism
,
Felipe Franciosi
,
2019/11/25
Re: [PATCH] fence: introduce a file-based self-fence mechanism
,
Marc-André Lureau
,
2019/11/26
[PULL 0/4] Net patches
,
Jason Wang
,
2019/11/25
[PULL 1/4] net/virtio: fix dev_unplug_pending
,
Jason Wang
,
2019/11/25
[PULL 3/4] net/virtio: fix re-plugging of primary device
,
Jason Wang
,
2019/11/25
[PULL 4/4] net/virtio: return error when device_opts arg is NULL
,
Jason Wang
,
2019/11/25
Re: [PULL 4/4] net/virtio: return error when device_opts arg is NULL
,
Paolo Bonzini
,
2019/11/25
[PULL 2/4] net/virtio: return early when failover primary alread added
,
Jason Wang
,
2019/11/25
Re: [PULL 0/4] Net patches
,
Peter Maydell
,
2019/11/26
[PATCH 0/4] Improve default object property_add uint helpers
,
Felipe Franciosi
,
2019/11/25
[PATCH 2/4] ich9: fix getter type for sci_int property
,
Felipe Franciosi
,
2019/11/25
Re: [PATCH 2/4] ich9: fix getter type for sci_int property
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH 2/4] ich9: fix getter type for sci_int property
,
Felipe Franciosi
,
2019/11/26
Re: [PATCH 2/4] ich9: fix getter type for sci_int property
,
Marc-André Lureau
,
2019/11/26
[PATCH 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/25
Re: [PATCH 1/4] qom/object: enable setter for uint types
,
Marc-André Lureau
,
2019/11/26
Re: [PATCH 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/26
Re: [PATCH 1/4] qom/object: enable setter for uint types
,
Marc-André Lureau
,
2019/11/26
Re: [PATCH 1/4] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/26
[PATCH 3/4] ich9: Simplify ich9_lpc_initfn
,
Felipe Franciosi
,
2019/11/25
Re: [PATCH 3/4] ich9: Simplify ich9_lpc_initfn
,
Marc-André Lureau
,
2019/11/26
[PATCH 4/4] qom/object: Use common get/set uint helpers
,
Felipe Franciosi
,
2019/11/25
Re: [PATCH 4/4] qom/object: Use common get/set uint helpers
,
Marc-André Lureau
,
2019/11/26
Re: [PATCH 4/4] qom/object: Use common get/set uint helpers
,
Felipe Franciosi
,
2019/11/26
Re: [PATCH 4/4] qom/object: Use common get/set uint helpers
,
Alexey Kardashevskiy
,
2019/11/27
Re: [PATCH 4/4] qom/object: Use common get/set uint helpers
,
Felipe Franciosi
,
2019/11/28
QEMU Summit Minutes
,
Peter Maydell
,
2019/11/25
[PATCH] mos6522: update counters when timer interrupts are off
,
Laurent Vivier
,
2019/11/25
Re: [PATCH] mos6522: update counters when timer interrupts are off
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH] mos6522: update counters when timer interrupts are off
,
Laurent Vivier
,
2019/11/25
Re: [PATCH] mos6522: update counters when timer interrupts are off
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH] mos6522: update counters when timer interrupts are off
,
David Gibson
,
2019/11/25
[PATCH] target/arm: Allow loading elf from aliased ROM regions
,
Jean-Hugues Deschênes
,
2019/11/25
[PATCH 0/2] Minor integer parsing improvements
,
Markus Armbruster
,
2019/11/25
[PATCH 1/2] util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
,
Markus Armbruster
,
2019/11/25
Re: [PATCH 1/2] util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
,
Philippe Mathieu-Daudé
,
2019/11/25
[PATCH 2/2] test-keyval: Tighten test of trailing crap after size
,
Markus Armbruster
,
2019/11/25
Re: [PATCH 2/2] test-keyval: Tighten test of trailing crap after size
,
Eric Blake
,
2019/11/25
Re: [PATCH 2/2] test-keyval: Tighten test of trailing crap after size
,
Markus Armbruster
,
2019/11/25
Re: [PATCH 2/2] test-keyval: Tighten test of trailing crap after size
,
Eric Blake
,
2019/11/25
Re: [PATCH 0/2] Minor integer parsing improvements
,
no-reply
,
2019/11/25
[PATCH v2] migration/ram: Yield periodically to the main loop
,
Yury Kotov
,
2019/11/25
Re: [PATCH v6 3/9] qdev: add clock input&output support to devices.
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH v6 1/9] hw/core/clock: introduce clock objects
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH v6 1/9] hw/core/clock: introduce clock objects
,
Philippe Mathieu-Daudé
,
2019/11/25
[PATCH 0/5] mips: machines: Renovate coding style
,
Filip Bozuta
,
2019/11/25
[PATCH 2/5] mips: malta: Renovate coding style
,
Filip Bozuta
,
2019/11/25
Re: [PATCH 2/5] mips: malta: Renovate coding style
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH 2/5] mips: malta: Renovate coding style
,
Aleksandar Markovic
,
2019/11/30
[PATCH 1/5] mips: jazz: Renovate coding style
,
Filip Bozuta
,
2019/11/25
[PATCH 4/5] mips: r4000: Renovate coding style
,
Filip Bozuta
,
2019/11/25
[PATCH 3/5] mips: mipssim: Renovate coding style
,
Filip Bozuta
,
2019/11/25
[PATCH 5/5] mips: fulong 2e: Renovate coding style
,
Filip Bozuta
,
2019/11/25
Re: [PATCH v6 2/9] hw/core/clock-vmstate: define a vmstate entry for clock state
,
Philippe Mathieu-Daudé
,
2019/11/25
[PATCH for-4.2 0/2] Fix bitmap migration
,
Vladimir Sementsov-Ogievskiy
,
2019/11/25
[PATCH 1/2] block/qcow2-bitmap: fix bitmap migration
,
Vladimir Sementsov-Ogievskiy
,
2019/11/25
[PATCH 2/2] iotests: add new test cases to bitmap migration
,
Vladimir Sementsov-Ogievskiy
,
2019/11/25
Re: [PATCH for-4.2 0/2] Fix bitmap migration
,
Max Reitz
,
2019/11/25
Re: [PATCH for-4.2 0/2] Fix bitmap migration
,
Vladimir Sementsov-Ogievskiy
,
2019/11/25
Re: [PATCH for-4.2 0/2] Fix bitmap migration
,
Max Reitz
,
2019/11/26
[PATCH V2] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
,
pannengyuan
,
2019/11/25
Re: [PATCH V2] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
,
David Gibson
,
2019/11/25
Avocado notes from KVM forum 2019
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: Avocado notes from KVM forum 2019
,
Eduardo Habkost
,
2019/11/25
Re: Avocado notes from KVM forum 2019
,
Gerd Hoffmann
,
2019/11/25
Re: Avocado notes from KVM forum 2019
,
Cleber Rosa
,
2019/11/25
Re: Avocado notes from KVM forum 2019
,
Cleber Rosa
,
2019/11/25
Re: Avocado notes from KVM forum 2019
,
Cleber Rosa
,
2019/11/25
[PATCH] migration/ram: Yield periodically to the main loop
,
Yury Kotov
,
2019/11/25
Re: [PATCH] migration/ram: Yield periodically to the main loop
,
Juan Quintela
,
2019/11/25
Re: [PATCH] migration/ram: Yield periodically to the main loop
,
no-reply
,
2019/11/25
[Bug 1853826] [NEW] ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Caroline Concatto
,
2019/11/25
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/25
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Caroline Concatto
,
2019/11/25
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/25
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Assad Hashmi
,
2019/11/26
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/27
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/27
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Caroline Concatto
,
2019/11/27
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/28
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Peter Maydell
,
2019/11/28
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Caroline Concatto
,
2019/11/28
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/28
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/28
[Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Peter Maydell
,
2019/11/28
Re: [Bug 1853826] Re: ELF loader fails to load shared object on ThunderX2 running RHEL7
,
Alex Bennée
,
2019/11/28
[PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [libvirt] [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Daniel P . Berrangé
,
2019/11/25
Re: [libvirt] [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Eric Blake
,
2019/11/25
Re: [libvirt] [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/27
Re: [libvirt] [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aurelien Jarno
,
2019/11/25
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
,
Philippe Mathieu-Daudé
,
2019/11/27
[PATCH v3 0/5] s390x: Reset cleanup
,
Janosch Frank
,
2019/11/25
[PATCH v3 1/5] s390x: Don't do a normal reset on the initial cpu
,
Janosch Frank
,
2019/11/25
Re: [PATCH v3 1/5] s390x: Don't do a normal reset on the initial cpu
,
Cornelia Huck
,
2019/11/25
[PATCH v3 2/5] s390x: Move reset normal to shared reset handler
,
Janosch Frank
,
2019/11/25
Re: [PATCH v3 2/5] s390x: Move reset normal to shared reset handler
,
Cornelia Huck
,
2019/11/25
Re: [PATCH v3 2/5] s390x: Move reset normal to shared reset handler
,
David Hildenbrand
,
2019/11/27
[PATCH v3 3/5] s390x: Move initial reset
,
Janosch Frank
,
2019/11/25
[PATCH v3 5/5] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/25
[PATCH v3 4/5] s390x: Move clear reset
,
Janosch Frank
,
2019/11/25
Re: [PATCH v3 4/5] s390x: Move clear reset
,
Cornelia Huck
,
2019/11/25
Re: [PATCH v3 4/5] s390x: Move clear reset
,
Janosch Frank
,
2019/11/25
Re: [PATCH v3 4/5] s390x: Move clear reset
,
Cornelia Huck
,
2019/11/25
[PULL 0/3] virtio, pc: fixes
,
Michael S. Tsirkin
,
2019/11/25
[PULL 1/3] virtio-input: fix memory leak on unrealize
,
Michael S. Tsirkin
,
2019/11/25
[PULL 2/3] intel_iommu: refine SL-PEs reserved fields checking
,
Michael S. Tsirkin
,
2019/11/25
[PULL 3/3] intel_iommu: TM field should not be in reserved bits
,
Michael S. Tsirkin
,
2019/11/25
Re: [PULL 0/3] virtio, pc: fixes
,
Peter Maydell
,
2019/11/25
[PATCH v6 00/20] ppc/pnv: add XIVE support for KVM guests
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 02/20] ppc/xive: Implement the XivePresenter interface
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 01/20] ppc/xive: Introduce a XivePresenter interface
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 03/20] ppc/pnv: Instantiate cores separately
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 04/20] ppc/pnv: Loop on the threads of the chip to find a matching NVT
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 04/20] ppc/pnv: Loop on the threads of the chip to find a matching NVT
,
David Gibson
,
2019/11/27
[PATCH v6 05/20] ppc: Introduce a ppc_cpu_pir() helper
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 06/20] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 06/20] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
David Gibson
,
2019/11/27
[PATCH v6 07/20] ppc/pnv: Fix TIMA indirect access
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 07/20] ppc/pnv: Fix TIMA indirect access
,
David Gibson
,
2019/11/27
[PATCH v6 08/20] ppc/xive: Introduce a XiveFabric interface
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 09/20] ppc/pnv: Implement the XiveFabric interface
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 10/20] ppc/spapr: Implement the XiveFabric interface
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 11/20] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 11/20] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
David Gibson
,
2019/11/27
[PATCH v6 12/20] ppc/xive: Extend the TIMA operation with a XivePresenter parameter
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 12/20] ppc/xive: Extend the TIMA operation with a XivePresenter parameter
,
David Gibson
,
2019/11/27
[PATCH v6 13/20] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 13/20] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
,
David Gibson
,
2019/11/27
Re: [PATCH v6 13/20] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
,
Cédric Le Goater
,
2019/11/27
Re: [PATCH v6 13/20] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
,
David Gibson
,
2019/11/27
[PATCH v6 14/20] ppc/xive: Move the TIMA operations to the controller model
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 15/20] ppc/xive: Remove the get_tctx() XiveRouter handler
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 15/20] ppc/xive: Remove the get_tctx() XiveRouter handler
,
David Gibson
,
2019/11/27
[PATCH v6 16/20] ppc/xive: Introduce a xive_tctx_ipb_update() helper
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 16/20] ppc/xive: Introduce a xive_tctx_ipb_update() helper
,
Greg Kurz
,
2019/11/27
Re: [PATCH v6 16/20] ppc/xive: Introduce a xive_tctx_ipb_update() helper
,
David Gibson
,
2019/11/27
[PATCH v6 17/20] ppc/xive: Synthesize interrupt from the saved IPB in the NVT
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 18/20] ppc/pnv: Introduce a pnv_xive_block_id() helper
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 19/20] ppc/pnv: Extend XiveRouter with a get_block_id() handler
,
Cédric Le Goater
,
2019/11/25
[PATCH v6 20/20] ppc/pnv: Dump the XIVE NVT table
,
Cédric Le Goater
,
2019/11/25
Re: [PATCH v6 00/20] ppc/pnv: add XIVE support for KVM guests
,
David Gibson
,
2019/11/27
[PULL 0/1] Miscellaneous patches for 2019-11-25
,
Markus Armbruster
,
2019/11/25
[PULL 1/1] util/cutils: Fix incorrect integer->float conversion caught by clang
,
Markus Armbruster
,
2019/11/25
Re: [PULL 0/1] Miscellaneous patches for 2019-11-25
,
Peter Maydell
,
2019/11/25
[PATCH v7] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan(michiboo)
,
2019/11/25
[Bug 1824704] Re: -k tr not working after v20171217! turkish keyboard dont working
,
Launchpad Bug Tracker
,
2019/11/24
[PATCH v3 0/2] Refine Second-Level Paging Entries reserved fields checking
,
yadong . qi
,
2019/11/24
[PATCH v3 0/2] Refine Second-Level Paging Entries reserved fields checking
,
yadong . qi
,
2019/11/24
[PATCH v3 1/2] intel_iommu: refine SL-PEs reserved fields checking
,
yadong . qi
,
2019/11/24
[PATCH v3 2/2] intel_iommu: TM field should not be in reserved bits
,
yadong . qi
,
2019/11/24
Re: [PATCH v3 0/2] Refine Second-Level Paging Entries reserved fields checking
,
Peter Xu
,
2019/11/24
[Bug 1853781] [NEW] Baremetal kernel built from assembly runs multiple times
,
Evan Rysdam
,
2019/11/24
[Bug 1853781] Re: Baremetal kernel built from assembly runs multiple times
,
Evan Rysdam
,
2019/11/24
[Bug 1853781] Re: Baremetal kernel built from assembly runs multiple times
,
Philippe Mathieu-Daudé
,
2019/11/25
[Bug 1853781] Re: Baremetal kernel built from assembly runs multiple times
,
Evan Rysdam
,
2019/11/25
[Bug 1853781] Re: Baremetal kernel built from assembly runs multiple times
,
Philippe Mathieu-Daudé
,
2019/11/25
[Bug 1853781] Re: Baremetal kernel built from assembly runs multiple times
,
Evan Rysdam
,
2019/11/25
[PATCH v2 0/5] hvf: stability fixes for HVF
,
Cameron Esfahani
,
2019/11/24
[PATCH v2 4/5] hvf: more accurately match SDM when setting CR0 and PDPTE registers
,
Cameron Esfahani
,
2019/11/24
[PATCH v2 2/5] hvf: remove TSC synchronization code because it isn't fully complete
,
Cameron Esfahani
,
2019/11/24
[PATCH v2 3/5] hvf: correctly handle REX prefix in relation to legacy prefixes
,
Cameron Esfahani
,
2019/11/24
[PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Cameron Esfahani
,
2019/11/24
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Paolo Bonzini
,
2019/11/25
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Cameron Esfahani
,
2019/11/26
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Cameron Esfahani
,
2019/11/28
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Paolo Bonzini
,
2019/11/28
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Paolo Bonzini
,
2019/11/28
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Paolo Bonzini
,
2019/11/28
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Cameron Esfahani
,
2019/11/30
Re: [PATCH v2 5/5] hvf: save away type as well as vector so we can reinject them
,
Paolo Bonzini
,
2019/11/30
[PATCH v2 1/5] hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
,
Cameron Esfahani
,
2019/11/24
Re: [PATCH v2 0/5] hvf: stability fixes for HVF
,
Paolo Bonzini
,
2019/11/25
Re: [PATCH v2 0/5] hvf: stability fixes for HVF
,
Cameron Esfahani
,
2019/11/26
[PATCH v2] linux-user/strace: Improve strace output for read() and getcwd()
,
Helge Deller
,
2019/11/24
Re: [PATCH v2] linux-user/strace: Improve strace output for read() and getcwd()
,
no-reply
,
2019/11/24
Re: [PATCH v2] linux-user/strace: Improve strace output for read() and getcwd()
,
Helge Deller
,
2019/11/25
Re: [PATCH v2] linux-user/strace: Improve strace output for read() and getcwd()
,
Aleksandar Markovic
,
2019/11/26
[PATCH v36 00/17] QEMU AVR 8 bit cores
,
Michael Rolnik
,
2019/11/24
[PATCH v36 03/17] target/avr: Add instruction decoding
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 03/17] target/avr: Add instruction decoding
,
Aleksandar Markovic
,
2019/11/24
[PATCH v36 04/17] target/avr: Add instruction translation - Registers definition
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 04/17] target/avr: Add instruction translation - Registers definition
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH v36 04/17] target/avr: Add instruction translation - Registers definition
,
Michael Rolnik
,
2019/11/26
Re: [PATCH v36 04/17] target/avr: Add instruction translation - Registers definition
,
Philippe Mathieu-Daudé
,
2019/11/26
[PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Thomas Huth
,
2019/11/25
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 01/17] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/25
[PATCH v36 02/17] target/avr: Add instruction helpers
,
Michael Rolnik
,
2019/11/24
[PATCH v36 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Philippe Mathieu-Daudé
,
2019/11/26
[PATCH v36 06/17] target/avr: Add instruction translation - Branch Instructions
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 06/17] target/avr: Add instruction translation - Branch Instructions
,
Philippe Mathieu-Daudé
,
2019/11/26
[PATCH v36 08/17] target/avr: Add instruction translation - MCU Control Instructions
,
Michael Rolnik
,
2019/11/24
[PATCH v36 09/17] target/avr: Add instruction translation - CPU main translation function
,
Michael Rolnik
,
2019/11/24
[PATCH v36 07/17] target/avr: Add instruction translation - Bit and Bit-test Instructions
,
Michael Rolnik
,
2019/11/24
[PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Michael Rolnik
,
2019/11/26
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Philippe Mathieu-Daudé
,
2019/11/26
Re: [PATCH v36 10/17] target/avr: Add instruction disassembly function
,
Michael Rolnik
,
2019/11/27
[PATCH v36 13/17] target/avr: Register AVR support with the rest of QEMU
,
Michael Rolnik
,
2019/11/24
[PATCH v36 12/17] target/avr: Add example board configuration
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 12/17] target/avr: Add example board configuration
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 12/17] target/avr: Add example board configuration
,
Philippe Mathieu-Daudé
,
2019/11/26
[PATCH v36 14/17] target/avr: Update build system
,
Michael Rolnik
,
2019/11/24
[PATCH v36 15/17] target/avr: Add boot serial test
,
Michael Rolnik
,
2019/11/24
[PATCH v36 16/17] target/avr: Add Avocado test
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 16/17] target/avr: Add Avocado test
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 16/17] target/avr: Add Avocado test
,
Philippe Mathieu-Daudé
,
2019/11/26
[PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Michael Rolnik
,
2019/11/24
[PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Philippe Mathieu-Daudé
,
2019/11/27
Re: [PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Michael Rolnik
,
2019/11/27
Re: [PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/27
Re: [PATCH v36 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/27
[PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Michael Rolnik
,
2019/11/24
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Cleber Rosa
,
2019/11/25
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Eduardo Habkost
,
2019/11/27
[PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Michael Rolnik
,
2019/11/26
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Michael Rolnik
,
2019/11/26
Re: [PATCH v36 17/17] target/avr: Update MAINTAINERS file
,
Sarah Harris
,
2019/11/28
Re: [PATCH v36 00/17] QEMU AVR 8 bit cores
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH v36 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v36 00/17] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/26
Re: [PATCH v35 13/13] target/avr: Add tests
,
Aleksandar Markovic
,
2019/11/23
[PULL 0/1] 9p fixes for QEMU 4.2-rc3
,
Greg Kurz
,
2019/11/23
[PULL 1/1] 9pfs: Fix divide by zero bug
,
Greg Kurz
,
2019/11/23
Re: [PULL 0/1] 9p fixes for QEMU 4.2-rc3
,
Peter Maydell
,
2019/11/25
[PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Marc Zyngier
,
2019/11/23
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Will Deacon
,
2019/11/25
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Marc Zyngier
,
2019/11/25
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Peter Maydell
,
2019/11/25
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Marc Zyngier
,
2019/11/25
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Peter Maydell
,
2019/11/25
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Marc Zyngier
,
2019/11/25
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Peter Maydell
,
2019/11/26
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Richard Henderson
,
2019/11/26
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Peter Maydell
,
2019/11/26
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Richard Henderson
,
2019/11/26
Re: [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements
,
Marc Zyngier
,
2019/11/27
[Bug 1746943] Re: qemu-aarch64-static: qemu: uncaught target signal 11 for ps/top cmd
,
Launchpad Bug Tracker
,
2019/11/22
[Bug 1849644] Re: QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
,
yuchenlin
,
2019/11/22
[PATCH] io/channel-websock: treat 'binary' and no sub-protocol as the same
,
Yu-Chen Lin
,
2019/11/22
Re: [PATCH] io/channel-websock: treat 'binary' and no sub-protocol as the same
,
Yu-Chen Lin
,
2019/11/28
[PATCH] 9pfs: Fix divide by zero bug
,
Dan Schatzberg
,
2019/11/22
Re: [PATCH] 9pfs: Fix divide by zero bug
,
Christian Schoenebeck
,
2019/11/22
Re: [PATCH] 9pfs: Fix divide by zero bug
,
Greg Kurz
,
2019/11/23
[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 01/20] migration: Support QLIST migration
,
Eric Auger
,
2019/11/22
Re: [PATCH for-5.0 v11 01/20] migration: Support QLIST migration
,
Dr. David Alan Gilbert
,
2019/11/27
[PATCH for-5.0 v11 04/20] virtio-iommu: Add the iommu regions
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 03/20] virtio-iommu: Decode the command payload
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 02/20] virtio-iommu: Add skeleton
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 05/20] virtio-iommu: Endpoint and domains structs and helpers
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 06/20] virtio-iommu: Implement attach/detach command
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 07/20] virtio-iommu: Implement map/unmap
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 08/20] virtio-iommu: Implement translate
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 09/20] virtio-iommu: Implement fault reporting
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 10/20] virtio-iommu-pci: Add virtio iommu pci support
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 11/20] hw/arm/virt: Add the virtio-iommu device tree mappings
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 12/20] qapi: Introduce DEFINE_PROP_INTERVAL
,
Eric Auger
,
2019/11/22
Re: [PATCH for-5.0 v11 12/20] qapi: Introduce DEFINE_PROP_INTERVAL
,
Dr. David Alan Gilbert
,
2019/11/22
Re: [PATCH for-5.0 v11 12/20] qapi: Introduce DEFINE_PROP_INTERVAL
,
Auger Eric
,
2019/11/25
[PATCH for-5.0 v11 13/20] virtio-iommu: Implement probe request
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 14/20] virtio-iommu: Handle reserved regions in the translation process
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 15/20] virtio-iommu-pci: Add array of Interval properties
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 16/20] hw/arm/virt-acpi-build: Introduce fill_iort_idmap helper
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 17/20] hw/arm/virt-acpi-build: Add virtio-iommu node in IORT table
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 18/20] virtio-iommu: Support migration
,
Eric Auger
,
2019/11/22
Re: [PATCH for-5.0 v11 18/20] virtio-iommu: Support migration
,
Dr. David Alan Gilbert
,
2019/11/27
[PATCH for-5.0 v11 19/20] pc: Add support for virtio-iommu-pci
,
Eric Auger
,
2019/11/22
[PATCH for-5.0 v11 20/20] tests: Add virtio-iommu test
,
Eric Auger
,
2019/11/22
Re: [PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
,
no-reply
,
2019/11/22
[PATCH] linux-user: fix translation of statx structures
,
Ariadne Conill
,
2019/11/22
Re: [PATCH] linux-user: fix translation of statx structures
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH] linux-user: fix translation of statx structures
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH] linux-user: fix translation of statx structures
,
Ariadne Conill
,
2019/11/22
Re: [PATCH] linux-user: fix translation of statx structures
,
Laurent Vivier
,
2019/11/22
Re: [PATCH] linux-user: fix translation of statx structures
,
Laurent Vivier
,
2019/11/25
[RFC PATCH-for-5.0] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [RFC PATCH-for-5.0] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
,
Alex Williamson
,
2019/11/22
Re: [RFC PATCH-for-5.0] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
,
Paolo Bonzini
,
2019/11/23
Re: [RFC PATCH-for-5.0] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
,
Thomas Huth
,
2019/11/22
Re: [RFC PATCH-for-5.0] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [RFC PATCH-for-5.0] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
,
no-reply
,
2019/11/22
[PATCH v6] migration: Support QLIST migration
,
Eric Auger
,
2019/11/22
[PATCH v2 0/9] RFC: [for 5.0]: HMP monitor handlers cleanups
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 1/9] monitor/hmp: uninline add_init_drive
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 2/9] monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 3/9] monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 9/9] monitor/hmp: Prefer to use hmp_handle_error for error reporting in block hmp commands
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 5/9] monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 4/9] monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 7/9] monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 6/9] monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
[PATCH v2 8/9] monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/22
Re: [PATCH v2 0/9] RFC: [for 5.0]: HMP monitor handlers cleanups
,
Dr. David Alan Gilbert
,
2019/11/22
[PATCH for-4.2? v3 0/8] block: Fix resize (extending) of short overlays
,
Kevin Wolf
,
2019/11/22
[PATCH v3 1/8] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
,
Kevin Wolf
,
2019/11/22
[PATCH v3 3/8] qcow2: Declare BDRV_REQ_NO_FALLBACK supported
,
Kevin Wolf
,
2019/11/22
Re: [PATCH v3 3/8] qcow2: Declare BDRV_REQ_NO_FALLBACK supported
,
Eric Blake
,
2019/11/22
Re: [PATCH v3 3/8] qcow2: Declare BDRV_REQ_NO_FALLBACK supported
,
Max Reitz
,
2019/11/25
Re: [PATCH v3 3/8] qcow2: Declare BDRV_REQ_NO_FALLBACK supported
,
Alberto Garcia
,
2019/11/25
[PATCH v3 2/8] block: Add no_fallback parameter to bdrv_co_truncate()
,
Kevin Wolf
,
2019/11/22
Re: [PATCH v3 2/8] block: Add no_fallback parameter to bdrv_co_truncate()
,
Eric Blake
,
2019/11/22
Re: [PATCH v3 2/8] block: Add no_fallback parameter to bdrv_co_truncate()
,
Max Reitz
,
2019/11/25
Re: [PATCH v3 2/8] block: Add no_fallback parameter to bdrv_co_truncate()
,
Alberto Garcia
,
2019/11/25
Re: [PATCH v3 2/8] block: Add no_fallback parameter to bdrv_co_truncate()
,
Kevin Wolf
,
2019/11/25
[PATCH v3 4/8] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/22
Re: [PATCH v3 4/8] block: truncate: Don't make backing file data visible
,
Eric Blake
,
2019/11/22
Re: [PATCH v3 4/8] block: truncate: Don't make backing file data visible
,
Max Reitz
,
2019/11/25
[PATCH v3 5/8] iotests: Add qemu_io_log()
,
Kevin Wolf
,
2019/11/22
[PATCH v3 7/8] iotests: Support job-complete in run_job()
,
Kevin Wolf
,
2019/11/22
[PATCH v3 6/8] iotests: Fix timeout in run_job()
,
Kevin Wolf
,
2019/11/22
[PATCH v3 8/8] iotests: Test committing to short backing file
,
Kevin Wolf
,
2019/11/22
Re: [PATCH v3 8/8] iotests: Test committing to short backing file
,
Eric Blake
,
2019/11/22
Re: [PATCH v3 8/8] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/25
Re: [PATCH v3 8/8] iotests: Test committing to short backing file
,
Max Reitz
,
2019/11/25
Re: [PATCH for-4.2? v3 0/8] block: Fix resize (extending) of short overlays
,
Peter Maydell
,
2019/11/22
Re: [PATCH for-4.2? v3 0/8] block: Fix resize (extending) of short overlays
,
Eric Blake
,
2019/11/22
Re: [PATCH for-4.2? v3 0/8] block: Fix resize (extending) of short overlays
,
Max Reitz
,
2019/11/25
Re: [PATCH for-4.2? v3 0/8] block: Fix resize (extending) of short overlays
,
Max Reitz
,
2019/11/25
[PATCH] riscv: virt: Allow PCI address 0
,
Bin Meng
,
2019/11/22
Re: [PATCH] riscv: virt: Allow PCI address 0
,
Palmer Dabbelt
,
2019/11/22
[Bug 1848556] Autopkgtest regression report (qemu/1:4.0+dfsg-0ubuntu9.2)
,
Ubuntu SRU Bot
,
2019/11/22
[QUESTION] Usage of '0b' as a prefix for numerical constants?
,
Aleksandar Markovic
,
2019/11/22
Re: [QUESTION] Usage of '0b' as a prefix for numerical constants?
,
Eric Blake
,
2019/11/22
Re: [QUESTION] Usage of '0b' as a prefix for numerical constants?
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [QUESTION] Usage of '0b' as a prefix for numerical constants?
,
Peter Maydell
,
2019/11/22
[PATCH v2 0/5] s390x: Reset cleanup
,
Janosch Frank
,
2019/11/22
[PATCH v2 2/5] s390x: Move reset normal to shared reset handler
,
Janosch Frank
,
2019/11/22
Re: [PATCH v2 2/5] s390x: Move reset normal to shared reset handler
,
David Hildenbrand
,
2019/11/22
[PATCH v2 4/5] s390x: Move clear reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH v2 4/5] s390x: Move clear reset
,
David Hildenbrand
,
2019/11/22
Re: [PATCH v2 4/5] s390x: Move clear reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH v2 4/5] s390x: Move clear reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH v2 4/5] s390x: Move clear reset
,
David Hildenbrand
,
2019/11/22
[PATCH v2 5/5] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/22
[PATCH v2 3/5] s390x: Move initial reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH v2 3/5] s390x: Move initial reset
,
David Hildenbrand
,
2019/11/22
[PATCH v2 1/5] s390x: Don't do a normal reset on the initial cpu
,
Janosch Frank
,
2019/11/22
Re: [PATCH v2 1/5] s390x: Don't do a normal reset on the initial cpu
,
Cornelia Huck
,
2019/11/22
Re: [PATCH v2 1/5] s390x: Don't do a normal reset on the initial cpu
,
Janosch Frank
,
2019/11/22
[PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Marc Zyngier
,
2019/11/22
Re: [PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Peter Maydell
,
2019/11/22
Re: [PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Richard Henderson
,
2019/11/22
Re: [PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Edgar E. Iglesias
,
2019/11/22
Re: [PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2
,
Quentin Perret
,
2019/11/22
QEMU Licensing query
,
karina filer
,
2019/11/22
Re: QEMU Licensing query
,
karina filer
,
2019/11/25
Re: QEMU Licensing query
,
Michal Suchánek
,
2019/11/25
[PATCH-for-5.0] hw/display/sm501: Always map the UART0
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH-for-5.0] hw/display/sm501: Always map the UART0
,
Peter Maydell
,
2019/11/22
Re: [PATCH v35 12/13] target/avr: Register AVR support with the rest of QEMU, the build system, and the WMAINTAINERS file
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 12/13] target/avr: Register AVR support with the rest of QEMU, the build system, and the WMAINTAINERS file
,
Eric Blake
,
2019/11/22
Re: [PATCH v35 12/13] target/avr: Register AVR support with the rest of QEMU, the build system, and the WMAINTAINERS file
,
Aleksandar Markovic
,
2019/11/23
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Sarah Harris
,
2019/11/25
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Sarah Harris
,
2019/11/25
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Sarah Harris
,
2019/11/28
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/28
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Sarah Harris
,
2019/11/29
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Michael Rolnik
,
2019/11/23
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Sarah Harris
,
2019/11/25
Re: [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v35 09/13] target/avr: Add instruction translation - CPU main translation function
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 03/13] target/avr: Add instruction decoding
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 02/13] target/avr: Add instruction helpers
,
Philippe Mathieu-Daudé
,
2019/11/22
[PATCH] virtiofsd: fix libfuse information leaks
,
Stefan Hajnoczi
,
2019/11/22
Re: [PATCH] virtiofsd: fix libfuse information leaks
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH] virtiofsd: fix libfuse information leaks
,
Dr. David Alan Gilbert
,
2019/11/22
[PATCH for 4.2 v1 0/3] some tests/vm fixes
,
Alex Bennée
,
2019/11/22
[PATCH v1 1/3] tests/vm/centos: fix centos build target
,
Alex Bennée
,
2019/11/22
[PATCH v1 2/3] tests/vm/ubuntu: include language pack to silence locale warnings
,
Alex Bennée
,
2019/11/22
Re: [PATCH v1 2/3] tests/vm/ubuntu: include language pack to silence locale warnings
,
Philippe Mathieu-Daudé
,
2019/11/22
[PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04
,
Alex Bennée
,
2019/11/22
Re: [PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04
,
Alex Bennée
,
2019/11/22
[PATCH] monitor: Fix slow reading
,
Yury Kotov
,
2019/11/22
Re: [PATCH] monitor: Fix slow reading
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH] monitor: Fix slow reading
,
Markus Armbruster
,
2019/11/29
Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters
,
Markus Armbruster
,
2019/11/22
Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters
,
Christophe de Dinechin
,
2019/11/22
[PATCH v3 0/2] Fix incorrect integer->float conversion caught by clang
,
Markus Armbruster
,
2019/11/22
[PATCH v3 2/2] util/cutils: Fix incorrect integer->float conversion caught by clang
,
Markus Armbruster
,
2019/11/22
Re: [PATCH v3 2/2] util/cutils: Fix incorrect integer->float conversion caught by clang
,
Richard Henderson
,
2019/11/22
Re: [PATCH v3 2/2] util/cutils: Fix incorrect integer->float conversion caught by clang
,
Juan Quintela
,
2019/11/22
[PATCH v3 1/2] migration: Fix incorrect integer->float conversion caught by clang
,
Markus Armbruster
,
2019/11/22
Re: [PATCH v3 1/2] migration: Fix incorrect integer->float conversion caught by clang
,
Richard Henderson
,
2019/11/22
Re: [PATCH v3 1/2] migration: Fix incorrect integer->float conversion caught by clang
,
Juan Quintela
,
2019/11/22
Re: [PATCH v3 1/2] migration: Fix incorrect integer->float conversion caught by clang
,
Markus Armbruster
,
2019/11/22
Re: [PATCH v3 1/2] migration: Fix incorrect integer->float conversion caught by clang
,
Philippe Mathieu-Daudé
,
2019/11/22
[PATCH 0/4] s390x: Reset cleanup
,
Janosch Frank
,
2019/11/22
[PATCH 1/4] s390x: Don't do a normal reset on the initial cpu
,
Janosch Frank
,
2019/11/22
Re: [PATCH 1/4] s390x: Don't do a normal reset on the initial cpu
,
David Hildenbrand
,
2019/11/22
[PATCH 2/4] s390x: Cleanup cpu resets
,
Janosch Frank
,
2019/11/22
Re: [PATCH 2/4] s390x: Cleanup cpu resets
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH 2/4] s390x: Cleanup cpu resets
,
Janosch Frank
,
2019/11/22
Re: [PATCH 2/4] s390x: Cleanup cpu resets
,
David Hildenbrand
,
2019/11/22
[PATCH] Remove wrappers
,
Janosch Frank
,
2019/11/22
Re: [PATCH] Remove wrappers
,
David Hildenbrand
,
2019/11/22
Re: [PATCH] Remove wrappers
,
Janosch Frank
,
2019/11/22
[PATCH 3/4] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/22
Re: [PATCH 3/4] s390x: Beautify diag308 handling
,
David Hildenbrand
,
2019/11/22
[PATCH 4/4] s390x: Beautify machine reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
David Hildenbrand
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
David Hildenbrand
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
Cornelia Huck
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
David Hildenbrand
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
Janosch Frank
,
2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset
,
David Hildenbrand
,
2019/11/22
Re: [PATCH 0/4] s390x: Reset cleanup
,
no-reply
,
2019/11/22
[PATCH v17 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/22
[PATCH v17 02/14] util/cutils: Use qemu_strtold_finite to parse size
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 02/14] util/cutils: Use qemu_strtold_finite to parse size
,
Markus Armbruster
,
2019/11/25
Re: [PATCH v17 02/14] util/cutils: Use qemu_strtold_finite to parse size
,
Tao Xu
,
2019/11/26
Re: [PATCH v17 02/14] util/cutils: Use qemu_strtold_finite to parse size
,
Markus Armbruster
,
2019/11/26
[PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Markus Armbruster
,
2019/11/25
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Eduardo Habkost
,
2019/11/25
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Markus Armbruster
,
2019/11/26
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Daniel P . Berrangé
,
2019/11/26
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Markus Armbruster
,
2019/11/26
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Eduardo Habkost
,
2019/11/26
Re: [PATCH v17 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Markus Armbruster
,
2019/11/26
[PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Tao Xu
,
2019/11/24
Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Markus Armbruster
,
2019/11/26
Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Tao Xu
,
2019/11/26
Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Markus Armbruster
,
2019/11/27
Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Tao Xu
,
2019/11/27
Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Markus Armbruster
,
2019/11/25
[PATCH v17 04/14] util/cutils: Add qemu_strtotime_ns()
,
Tao Xu
,
2019/11/22
[PATCH v17 05/14] qapi: Add builtin type time
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 05/14] qapi: Add builtin type time
,
Markus Armbruster
,
2019/11/25
[PATCH v17 06/14] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 06/14] tests: Add test for QAPI builtin type time
,
Markus Armbruster
,
2019/11/25
[PATCH v17 07/14] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/22
[PATCH v17 08/14] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/22
[PATCH v17 09/14] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 09/14] numa: Extend CLI to provide memory side cache information
,
Igor Mammedov
,
2019/11/22
[PATCH v17 10/14] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/22
[PATCH v17 11/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/22
[PATCH v17 12/14] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 12/14] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Igor Mammedov
,
2019/11/22
Re: [PATCH v17 12/14] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/24
[PATCH v17 13/14] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 13/14] tests/numa: Add case for QMP build HMAT
,
Igor Mammedov
,
2019/11/22
[PATCH v17 14/14] tests/bios-tables-test: add test cases for ACPI HMAT
,
Tao Xu
,
2019/11/22
Re: [PATCH v17 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
no-reply
,
2019/11/22
Re: [PATCH v17 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
no-reply
,
2019/11/22
Re: [PATCH v17 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Igor Mammedov
,
2019/11/22
Re: [PATCH v17 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/24
Re: [PATCH v3 2/3] spapr: Add NVDIMM device support
,
David Gibson
,
2019/11/22
Re: [PATCH v3 2/3] spapr: Add NVDIMM device support
,
Bharata B Rao
,
2019/11/26
Re: [PATCH v3 3/3] spapr: Add Hcalls to support PAPR NVDIMM device
,
David Gibson
,
2019/11/22
[PATCH 0/5] hvf: stability fixes for HVF
,
Cameron Esfahani
,
2019/11/21
[PATCH 2/5] hvf: remove TSC synchronization code because it isn't fully complete
,
Cameron Esfahani
,
2019/11/21
[PATCH 1/5] hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
,
Cameron Esfahani
,
2019/11/21
[PATCH 4/5] hvf: more accurately match SDM when setting CR0 and PDPTE registers
,
Cameron Esfahani
,
2019/11/21
[PATCH 5/5] hvf: save away type as well as vector so we can reinject them
,
Cameron Esfahani
,
2019/11/21
[PATCH 3/5] hvf: correctly handle REX prefix in relation to legacy prefixes
,
Cameron Esfahani
,
2019/11/21
Re: [PATCH 0/5] hvf: stability fixes for HVF
,
no-reply
,
2019/11/21
Re: [PATCH 0/5] hvf: stability fixes for HVF
,
Lukas Straub
,
2019/11/24
[PATCH] linux-user: Improve strace output for read() and getcwd()
,
Helge Deller
,
2019/11/21
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
no-reply
,
2019/11/21
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Aleksandar Markovic
,
2019/11/23
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Helge Deller
,
2019/11/24
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Helge Deller
,
2019/11/24
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Aleksandar Markovic
,
2019/11/24
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Helge Deller
,
2019/11/25
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH] linux-user: Improve strace output for read() and getcwd()
,
Laurent Vivier
,
2019/11/26
[PATCH v3] linux-user/strace: Improve output of various syscalls
,
Helge Deller
,
2019/11/21
Re: [PATCH v3] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH v3] linux-user/strace: Improve output of various syscalls
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/21
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/21
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Richard Henderson
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/21
RE: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Pavel Dovgalyuk
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Richard Henderson
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/23
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/30
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/30
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v35 01/13] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2019/11/23
[PATCH] vmstate-static-checker: Fix for current python
,
Dr. David Alan Gilbert (git)
,
2019/11/21
Re: [PATCH-for-4.2?] vmstate-static-checker: Fix for current python
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH] vmstate-static-checker: Fix for current python
,
Cleber Rosa
,
2019/11/21
[PATCH 0/4] colo: Introduce resource agent and high-level test
,
Lukas Straub
,
2019/11/21
[PATCH 1/4] block/quorum.c: stable children names
,
Lukas Straub
,
2019/11/21
Re: [PATCH 1/4] block/quorum.c: stable children names
,
Eric Blake
,
2019/11/21
Re: [PATCH 1/4] block/quorum.c: stable children names
,
Lukas Straub
,
2019/11/21
Re: [PATCH 1/4] block/quorum.c: stable children names
,
Alberto Garcia
,
2019/11/26
Re: [PATCH 1/4] block/quorum.c: stable children names
,
Lukas Straub
,
2019/11/27
[PATCH 3/4] colo: Introduce high-level test
,
Lukas Straub
,
2019/11/21
[PATCH 4/4] MAINTAINERS: Add myself as maintainer for COLO resource agent
,
Lukas Straub
,
2019/11/21
[PATCH 2/4] colo: Introduce resource agent
,
Lukas Straub
,
2019/11/21
Re: [PATCH 0/4] colo: Introduce resource agent and high-level test
,
Dr. David Alan Gilbert
,
2019/11/22
Re: [PATCH 0/4] colo: Introduce resource agent and high-level test
,
Lukas Straub
,
2019/11/27
[PATCH] kvm: Reallocate dirty_bmap when we change a slot
,
Dr. David Alan Gilbert (git)
,
2019/11/21
Re: [PATCH] kvm: Reallocate dirty_bmap when we change a slot
,
Peter Xu
,
2019/11/21
[PATCH v2] ppc/pnv: Create BMC devices at machine init
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH v2] ppc/pnv: Create BMC devices at machine init
,
Corey Minyard
,
2019/11/21
Re: [PATCH v2] ppc/pnv: Create BMC devices at machine init
,
David Gibson
,
2019/11/21
Re: [Qemu-devel] [PATCH v8 00/11] Measure Tiny Code Generation Quality
,
Markus Armbruster
,
2019/11/21
[PULL 0/4] x86 updates for QEMU 4.2-rc
,
Paolo Bonzini
,
2019/11/21
[PULL 2/4] target/i386: add support for MSR_IA32_TSX_CTRL
,
Paolo Bonzini
,
2019/11/21
[PULL 3/4] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Paolo Bonzini
,
2019/11/21
[PULL 4/4] i386: Add -noTSX aliases for hle=off, rtm=off CPU models
,
Paolo Bonzini
,
2019/11/21
[PULL 1/4] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/21
Re: [PULL 0/4] x86 updates for QEMU 4.2-rc
,
no-reply
,
2019/11/21
Re: [PULL 0/4] x86 updates for QEMU 4.2-rc
,
Peter Maydell
,
2019/11/21
Re: [Qemu-devel] [PATCH 0/2] hw/timer/m48t59: Convert to trace events
,
Markus Armbruster
,
2019/11/21
Re: [Qemu-devel] [PATCH 0/2] hw/timer/m48t59: Convert to trace events
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [Qemu-devel] [PATCH v4 04/14] qapi: Allow optional discriminators
,
Markus Armbruster
,
2019/11/21
[PATCH v3] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/21
[PATCH v4 0/5] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/21
[PATCH v4 1/5] blockdev: fix coding style issues in drive_backup_prepare
,
Sergio Lopez
,
2019/11/21
Re: [PATCH v4 1/5] blockdev: fix coding style issues in drive_backup_prepare
,
Max Reitz
,
2019/11/27
[PATCH v4 2/5] blockdev: unify qmp_drive_backup and drive-backup transaction paths
,
Sergio Lopez
,
2019/11/21
Re: [PATCH v4 2/5] blockdev: unify qmp_drive_backup and drive-backup transaction paths
,
Max Reitz
,
2019/11/27
[PATCH v4 3/5] blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths
,
Sergio Lopez
,
2019/11/21
Re: [PATCH v4 3/5] blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths
,
Max Reitz
,
2019/11/27
[PATCH v4 4/5] blockdev: honor bdrv_try_set_aio_context() context requirements
,
Sergio Lopez
,
2019/11/21
Re: [PATCH v4 4/5] blockdev: honor bdrv_try_set_aio_context() context requirements
,
Max Reitz
,
2019/11/27
[PATCH v4 5/5] iotests: fix 141 after qmp_drive_backup with transactions
,
Sergio Lopez
,
2019/11/21
Re: [PATCH v4 5/5] iotests: fix 141 after qmp_drive_backup with transactions
,
Max Reitz
,
2019/11/27
Re: [PATCH] target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
,
Peter Maydell
,
2019/11/21
[PATCH v2] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/21
Re: [RFC v4 PATCH 00/49] Initial support of multi-process qemu
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 20/49] multi-process: add qdev_proxy_add to create proxy devices
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 19/49] multi-process: configure remote side devices
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 18/49] multi-process: create IOHUB object to handle irq
,
Stefan Hajnoczi
,
2019/11/21
[qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
,
Thomas Huth
,
2019/11/21
Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
,
Kashyap Chamarthy
,
2019/11/21
Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
,
Eric Blake
,
2019/11/21
Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
,
Paolo Bonzini
,
2019/11/21
Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
,
Thomas Huth
,
2019/11/21
Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
,
Alex Bennée
,
2019/11/21
Re: [RFC v4 PATCH 17/49] multi-process: Synchronize remote memory
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 16/49] multi-process: Add LSI device proxy object
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 15/49] multi-process: PCI BAR read/write handling for proxy & remote endpoints
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 14/49] mutli-process: build remote command line args
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 13/49] multi-process: introduce proxy object
,
Stefan Hajnoczi
,
2019/11/21
[PULL 0/3] Fixes 20191121 patches
,
Gerd Hoffmann
,
2019/11/21
[PULL 3/3] ui/gtk: fix gettext message's charset.
,
Gerd Hoffmann
,
2019/11/21
[PULL 1/3] audio: fix audio recording
,
Gerd Hoffmann
,
2019/11/21
[PULL 2/3] display: xlnx_dp: Provide sufficient bytes for silent audio channel
,
Gerd Hoffmann
,
2019/11/21
Re: [PULL 0/3] Fixes 20191121 patches
,
Peter Maydell
,
2019/11/21
[PATCH v2] virtio-input: fix memory leak on unrealize
,
Marc-André Lureau
,
2019/11/21
[Bug 1853429] [NEW] qemu-kvm on aarch64 attach volume failed when vm is booting
,
Spencer Yu
,
2019/11/21
[Bug 1853429] Re: qemu-kvm on aarch64 attach volume failed when vm is booting
,
Spencer Yu
,
2019/11/21
[PATCH v6] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan
,
2019/11/20
Re: [PATCH v6] Implement backend program convention command for vhost-user-blk
,
Stefan Hajnoczi
,
2019/11/21
Re: [PATCH v6] Implement backend program convention command for vhost-user-blk
,
Philippe Mathieu-Daudé
,
2019/11/21
Open ISA (RISC-V, OpenPOWER, etc) Miniconf at LCA 2020
,
Alistair Francis
,
2019/11/20
[PATCH v2] exynos4210_gic: Suppress gcc9 format-truncation warnings
,
David Gibson
,
2019/11/20
Re: [PATCH v2] exynos4210_gic: Suppress gcc9 format-truncation warnings
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH v2] exynos4210_gic: Suppress gcc9 format-truncation warnings
,
Richard Henderson
,
2019/11/21
[PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
,
David Gibson
,
2019/11/20
[PATCH 3/5] vfio/pci: Respond to KVM irqchip change notifier
,
David Gibson
,
2019/11/20
Re: [PATCH 3/5] vfio/pci: Respond to KVM irqchip change notifier
,
Greg Kurz
,
2019/11/22
Re: [PATCH 3/5] vfio/pci: Respond to KVM irqchip change notifier
,
David Gibson
,
2019/11/22
[PATCH 5/5] spapr: Work around spurious warnings from vfio INTx initialization
,
David Gibson
,
2019/11/20
Re: [PATCH 5/5] spapr: Work around spurious warnings from vfio INTx initialization
,
Cédric Le Goater
,
2019/11/21
[PATCH 1/5] kvm: Introduce KVM irqchip change notifier
,
David Gibson
,
2019/11/20
[PATCH 4/5] spapr: Handle irq backend changes with VFIO PCI devices
,
David Gibson
,
2019/11/20
Re: [PATCH 4/5] spapr: Handle irq backend changes with VFIO PCI devices
,
Cédric Le Goater
,
2019/11/21
[PATCH 2/5] vfio/pci: Split vfio_intx_update()
,
David Gibson
,
2019/11/20
Re: [PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
,
Alex Williamson
,
2019/11/21
Re: [PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
,
David Gibson
,
2019/11/21
Re: [PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
,
Alex Williamson
,
2019/11/21
Re: [PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
,
David Gibson
,
2019/11/21
Re: [PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
,
Greg Kurz
,
2019/11/22
[PATCH v3 0/4] target/arm: Support for Data Cache Clean up to PoP
,
Beata Michalska
,
2019/11/20
[PATCH v3 1/4] tcg: cputlb: Add probe_read
,
Beata Michalska
,
2019/11/20
Re: [PATCH v3 1/4] tcg: cputlb: Add probe_read
,
Richard Henderson
,
2019/11/22
[PATCH v3 2/4] Memory: Enable writeback for given memory region
,
Beata Michalska
,
2019/11/20
Re: [PATCH v3 2/4] Memory: Enable writeback for given memory region
,
Richard Henderson
,
2019/11/22
[PATCH v3 3/4] migration: ram: Switch to ram block writeback
,
Beata Michalska
,
2019/11/20
[PATCH v3 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Beata Michalska
,
2019/11/20
Re: [PATCH v2 2/2] migration: savevm_state_handler_insert: constant-time element insertion
,
Scott Cheloha
,
2019/11/20
[PATCH 0/9] RFC: [for 5.0]: HMP monitor handlers cleanups
,
Maxim Levitsky
,
2019/11/20
[PATCH 1/9] monitor: uninline add_init_drive
,
Maxim Levitsky
,
2019/11/20
Re: [PATCH 1/9] monitor: uninline add_init_drive
,
Markus Armbruster
,
2019/11/27
[PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/20
Re: [PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-hmp-cmds.c
,
Markus Armbruster
,
2019/11/27
Re: [PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-hmp-cmds.c
,
Markus Armbruster
,
2019/11/27
[PATCH 2/9] monitor: rename device-hotplug.c to blockdev-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/20
[PATCH 5/9] monitor: move hmp_block_job* to blockdev-hmp-cmd.c
,
Maxim Levitsky
,
2019/11/20
Re: [PATCH 5/9] monitor: move hmp_block_job* to blockdev-hmp-cmd.c
,
Markus Armbruster
,
2019/11/27
[PATCH 4/9] monitor: move hmp_drive_mirror and hmp_drive_backup to blockdev-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/20
Re: [PATCH 4/9] monitor: move hmp_drive_mirror and hmp_drive_backup to blockdev-hmp-cmds.c
,
Markus Armbruster
,
2019/11/27
[PATCH 8/9] monitor: move hmp_info_block* to blockdev-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/20
Re: [PATCH 8/9] monitor: move hmp_info_block* to blockdev-hmp-cmds.c
,
Markus Armbruster
,
2019/11/27
[PATCH 6/9] monitor: move hmp_snapshot_* to blockdev-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/20
[PATCH 7/9] monitor: move remaining hmp_block* functions to blockdev-hmp-cmds.c
,
Maxim Levitsky
,
2019/11/20
[PATCH 9/9] monitor/hmp: Prefer to use hmp_handle_error for error reporting in block hmp commands
,
Maxim Levitsky
,
2019/11/20
Re: [PATCH 9/9] monitor/hmp: Prefer to use hmp_handle_error for error reporting in block hmp commands
,
Markus Armbruster
,
2019/11/27
Re: [PATCH 0/9] RFC: [for 5.0]: HMP monitor handlers cleanups
,
Dr. David Alan Gilbert
,
2019/11/22
Re: [PATCH 0/9] RFC: [for 5.0]: HMP monitor handlers cleanups
,
Kevin Wolf
,
2019/11/22
[PATCH for-4.2? v2 0/6] block: Fix resize (extending) of short overlays
,
Kevin Wolf
,
2019/11/20
[PATCH v2 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
,
Kevin Wolf
,
2019/11/20
[PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/20
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Eric Blake
,
2019/11/20
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Max Reitz
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Vladimir Sementsov-Ogievskiy
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Max Reitz
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Max Reitz
,
2019/11/21
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Alberto Garcia
,
2019/11/22
Re: [PATCH v2 2/6] block: truncate: Don't make backing file data visible
,
Alberto Garcia
,
2019/11/22
[PATCH v2 4/6] iotests: Fix timeout in run_job()
,
Kevin Wolf
,
2019/11/20
Re: [PATCH v2 4/6] iotests: Fix timeout in run_job()
,
Alberto Garcia
,
2019/11/21
[PATCH v2 3/6] iotests: Add qemu_io_log()
,
Kevin Wolf
,
2019/11/20
Re: [PATCH v2 3/6] iotests: Add qemu_io_log()
,
Alberto Garcia
,
2019/11/21
[PATCH v2 5/6] iotests: Support job-complete in run_job()
,
Kevin Wolf
,
2019/11/20
Re: [PATCH v2 5/6] iotests: Support job-complete in run_job()
,
Alberto Garcia
,
2019/11/21
[PATCH v2 6/6] iotests: Test committing to short backing file
,
Kevin Wolf
,
2019/11/20
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Eric Blake
,
2019/11/20
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/21
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/21
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/21
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/21
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Kevin Wolf
,
2019/11/21
Re: [PATCH v2 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/21
Re: [PATCH for-4.2? v2 0/6] block: Fix resize (extending) of short overlays
,
Stefan Hajnoczi
,
2019/11/21
[PATCH 0/6] qapi: Module fixes and cleanups
,
Markus Armbruster
,
2019/11/20
[PATCH 4/6] qapi: Proper intermediate representation for modules
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 4/6] qapi: Proper intermediate representation for modules
,
Eric Blake
,
2019/11/20
[PATCH 3/6] qapi: Generate command registration stuff into separate files
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 3/6] qapi: Generate command registration stuff into separate files
,
Eric Blake
,
2019/11/20
Re: [PATCH 3/6] qapi: Generate command registration stuff into separate files
,
Markus Armbruster
,
2019/11/27
[PATCH 5/6] qapi: Fix code generation for empty modules
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 5/6] qapi: Fix code generation for empty modules
,
Eric Blake
,
2019/11/20
[PATCH 2/6] tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 2/6] tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]
,
Eric Blake
,
2019/11/20
[PATCH 6/6] qapi: Simplify QAPISchemaModularCVisitor
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 6/6] qapi: Simplify QAPISchemaModularCVisitor
,
Eric Blake
,
2019/11/20
[PATCH 1/6] qapi: Tweak "command returns a nice type" check for clarity
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 1/6] qapi: Tweak "command returns a nice type" check for clarity
,
Eric Blake
,
2019/11/20
Re: [PATCH 0/6] qapi: Module fixes and cleanups
,
Markus Armbruster
,
2019/11/20
Re: [PATCH 0/6] qapi: Module fixes and cleanups
,
no-reply
,
2019/11/20
Re: [PATCH 0/6] qapi: Module fixes and cleanups
,
Markus Armbruster
,
2019/11/21
[PATCH 7/6] Makefile: Make Makefile depend on generated qga files, too
,
Markus Armbruster
,
2019/11/29
[PATCH] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Daniel P . Berrangé
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Daniel P . Berrangé
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Kashyap Chamarthy
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Eduardo Habkost
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Eduardo Habkost
,
2019/11/20
Re: [PATCH] target/i386: add VMX features to named CPU models
,
Paolo Bonzini
,
2019/11/20
PCI memory sync question (kvm,dpdk,e1000,packet stalled)
,
ASM
,
2019/11/20
Re: PCI memory sync question (kvm,dpdk,e1000,packet stalled)
,
Stefan Hajnoczi
,
2019/11/21
Re: PCI memory sync question (kvm,dpdk,e1000,packet stalled)
,
ASM
,
2019/11/27
[PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Thomas Huth
,
2019/11/20
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Greg Kurz
,
2019/11/20
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Juan Quintela
,
2019/11/21
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Laurent Vivier
,
2019/11/21
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Juan Quintela
,
2019/11/21
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
David Gibson
,
2019/11/21
Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
,
Laurent Vivier
,
2019/11/26
[PATCH for-4.2 0/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Eduardo Habkost
,
2019/11/20
[PATCH for-4.2 1/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Eduardo Habkost
,
2019/11/20
Re: [PATCH for-4.2 1/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Paolo Bonzini
,
2019/11/20
Re: [PATCH for-4.2 1/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Eduardo Habkost
,
2019/11/20
Re: [PATCH for-4.2 1/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Paolo Bonzini
,
2019/11/21
Re: [PATCH for-4.2 1/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
,
Kashyap Chamarthy
,
2019/11/21
[PATCH for-4.2 2/2] i386: Add -noTSX aliases for hle=off, rtm=off CPU models
,
Eduardo Habkost
,
2019/11/20
Re: [PATCH for-4.2 2/2] i386: Add -noTSX aliases for hle=off, rtm=off CPU models
,
Kashyap Chamarthy
,
2019/11/21
Re: [PATCH for-4.2 2/2] i386: Add -noTSX aliases for hle=off, rtm=off CPU models
,
Eduardo Habkost
,
2019/11/25
Re: [PATCH for-4.2 2/2] i386: Add -noTSX aliases for hle=off, rtm=off CPU models
,
Kashyap Chamarthy
,
2019/11/25
[PATCH for 4.2?] tests/vm/centos: fix centos build target
,
Alex Bennée
,
2019/11/20
Re: [PATCH for 4.2?] tests/vm/centos: fix centos build target
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH for 4.2?] tests/vm/centos: fix centos build target
,
Wainer dos Santos Moschetta
,
2019/11/20
[PATCH v3 0/4] net/virtio: fixes for failover
,
Jens Freimann
,
2019/11/20
[PATCH v3 2/4] net/virtio: return early when failover primary alread added
,
Jens Freimann
,
2019/11/20
Re: [PATCH v3 2/4] net/virtio: return early when failover primary alread added
,
Michael S. Tsirkin
,
2019/11/20
[PATCH v3 1/4] net/virtio: fix dev_unplug_pending
,
Jens Freimann
,
2019/11/20
[PATCH v3 4/4] net/virtio: return error when device_opts arg is NULL
,
Jens Freimann
,
2019/11/20
[PATCH v3 3/4] net/virtio: fix re-plugging of primary device
,
Jens Freimann
,
2019/11/20
Re: [PATCH v3 0/4] net/virtio: fixes for failover
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH v3 0/4] net/virtio: fixes for failover
,
Jason Wang
,
2019/11/21
Re: [RFC v5 031/126] xen: introduce ERRP_AUTO_PROPAGATE
,
Anthony PERARD
,
2019/11/20
[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 01/37] qdev: remove unused qdev_prop_int64
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 02/37] sysbus: remove unused sysbus_try_create*
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 03/37] sysbus: remove outdated comment
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 04/37] chardev: generate an internal id when none given
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 06/37] serial: initial qom-ification
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 06/37] serial: initial qom-ification
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH v4 06/37] serial: initial qom-ification
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 06/37] serial: initial qom-ification
,
Peter Maydell
,
2019/11/21
[PATCH v4 07/37] serial: register vmsd with DeviceClass
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 05/37] serial-pci-multi: factor out multi_serial_get_port_count()
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 08/37] serial: add "chardev" property
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 09/37] serial: add "baudbase" property
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 10/37] serial: realize the serial device
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 10/37] serial: realize the serial device
,
Philippe Mathieu-Daudé
,
2019/11/20
[PATCH v4 11/37] serial: replace serial_exit_core() with unrealize
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Peter Maydell
,
2019/11/21
Re: [PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/21
Re: [PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Peter Maydell
,
2019/11/21
Re: [PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/21
Re: [PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Peter Maydell
,
2019/11/22
Re: [PATCH v4 12/37] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/22
[PATCH v4 13/37] serial-mm: add "regshift" property
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 14/37] serial-mm: add endianness property
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 15/37] serial-mm: use sysbus facilities
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 16/37] serial: make SerialIO a sysbus device
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 16/37] serial: make SerialIO a sysbus device
,
Philippe Mathieu-Daudé
,
2019/11/20
[PATCH v4 17/37] mips: inline serial_init()
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 17/37] mips: inline serial_init()
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH v4 17/37] mips: inline serial_init()
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v4 17/37] mips: inline serial_init()
,
Marc-André Lureau
,
2019/11/25
Re: [PATCH v4 17/37] mips: inline serial_init()
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v4 17/37] mips: inline serial_init()
,
Marc-André Lureau
,
2019/11/25
Re: [PATCH v4 17/37] mips: inline serial_init()
,
Aleksandar Markovic
,
2019/11/27
[PATCH v4 18/37] mips: baudbase is 115200 by default
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Peter Maydell
,
2019/11/21
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Marc-André Lureau
,
2019/11/25
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Aleksandar Markovic
,
2019/11/25
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Marc-André Lureau
,
2019/11/27
Re: [PATCH v4 18/37] mips: baudbase is 115200 by default
,
Aleksandar Markovic
,
2019/11/27
[PATCH v4 19/37] mips: use sysbus_add_io()
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 19/37] mips: use sysbus_add_io()
,
Peter Maydell
,
2019/11/21
Re: [PATCH v4 19/37] mips: use sysbus_add_io()
,
Aleksandar Markovic
,
2019/11/27
[PATCH v4 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
,
Peter Maydell
,
2019/11/21
Re: [PATCH v4 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
,
Aleksandar Markovic
,
2019/11/27
[PATCH v4 21/37] sm501: make SerialMM a child, export chardev property
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 21/37] sm501: make SerialMM a child, export chardev property
,
Peter Maydell
,
2019/11/21
Re: [PATCH v4 21/37] sm501: make SerialMM a child, export chardev property
,
Marc-André Lureau
,
2019/11/25
[PATCH v4 22/37] vmmouse: replace PROP_PTR with PROP_LINK
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 23/37] lance: replace PROP_PTR with PROP_LINK
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 24/37] etraxfs: remove PROP_PTR usage
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 25/37] dp8393x: replace PROP_PTR with PROP_LINK
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 25/37] dp8393x: replace PROP_PTR with PROP_LINK
,
Laurent Vivier
,
2019/11/20
[PATCH v4 26/37] leon3: use qemu_irq framework instead of callback as property
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 27/37] leon3: use qdev gpio facilities for the PIL
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 27/37] leon3: use qdev gpio facilities for the PIL
,
Peter Maydell
,
2019/11/21
[PATCH v4 28/37] qdev: use g_strcmp0() instead of open-coding it
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 28/37] qdev: use g_strcmp0() instead of open-coding it
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH v4 28/37] qdev: use g_strcmp0() instead of open-coding it
,
Eduardo Habkost
,
2019/11/20
[PATCH v4 29/37] RFC: mips/cps: fix setting saar property
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 30/37] cris: improve passing PIC interrupt vector to the CPU
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 30/37] cris: improve passing PIC interrupt vector to the CPU
,
Philippe Mathieu-Daudé
,
2019/11/20
[PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Corey Minyard
,
2019/11/21
Re: [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Marc-André Lureau
,
2019/11/29
Re: [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Corey Minyard
,
2019/11/29
Re: [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Marc-André Lureau
,
2019/11/22
Re: [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
,
Philippe Mathieu-Daudé
,
2019/11/22
[PATCH v4 32/37] omap-intc: remove PROP_PTR
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 33/37] omap-i2c: remove PROP_PTR
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 34/37] omap-gpio: remove PROP_PTR
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 35/37] qdev: remove PROP_MEMORY_REGION
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 36/37] qdev: remove QDEV_PROP_PTR
,
Marc-André Lureau
,
2019/11/20
[PATCH v4 37/37] qdev/qom: remove some TODO limitations now that PROP_PTR is gone
,
Marc-André Lureau
,
2019/11/20
[PATCH v6 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v6 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
,
Marc-André Lureau
,
2019/11/20
[PATCH v2] linux-user/strace: Improve output of various syscalls
,
Helge Deller
,
2019/11/20
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/20
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/20
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Helge Deller
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Helge Deller
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/21
[PATCH v2] linux-user/strace: Add missing signal strings
,
Helge Deller
,
2019/11/20
Re: [PATCH v2] linux-user/strace: Add missing signal strings
,
Richard Henderson
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Add missing signal strings
,
Philippe Mathieu-Daudé
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Add missing signal strings
,
Laurent Vivier
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Add missing signal strings
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Add missing signal strings
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH v2] linux-user/strace: Add missing signal strings
,
Helge Deller
,
2019/11/22
[PATCH v2 0/4] net/virtio: fixes for failover
,
Jens Freimann
,
2019/11/20
[PATCH v2 1/4] net/virtio: fix dev_unplug_pending
,
Jens Freimann
,
2019/11/20
[PATCH v2 2/4] net/virtio: return early when failover primary alread added
,
Jens Freimann
,
2019/11/20
[PATCH v2 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Jens Freimann
,
2019/11/20
Re: [PATCH v2 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH v2 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Jens Freimann
,
2019/11/20
[PATCH v2 4/4] net/virtio: return error when device_opts arg is NULL
,
Jens Freimann
,
2019/11/20
[PATCH] pseries: fix migration-test and pxe-test
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] pseries: fix migration-test and pxe-test
,
Juan Quintela
,
2019/11/20
Re: [PATCH] pseries: fix migration-test and pxe-test
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] pseries: fix migration-test and pxe-test
,
Thomas Huth
,
2019/11/20
Re: [PATCH] pseries: fix migration-test and pxe-test
,
Greg Kurz
,
2019/11/20
Re: [PATCH] pseries: fix migration-test and pxe-test
,
David Gibson
,
2019/11/20
[PATCH for-4.2? 0/6] block: Fix resize (extending) of short overlays
,
Kevin Wolf
,
2019/11/20
[PATCH 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
,
Eric Blake
,
2019/11/20
Re: [PATCH 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
,
Alberto Garcia
,
2019/11/20
[PATCH 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 2/6] block: truncate: Don't make backing file data visible
,
Eric Blake
,
2019/11/20
Re: [PATCH 2/6] block: truncate: Don't make backing file data visible
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 2/6] block: truncate: Don't make backing file data visible
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 2/6] block: truncate: Don't make backing file data visible
,
Kevin Wolf
,
2019/11/25
[PATCH 3/6] iotests: Add qemu_io_log()
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 3/6] iotests: Add qemu_io_log()
,
Eric Blake
,
2019/11/20
Re: [PATCH 3/6] iotests: Add qemu_io_log()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
[PATCH 4/6] iotests: Fix timeout in run_job()
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 4/6] iotests: Fix timeout in run_job()
,
Eric Blake
,
2019/11/20
Re: [PATCH 4/6] iotests: Fix timeout in run_job()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
[PATCH 5/6] iotests: Support job-complete in run_job()
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 5/6] iotests: Support job-complete in run_job()
,
Eric Blake
,
2019/11/20
Re: [PATCH 5/6] iotests: Support job-complete in run_job()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
[PATCH 6/6] iotests: Test committing to short backing file
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 6/6] iotests: Test committing to short backing file
,
Eric Blake
,
2019/11/20
Re: [PATCH 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 6/6] iotests: Test committing to short backing file
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 6/6] iotests: Test committing to short backing file
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH for-4.2? 0/6] block: Fix resize (extending) of short overlays
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
[PATCH] ui/gtk: fix gettext message's charset.
,
yanminhui
,
2019/11/20
Message not available
Message not available
Re: [PATCH] ui/gtk: fix gettext message's charset.
,
Gerd Hoffmann
,
2019/11/21
[PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Alex Bennée
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Daniel P . Berrangé
,
2019/11/20
Re: [PATCH] RFC: CODING_STYLE: describe "self" variable convention
,
Marc-André Lureau
,
2019/11/20
[PATCH] target/i386: add support for MSR_IA32_TSX_CTRL
,
Paolo Bonzini
,
2019/11/20
Re: [PATCH] target/i386: add support for MSR_IA32_TSX_CTRL
,
no-reply
,
2019/11/20
Re: [PATCH] target/i386: add support for MSR_IA32_TSX_CTRL
,
Eduardo Habkost
,
2019/11/20
qcow2 preallocation and backing files
,
Alberto Garcia
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Alberto Garcia
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Alberto Garcia
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Kevin Wolf
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: qcow2 preallocation and backing files
,
Max Reitz
,
2019/11/21
[PATCH 00/15] s390x: Protected Virtualization support
,
Janosch Frank
,
2019/11/20
[PATCH 02/15] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/20
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/21
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
David Hildenbrand
,
2019/11/21
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/21
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
Thomas Huth
,
2019/11/21
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
Thomas Huth
,
2019/11/21
Re: [PATCH 02/15] s390x: Beautify diag308 handling
,
Janosch Frank
,
2019/11/21
[PATCH 04/15] Header sync protvirt
,
Janosch Frank
,
2019/11/20
Re: [PATCH 04/15] Header sync protvirt
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 04/15] Header sync protvirt
,
Janosch Frank
,
2019/11/21
Re: [PATCH 04/15] Header sync protvirt
,
Cornelia Huck
,
2019/11/21
[PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Janosch Frank
,
2019/11/20
Re: [PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Thomas Huth
,
2019/11/21
[PATCH 01/15] s390x: Cleanup cpu resets
,
Janosch Frank
,
2019/11/20
Re: [PATCH 01/15] s390x: Cleanup cpu resets
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 01/15] s390x: Cleanup cpu resets
,
Janosch Frank
,
2019/11/21
Re: [PATCH 01/15] s390x: Cleanup cpu resets
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 01/15] s390x: Cleanup cpu resets
,
Thomas Huth
,
2019/11/21
Re: [PATCH 01/15] s390x: Cleanup cpu resets
,
Janosch Frank
,
2019/11/21
Re: [PATCH 01/15] s390x: Cleanup cpu resets
,
Thomas Huth
,
2019/11/21
[PATCH 05/15] s390x: protvirt: Sync PV state
,
Janosch Frank
,
2019/11/20
Re: [PATCH 05/15] s390x: protvirt: Sync PV state
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 05/15] s390x: protvirt: Sync PV state
,
Janosch Frank
,
2019/11/21
Re: [PATCH 05/15] s390x: protvirt: Sync PV state
,
Thomas Huth
,
2019/11/21
[PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Janosch Frank
,
2019/11/20
Re: [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Janosch Frank
,
2019/11/21
Re: [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Janosch Frank
,
2019/11/21
Re: [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
,
Janosch Frank
,
2019/11/21
[PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/11/20
Re: [PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/11/21
Re: [PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Thomas Huth
,
2019/11/21
Re: [PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/11/28
Re: [PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Cornelia Huck
,
2019/11/28
Re: [PATCH 08/15] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/11/28
[PATCH 06/15] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/20
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Cornelia Huck
,
2019/11/20
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/21
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
David Hildenbrand
,
2019/11/21
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/21
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
David Hildenbrand
,
2019/11/21
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Christian Borntraeger
,
2019/11/21
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/21
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Cornelia Huck
,
2019/11/22
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/22
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Thomas Huth
,
2019/11/28
Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/11/28
[PATCH 09/15] s390x: protvirt: SCLP interpretation
,
Janosch Frank
,
2019/11/20
Re: [PATCH 09/15] s390x: protvirt: SCLP interpretation
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 09/15] s390x: protvirt: SCLP interpretation
,
Janosch Frank
,
2019/11/21
Re: [PATCH 09/15] s390x: protvirt: SCLP interpretation
,
Pierre Morel
,
2019/11/22
[PATCH 12/15] s390x: protvirt: Set guest IPL PSW
,
Janosch Frank
,
2019/11/20
Re: [PATCH 12/15] s390x: protvirt: Set guest IPL PSW
,
Thomas Huth
,
2019/11/28
Re: [PATCH 12/15] s390x: protvirt: Set guest IPL PSW
,
Janosch Frank
,
2019/11/28
[PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Janosch Frank
,
2019/11/20
Re: [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Thomas Huth
,
2019/11/28
Re: [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Janosch Frank
,
2019/11/28
Re: [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Janosch Frank
,
2019/11/28
Re: [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Cornelia Huck
,
2019/11/28
Re: [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Janosch Frank
,
2019/11/28
Re: [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Thomas Huth
,
2019/11/28
[PATCH 10/15] s390x: protvirt: Add new VCPU reset functions
,
Janosch Frank
,
2019/11/20
[PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD
,
Janosch Frank
,
2019/11/20
Re: [PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD
,
Thomas Huth
,
2019/11/28
Re: [PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD
,
Janosch Frank
,
2019/11/28
Re: [PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD
,
David Hildenbrand
,
2019/11/28
[PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly
,
Janosch Frank
,
2019/11/20
Re: [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly
,
David Hildenbrand
,
2019/11/21
Re: [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly
,
Janosch Frank
,
2019/11/21
Re: [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly
,
Thomas Huth
,
2019/11/28
[PATCH 11/15] RFC: s390x: Exit on vcpu reset error
,
Janosch Frank
,
2019/11/20
Re: [PATCH 11/15] RFC: s390x: Exit on vcpu reset error
,
David Hildenbrand
,
2019/11/21
Re: [PATCH 11/15] RFC: s390x: Exit on vcpu reset error
,
Janosch Frank
,
2019/11/21
Re: [PATCH 11/15] RFC: s390x: Exit on vcpu reset error
,
David Hildenbrand
,
2019/11/21
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Cornelia Huck
,
2019/11/20
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Janosch Frank
,
2019/11/20
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Janosch Frank
,
2019/11/21
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Cornelia Huck
,
2019/11/21
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Janosch Frank
,
2019/11/29
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Daniel P . Berrangé
,
2019/11/29
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Janosch Frank
,
2019/11/29
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Viktor Mihajlovski
,
2019/11/29
[PULL for rc3 0/5] a few doc and testing tweaks
,
Alex Bennée
,
2019/11/20
[PULL 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst
,
Alex Bennée
,
2019/11/20
[PULL 5/5] tests/tcg: modify multiarch tests to work with clang
,
Alex Bennée
,
2019/11/20
[PULL 1/5] tests/vm: make --interactive (and therefore DEBUG=1) unconditional
,
Alex Bennée
,
2019/11/20
[PULL 3/5] docs/devel: update tcg-plugins.rst with API versioning details
,
Alex Bennée
,
2019/11/20
[PULL 4/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Alex Bennée
,
2019/11/20
Re: [PULL for rc3 0/5] a few doc and testing tweaks
,
Peter Maydell
,
2019/11/21
[PULL 0/3] virtio, acpi: fixes
,
Michael S. Tsirkin
,
2019/11/20
[PULL 1/3] libvhost-user: Zero memory allocated for VuVirtqInflightDesc
,
Michael S. Tsirkin
,
2019/11/20
[PULL 3/3] tests: acpi: always retain dumped ACPI tables in case of error
,
Michael S. Tsirkin
,
2019/11/20
[PULL 2/3] vhost-user-input: use free(elem) instead of g_free(elem)
,
Michael S. Tsirkin
,
2019/11/20
Re: [PULL 0/3] virtio, acpi: fixes
,
Peter Maydell
,
2019/11/21
[PATCH for-5.0 0/4] Remove the deprecated bluetooth subsystem
,
Thomas Huth
,
2019/11/20
[PATCH for-5.0 1/4] hw/arm/nseries: Replace the bluetooth chardev with a "null" chardev
,
Thomas Huth
,
2019/11/20
Re: [PATCH for-5.0 1/4] hw/arm/nseries: Replace the bluetooth chardev with a "null" chardev
,
Peter Maydell
,
2019/11/20
[PATCH for-5.0 2/4] hw/usb: Remove the USB bluetooth dongle device
,
Thomas Huth
,
2019/11/20
Re: [libvirt] [PATCH for-5.0 2/4] hw/usb: Remove the USB bluetooth dongle device
,
Ján Tomko
,
2019/11/20
[PATCH for-5.0 4/4] Remove libbluetooth / bluez from the CI tests
,
Thomas Huth
,
2019/11/20
[PATCH for-5.0 3/4] Remove the core bluetooth code
,
Thomas Huth
,
2019/11/20
Re: [libvirt] [PATCH for-5.0 3/4] Remove the core bluetooth code
,
Ján Tomko
,
2019/11/20
Re: [PATCH for-5.0 0/4] Remove the deprecated bluetooth subsystem
,
Paolo Bonzini
,
2019/11/20
[PATCH] tests: acpi: always retain dumped ACPI tables in case of error
,
Igor Mammedov
,
2019/11/20
Re: [PATCH v4 17/19] spapr: Remove last pieces of SpaprIrq
,
David Gibson
,
2019/11/20
Re: [PATCH v4 17/19] spapr: Remove last pieces of SpaprIrq
,
Greg Kurz
,
2019/11/20
Re: [PATCH] exynos4210_gic: Suppress gcc9 format-truncation warnings
,
David Gibson
,
2019/11/20
Re: [PATCH] exynos4210_gic: Suppress gcc9 format-truncation warnings
,
Peter Maydell
,
2019/11/20
Re: [PATCH] exynos4210_gic: Suppress gcc9 format-truncation warnings
,
David Gibson
,
2019/11/20
Re: [RFC 5/5] spapr: Work around spurious warnings from vfio INTx initialization
,
David Gibson
,
2019/11/19
Re: [RFC 5/5] spapr: Work around spurious warnings from vfio INTx initialization
,
Cédric Le Goater
,
2019/11/20
Re: [RFC 3/5] vfio/pci: Respond to KVM irqchip change notifier
,
David Gibson
,
2019/11/19
[PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael Roth
,
2019/11/19
Re: [PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
no-reply
,
2019/11/20
Re: [PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael Roth
,
2019/11/20
Re: [PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
Dr. David Alan Gilbert
,
2019/11/20
Re: [PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
Halil Pasic
,
2019/11/28
Re: [PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael S. Tsirkin
,
2019/11/28
Re: [PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
,
Halil Pasic
,
2019/11/29
[ANNOUNCE] QEMU 4.2.0-rc2 is now available
,
Michael Roth
,
2019/11/19
[PULL for-4.2-rc2 0/2] Tracing patches
,
Stefan Hajnoczi
,
2019/11/19
[PULL for-4.2-rc2 1/2] hw/block/pflash: Remove dynamic field width from trace events
,
Stefan Hajnoczi
,
2019/11/19
[PULL for-4.2-rc2 2/2] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Stefan Hajnoczi
,
2019/11/19
Re: [PULL for-4.2-rc2 0/2] Tracing patches
,
Aleksandar Markovic
,
2019/11/19
Re: [PULL for-4.2-rc2 0/2] Tracing patches
,
Aleksandar Markovic
,
2019/11/19
Re: [PULL for-4.2-rc2 0/2] Tracing patches
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PULL for-4.2-rc2 0/2] Tracing patches
,
Stefan Hajnoczi
,
2019/11/20
Re: [PULL for-4.2-rc2 0/2] Tracing patches
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PULL for-4.2-rc2 0/2] Tracing patches
,
no-reply
,
2019/11/20
[PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Taylor Simpson
,
2019/11/19
Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Peter Maydell
,
2019/11/19
RE: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Peter Maydell
,
2019/11/20
Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Peter Maydell
,
2019/11/20
RE: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
,
Peter Maydell
,
2019/11/21
[PATCH] linux-user/strace: Improve output of various syscalls
,
Helge Deller
,
2019/11/19
Re: [PATCH] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/19
Re: [PATCH] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/20
Re: [PATCH] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/20
Re: [PATCH] linux-user/strace: Improve output of various syscalls
,
Aleksandar Markovic
,
2019/11/20
[PATCH] linux-user/strace: Add missing signal strings
,
Helge Deller
,
2019/11/19
Re: [PATCH] linux-user/strace: Add missing signal strings
,
Richard Henderson
,
2019/11/19
Re: [PATCH] linux-user/strace: Add missing signal strings
,
Helge Deller
,
2019/11/19
Re: [PATCH] linux-user/strace: Add missing signal strings
,
Helge Deller
,
2019/11/19
Re: [PATCH] linux-user/strace: Add missing signal strings
,
Richard Henderson
,
2019/11/19
Re: [RFC v5 065/126] XIVE: introduce ERRP_AUTO_PROPAGATE
,
Greg Kurz
,
2019/11/19
Re: [RFC v5 035/126] PowerPC Machines: introduce ERRP_AUTO_PROPAGATE
,
Greg Kurz
,
2019/11/19
Re: test-aio-multithread assertion
,
Peter Maydell
,
2019/11/19
Re: test-aio-multithread assertion
,
Peter Maydell
,
2019/11/19
[PATCH 0/5] ppc/pnv: fix Homer/Occ mappings on multichip systems
,
Balamuruhan S
,
2019/11/19
[PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size
,
Balamuruhan S
,
2019/11/21
[PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
David Gibson
,
2019/11/19
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
David Gibson
,
2019/11/19
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
David Gibson
,
2019/11/19
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Greg Kurz
,
2019/11/20
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Balamuruhan S
,
2019/11/21
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
,
Balamuruhan S
,
2019/11/21
[PATCH 3/5] hw/ppc/pnv_xscom: Power8 occ common area is in PBA BAR 3
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 3/5] hw/ppc/pnv_xscom: Power8 occ common area is in PBA BAR 3
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH 3/5] hw/ppc/pnv_xscom: Power8 occ common area is in PBA BAR 3
,
Balamuruhan S
,
2019/11/21
[PATCH 4/5] hw/ppc/pnv_xscom: occ common area to be mapped only once
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 4/5] hw/ppc/pnv_xscom: occ common area to be mapped only once
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH 4/5] hw/ppc/pnv_xscom: occ common area to be mapped only once
,
Balamuruhan S
,
2019/11/21
[PATCH 5/5] hw/ppc/pnv_xscom: add PBA BARs for Power8 slw image
,
Balamuruhan S
,
2019/11/19
Re: [PATCH 5/5] hw/ppc/pnv_xscom: add PBA BARs for Power8 slw image
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH 5/5] hw/ppc/pnv_xscom: add PBA BARs for Power8 slw image
,
Balamuruhan S
,
2019/11/21
Re: [PATCH 0/5] ppc/pnv: fix Homer/Occ mappings on multichip systems
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH 0/5] ppc/pnv: fix Homer/Occ mappings on multichip systems
,
Balamuruhan S
,
2019/11/21
Re: [PATCH 0/5] ppc/pnv: fix Homer/Occ mappings on multichip systems
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH 0/5] ppc/pnv: fix Homer/Occ mappings on multichip systems
,
Balamuruhan S
,
2019/11/22
[Bug 1844817] Re: trace: dynamic width format syntax not validated
,
Philippe Mathieu-Daudé
,
2019/11/19
[PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x
,
Thomas Huth
,
2019/11/19
[PATCH 1/6] iotests: Skip test 060 if it is not possible to create large files
,
Thomas Huth
,
2019/11/19
Re: [PATCH 1/6] iotests: Skip test 060 if it is not possible to create large files
,
Alex Bennée
,
2019/11/22
[PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Thomas Huth
,
2019/11/19
Re: [PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Thomas Huth
,
2019/11/19
Re: [PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Daniel P . Berrangé
,
2019/11/19
Re: [PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Thomas Huth
,
2019/11/19
Re: [PATCH 2/6] iotests: Skip test 079 if it is not possible to create large files
,
Alex Bennée
,
2019/11/22
[PATCH 3/6] tests/hd-geo-test: Skip test when images can not be created
,
Thomas Huth
,
2019/11/19
Re: [PATCH 3/6] tests/hd-geo-test: Skip test when images can not be created
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH 3/6] tests/hd-geo-test: Skip test when images can not be created
,
Alex Bennée
,
2019/11/22
[PATCH 4/6] tests/test-util-filemonitor: Skip test on non-x86 Travis containers
,
Thomas Huth
,
2019/11/19
Re: [PATCH 4/6] tests/test-util-filemonitor: Skip test on non-x86 Travis containers
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH 4/6] tests/test-util-filemonitor: Skip test on non-x86 Travis containers
,
Alex Bennée
,
2019/11/22
[PATCH 5/6] travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Thomas Huth
,
2019/11/19
Re: [PATCH 5/6] travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Philippe Mathieu-Daudé
,
2019/11/19
[PATCH 6/6] travis.yml: Enable builds on arm64, ppc64le and s390x
,
Thomas Huth
,
2019/11/19
Re: [PATCH 6/6] travis.yml: Enable builds on arm64, ppc64le and s390x
,
Alex Bennée
,
2019/11/22
Re: [PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x
,
Alex Bennée
,
2019/11/22
Re: [PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x
,
Alex Bennée
,
2019/11/25
Re: [PATCH 0/6] Enable Travis builds on arm64, ppc64le and s390x
,
Thomas Huth
,
2019/11/27
Re: [RFC v5 054/126] virtio-9p: introduce ERRP_AUTO_PROPAGATE
,
Greg Kurz
,
2019/11/19
Re: [RFC v5 054/126] virtio-9p: introduce ERRP_AUTO_PROPAGATE
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [RFC v5 054/126] virtio-9p: introduce ERRP_AUTO_PROPAGATE
,
Greg Kurz
,
2019/11/19
[PULL 00/12] Misc patches for QEMU 4.2-rc
,
Paolo Bonzini
,
2019/11/19
[PULL 02/12] microvm: fix memory leak in microvm_fix_kernel_cmdline
,
Paolo Bonzini
,
2019/11/19
[PULL 01/12] scripts: Detect git worktrees for get_maintainer.pl --git
,
Paolo Bonzini
,
2019/11/19
[PULL 03/12] target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR
,
Paolo Bonzini
,
2019/11/19
[PULL 04/12] target/i386: Export TAA_NO bit to guests
,
Paolo Bonzini
,
2019/11/19
[PULL 05/12] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Paolo Bonzini
,
2019/11/19
[PULL 06/12] vfio: vfio-pci requires EDID
,
Paolo Bonzini
,
2019/11/19
[PULL 07/12] docs/microvm.rst: fix alignment in "Limitations"
,
Paolo Bonzini
,
2019/11/19
[PULL 08/12] docs/microvm.rst: add instructions for shutting down the guest
,
Paolo Bonzini
,
2019/11/19
[PULL 09/12] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
,
Paolo Bonzini
,
2019/11/19
[PULL 10/12] scsi: deprecate scsi-disk
,
Paolo Bonzini
,
2019/11/19
[PULL 11/12] Revert "mc146818rtc: fix timer interrupt reinjection"
,
Paolo Bonzini
,
2019/11/19
[PULL 12/12] mc146818rtc: fix timer interrupt reinjection again
,
Paolo Bonzini
,
2019/11/19
Re: [PULL 00/12] Misc patches for QEMU 4.2-rc
,
Peter Maydell
,
2019/11/19
Re: [PULL 00/12] Misc patches for QEMU 4.2-rc
,
no-reply
,
2019/11/19
[PATCH 00/17] aspeed: extensions and fixes
,
Cédric Le Goater
,
2019/11/19
[PATCH 01/17] aspeed/i2c: Add support for pool buffer transfers
,
Cédric Le Goater
,
2019/11/19
[PATCH 02/17] aspeed/i2c: Check SRAM enablement on AST2500
,
Cédric Le Goater
,
2019/11/19
[PATCH 03/17] aspeed: Add a DRAM memory region at the SoC level
,
Cédric Le Goater
,
2019/11/19
[PATCH 04/17] aspeed/i2c: Add support for DMA transfers
,
Cédric Le Goater
,
2019/11/19
[PATCH 05/17] aspeed/i2c: Add trace events
,
Cédric Le Goater
,
2019/11/19
[PATCH 06/17] aspeed/sdmc: Make ast2600 default 1G
,
Cédric Le Goater
,
2019/11/19
[PATCH 07/17] aspeed/scu: Fix W1C behavior
,
Cédric Le Goater
,
2019/11/19
[PATCH 08/17] watchdog/aspeed: Improve watchdog timeout message
,
Cédric Le Goater
,
2019/11/19
[PATCH 09/17] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Cédric Le Goater
,
2019/11/19
[PATCH 10/17] aspeed/smc: Restore default AHB window mapping at reset
,
Cédric Le Goater
,
2019/11/19
[PATCH 11/17] aspeed/smc: Do not map disabled segment on the AST2600
,
Cédric Le Goater
,
2019/11/19
[PATCH 12/17] aspeed/smc: Add AST2600 timings registers
,
Cédric Le Goater
,
2019/11/19
[PATCH 13/17] aspeed: Remove AspeedBoardConfig array and use AspeedMachineClass
,
Cédric Le Goater
,
2019/11/19
[PATCH 14/17] aspeed: Add support for the tacoma-bmc board
,
Cédric Le Goater
,
2019/11/19
[PATCH 15/17] gpio: fix memory leak in aspeed_gpio_init()
,
Cédric Le Goater
,
2019/11/19
[PATCH 16/17] aspeed: Change the "scu" property definition
,
Cédric Le Goater
,
2019/11/19
[PATCH 17/17] aspeed: Change the "nic" property definition
,
Cédric Le Goater
,
2019/11/19
[PULL 0/2] mips-next patches for 4.2-rc2
,
Philippe Mathieu-Daudé
,
2019/11/19
[PULL 1/2] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/19
[PULL 2/2] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PULL 0/2] mips-next patches for 4.2-rc2
,
Peter Maydell
,
2019/11/19
Re: [PATCH 06/26] tests/acceptance: Rename avocado_qemu.Test as MachineTest
,
Wainer dos Santos Moschetta
,
2019/11/19
[PULL 0/7] target-arm queue
,
Peter Maydell
,
2019/11/19
[PULL 1/7] pl031: Expose RTCICR as proper WC register
,
Peter Maydell
,
2019/11/19
[PULL 4/7] net/cadence_gem: Set PHY autonegotiation restart status
,
Peter Maydell
,
2019/11/19
[PULL 3/7] ssi: xilinx_spips: Skip spi bus update for a few register writes
,
Peter Maydell
,
2019/11/19
[PULL 2/7] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Peter Maydell
,
2019/11/19
[PULL 5/7] target/arm: Do not reject rt == rt2 for strexd
,
Peter Maydell
,
2019/11/19
[PULL 6/7] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Peter Maydell
,
2019/11/19
[PULL 7/7] target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY
,
Peter Maydell
,
2019/11/19
Re: [PULL 0/7] target-arm queue
,
Peter Maydell
,
2019/11/19
Re: [PATCH 1/2] target/arm: Do not reject rt == rt2 for strexd
,
Robert Foley
,
2019/11/19
[PATCH V3 0/4] Introduce Advanced Watch Dog module
,
Zhang Chen
,
2019/11/19
[PATCH V3 2/4] net/awd.c: Initailize input/output chardev
,
Zhang Chen
,
2019/11/19
[PATCH V3 1/4] net/awd.c: Introduce Advanced Watch Dog module framework
,
Zhang Chen
,
2019/11/19
[PATCH V3 3/4] net/awd.c: Load advanced watch dog worker thread job
,
Zhang Chen
,
2019/11/19
[PATCH V3 4/4] vl.c: Make Advanced Watch Dog delayed initialization
,
Zhang Chen
,
2019/11/19
[PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Stefan Hajnoczi
,
2019/11/19
Re: [PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Stefan Hajnoczi
,
2019/11/20
Re: [PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Daniel P . Berrangé
,
2019/11/20
Re: [PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
,
Stefan Hajnoczi
,
2019/11/21
[PATCH] monitor: Remove unused define
,
Yury Kotov
,
2019/11/19
Re: [PATCH] monitor: Remove unused define
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH] monitor: Remove unused define
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH v2 1/6] migration/multifd: move Params update and pages cleanup into multifd_send_fill_packet()
,
Juan Quintela
,
2019/11/19
Re: [PATCH v2 1/6] migration/multifd: move Params update and pages cleanup into multifd_send_fill_packet()
,
Wei Yang
,
2019/11/29
Re: [PATCH 2/2] migration/multifd: not use multifd during postcopy
,
Juan Quintela
,
2019/11/19
Re: [PATCH 2/2] migration/multifd: not use multifd during postcopy
,
Wei Yang
,
2019/11/19
Re: [PATCH 1/2] migration/multifd: clean pages after filling packet
,
Juan Quintela
,
2019/11/19
[Bug 1853123] [NEW] Memory synchronization error between kvm and target, e1000(dpdk)
,
Leonid Myravjev
,
2019/11/19
KVM call for 2019-12-03
,
Juan Quintela
,
2019/11/19
[PATCH] travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry
,
Thomas Huth
,
2019/11/19
Re: [PATCH] travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry
,
Wainer dos Santos Moschetta
,
2019/11/19
[PULL 0/1] Monitor patches for 2019-11-19
,
Markus Armbruster
,
2019/11/19
[PULL 1/1] monitor/qmp: resume monitor when clearing its queue
,
Markus Armbruster
,
2019/11/19
Re: [PULL 0/1] Monitor patches for 2019-11-19
,
Peter Maydell
,
2019/11/19
[PATCH] target/i386: Export TAA_NO bit to guests
,
Pawan Gupta
,
2019/11/19
Re: [PATCH] target/i386: Export TAA_NO bit to guests
,
Paolo Bonzini
,
2019/11/19
[PATCH] hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()
,
Zhuang, Siwei (Data61, Kensington NSW)
,
2019/11/19
Re: [PATCH] hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()
,
Alistair Francis
,
2019/11/24
[PATCH v2] libvhost-user: Zero memory allocated for VuVirtqInflightDesc
,
elohimes
,
2019/11/19
Re: [PATCH v2] libvhost-user: Zero memory allocated for VuVirtqInflightDesc
,
Marc-André Lureau
,
2019/11/19
[PATCH] audio: fix audio recording
,
Volker Rümelin
,
2019/11/19
Re: [PATCH] audio: fix audio recording
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH] audio: fix audio recording
,
Richard Henderson
,
2019/11/19
Re: [PATCH] audio: fix audio recording
,
Zoltán Kővágó
,
2019/11/19
Re: [PATCH] audio: fix audio recording
,
Zoltán Kővágó
,
2019/11/19
Re: [PATCH] audio: fix audio recording
,
Gerd Hoffmann
,
2019/11/20
[PATCH v5] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan
,
2019/11/19
Re: [PATCH v5] Implement backend program convention command for vhost-user-blk
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH v5] Implement backend program convention command for vhost-user-blk
,
Michael S. Tsirkin
,
2019/11/19
[PATCH v2 0/2] TM field check failed
,
qi1 . zhang
,
2019/11/18
[PATCH 1/2] intel_iommu: split the resevred fields arrays into two ones
,
qi1 . zhang
,
2019/11/18
Re: [PATCH v2 1/2] intel_iommu: split the resevred fields arrays into two ones
,
Peter Xu
,
2019/11/19
RE: [PATCH v2 1/2] intel_iommu: split the resevred fields arrays into two ones
,
Qi, Yadong
,
2019/11/22
[PATCH 2/2] intel_iommu: TM field should not be in reserved bits
,
qi1 . zhang
,
2019/11/18
Re: [PATCH v2 2/2] intel_iommu: TM field should not be in reserved bits
,
Michael S. Tsirkin
,
2019/11/19
Re: [PATCH v2 0/2] TM field check failed
,
Michael S. Tsirkin
,
2019/11/19
Re: [PATCH v2 0/2] TM field check failed
,
Peter Xu
,
2019/11/19
Re: [PATCH v2 0/2] TM field check failed
,
Michael S. Tsirkin
,
2019/11/19
Re: [PATCH v2 0/2] TM field check failed
,
Peter Xu
,
2019/11/19
[PATCH] libvhost-user: Zero memory allocated for VuVirtqInflightDesc
,
elohimes
,
2019/11/18
Re: [PATCH] libvhost-user: Zero memory allocated for VuVirtqInflightDesc
,
Marc-André Lureau
,
2019/11/19
[Bug 1853083] [NEW] qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/18
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
Philippe Mathieu-Daudé
,
2019/11/19
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/19
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
Thomas Huth
,
2019/11/19
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/19
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/20
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/20
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
Thomas Huth
,
2019/11/20
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/20
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/20
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
wzis
,
2019/11/20
[Bug 1853083] Re: qemu ppc64 4.0 boot AIX5.1 hung
,
Greg Kurz
,
2019/11/20
Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities
,
David Gibson
,
2019/11/18
Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities
,
Igor Mammedov
,
2019/11/19
Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities
,
Shivaprasad G Bhat
,
2019/11/20
Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities
,
Igor Mammedov
,
2019/11/20
[PULL 00/10] NBD patches for 2019-11-19 for 4.2-rc2
,
Eric Blake
,
2019/11/18
[PULL 01/10] iotests: Test NBD client reconnection
,
Eric Blake
,
2019/11/18
[PULL 04/10] bitmap: Enforce maximum bitmap name length
,
Eric Blake
,
2019/11/18
[PULL 06/10] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
,
Eric Blake
,
2019/11/18
[PULL 03/10] nbd/server: Prefer heap over stack for parsing client names
,
Eric Blake
,
2019/11/18
[PULL 02/10] qemu-coroutine-sleep: Silence Coverity warning
,
Eric Blake
,
2019/11/18
[PULL 05/10] nbd: Don't send oversize strings
,
Eric Blake
,
2019/11/18
[PULL 10/10] tests: More iotest 223 improvements
,
Eric Blake
,
2019/11/18
[PULL 08/10] iotests: Switch nbd tests to use Unix rather than TCP
,
Eric Blake
,
2019/11/18
[PULL 07/10] iotests: Fix 173
,
Eric Blake
,
2019/11/18
[PULL 09/10] iotests: Include QMP input in .out files
,
Eric Blake
,
2019/11/18
Re: [PULL 00/10] NBD patches for 2019-11-19 for 4.2-rc2
,
Peter Maydell
,
2019/11/19
Re: [PATCH v17 5/7] ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" RTAS calls
,
David Gibson
,
2019/11/18
Re: [PATCH v17 6/7] migration: Include migration support for machine check handling
,
David Gibson
,
2019/11/18
[PATCH v4] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan
,
2019/11/18
Re: [PATCH v4] Implement backend program convention command for vhost-user-blk
,
no-reply
,
2019/11/18
Re: [PATCH v4] Implement backend program convention command for vhost-user-blk
,
Philippe Mathieu-Daudé
,
2019/11/19
[PATCH v3] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan
,
2019/11/18
Re: [PATCH v3] Implement backend program convention command for vhost-user-blk
,
no-reply
,
2019/11/18
[PATCH] i440FX-pcihost: add 'allow-hotplug' property for configuring whether to expose the BSEL to the guest.
,
lichun
,
2019/11/18
Re: [PATCH] i440FX-pcihost: add 'allow-hotplug' property for configuring whether to expose the BSEL to the guest.
,
Igor Mammedov
,
2019/11/19
[PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/18
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
no-reply
,
2019/11/18
Exclude paths from checkpatch (was: Re: [PATCH] Add minimal Hexagon target)
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: Exclude paths from checkpatch (was: Re: [PATCH] Add minimal Hexagon target)
,
Richard Henderson
,
2019/11/19
Re: Exclude paths from checkpatch (was: Re: [PATCH] Add minimal Hexagon target)
,
Paolo Bonzini
,
2019/11/19
Re: Exclude paths from checkpatch (was: Re: [PATCH] Add minimal Hexagon target)
,
Stefan Hajnoczi
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Laurent Vivier
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Laurent Vivier
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Eric Blake
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Philippe Mathieu-Daudé
,
2019/11/19
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Peter Maydell
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Laurent Vivier
,
2019/11/19
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/20
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Laurent Vivier
,
2019/11/20
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Alex Bennée
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Aleksandar Markovic
,
2019/11/19
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Aleksandar Markovic
,
2019/11/21
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/21
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Alex Bennée
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/19
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/20
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/20
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/20
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Richard Henderson
,
2019/11/21
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Aleksandar Markovic
,
2019/11/21
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/21
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Aleksandar Markovic
,
2019/11/21
RE: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Taylor Simpson
,
2019/11/21
Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
,
Aleksandar Markovic
,
2019/11/22
[PATCH v4 0/2] hw: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
[PATCH v4 1/2] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
[PATCH v4 2/2] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH-for-4.2 v4 0/2] hw: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH v4 0/2] hw: Remove dynamic field width from trace events
,
Stefan Hajnoczi
,
2019/11/19
Re: [PATCH v4 0/2] hw: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/19
[PATCH v3 0/6] Make the qemu_logfile handle thread safe.
,
Robert Foley
,
2019/11/18
[PATCH v3 1/6] Fix double free issue in qemu_set_log_filename().
,
Robert Foley
,
2019/11/18
[PATCH v3 2/6] Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
,
Robert Foley
,
2019/11/18
[PATCH v3 3/6] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/18
[PATCH v3 4/6] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Robert Foley
,
2019/11/18
[PATCH v3 5/6] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/18
[PATCH v3 6/6] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/18
Re: [PATCH v3 0/6] Make the qemu_logfile handle thread safe.
,
Alex Bennée
,
2019/11/20
[PATCH-for-4.2 v3 0/3] hw: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
[PATCH-for-4.2 v3 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH-for-4.2 v3 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Eric Blake
,
2019/11/18
Re: [PATCH-for-4.2 v3 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
[PATCH-for-4.2 v3 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH-for-4.2 v3 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Eric Blake
,
2019/11/18
[PATCH-for-4.2 v3 3/3] trace: Forbid dynamic field width in event format
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH-for-4.2 v3 3/3] trace: Forbid dynamic field width in event format
,
Eric Blake
,
2019/11/18
Re: [PATCH-for-4.2 v3 3/3] trace: Forbid dynamic field width in event format
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH-for-4.2 v3 0/3] hw: Remove dynamic field width from trace events
,
Richard Henderson
,
2019/11/19
[PATCH for-4.2] target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY
,
Richard Henderson
,
2019/11/18
Re: [PATCH for-4.2] target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY
,
Peter Maydell
,
2019/11/19
[Bug 1853042] Re: Ubuntu 18.04 - vm disk i/o performance issue when using file system passthrough
,
Andrew Cloke
,
2019/11/18
[PULL 0/3] VFIO fixes 2019-11-18
,
Alex Williamson
,
2019/11/18
[PULL 1/3] hw/vfio/pci: Fix double free of migration_blocker
,
Alex Williamson
,
2019/11/18
[PULL 2/3] vfio: don't ignore return value of migrate_add_blocker
,
Alex Williamson
,
2019/11/18
[PULL 3/3] vfio: vfio-pci requires EDID
,
Alex Williamson
,
2019/11/18
Re: [PULL 0/3] VFIO fixes 2019-11-18
,
Peter Maydell
,
2019/11/19
Re: [PATCH v35 00/13] QEMU AVR 8 bit cores
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH v35 00/13] QEMU AVR 8 bit cores
,
Aleksandar Markovic
,
2019/11/22
[PULL 0/4] Block layer patches for 4.2.0-rc2
,
Kevin Wolf
,
2019/11/18
[PULL 2/4] iotests: Fix "no qualified output" error path
,
Kevin Wolf
,
2019/11/18
[PULL 1/4] qemu-iotests/iotests.py: improve assert_qmp message
,
Kevin Wolf
,
2019/11/18
[PULL 3/4] block: Remove 'backing': null from bs->{explicit_, }options
,
Kevin Wolf
,
2019/11/18
[PULL 4/4] iotests: Test multiple blockdev-snapshot calls
,
Kevin Wolf
,
2019/11/18
Re: [PULL 0/4] Block layer patches for 4.2.0-rc2
,
Peter Maydell
,
2019/11/18
Re: [PATCH 0/4] target/arm vector improvements
,
Peter Maydell
,
2019/11/18
Re: [PATCH 0/4] target/arm vector improvements
,
Richard Henderson
,
2019/11/18
[PATCH for-5.0 0/2] aspeed: rework inter model link properties
,
Cédric Le Goater
,
2019/11/18
[PATCH for-5.0 1/2] aspeed: change the "scu" property definition
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH for-5.0 1/2] aspeed: change the "scu" property definition
,
Greg Kurz
,
2019/11/18
Re: [PATCH for-5.0 1/2] aspeed: change the "scu" property definition
,
Joel Stanley
,
2019/11/18
[PATCH for-5.0 2/2] aspeed: change the "nic" property definition
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH for-5.0 2/2] aspeed: change the "nic" property definition
,
Greg Kurz
,
2019/11/18
Re: [PATCH for-5.0 2/2] aspeed: change the "nic" property definition
,
Joel Stanley
,
2019/11/18
Re: [PATCH v3 27/33] cris: improve passing PIC interrupt vector to the CPU
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 25/33] sparc: move PIL irq handling to cpu.c
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 22/33] etraxfs: remove PROP_PTR usage
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 18/33] mips: inline serial_init
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 18/33] mips: inline serial_init
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 18/33] mips: inline serial_init
,
Aleksandar Markovic
,
2019/11/19
Re: [PATCH v3 17/33] serial: make SerialIO a sysbus device
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 17/33] serial: make SerialIO a sysbus device
,
Marc-André Lureau
,
2019/11/20
[PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
Greg Kurz
,
2019/11/18
Re: [PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
Greg Kurz
,
2019/11/18
Re: [PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
David Gibson
,
2019/11/18
Re: [PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
Cédric Le Goater
,
2019/11/19
Re: [PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
Greg Kurz
,
2019/11/19
Re: [PATCH for-5.0] xive/kvm: Trigger interrupts from userspace
,
David Gibson
,
2019/11/19
Re: [PATCH v3 16/33] serial-mm: use sysbus facilities
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 16/33] serial-mm: use sysbus facilities
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 16/33] serial-mm: use sysbus facilities
,
Peter Maydell
,
2019/11/20
Re: [PATCH v3 15/33] serial-mm: add endianness property
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 15/33] serial-mm: add endianness property
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 15/33] serial-mm: add endianness property
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 15/33] serial-mm: add endianness property
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH v3 14/33] serial-mm: add "regshift" property
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 14/33] serial-mm: add "regshift" property
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 14/33] serial-mm: add "regshift" property
,
Peter Maydell
,
2019/11/20
Re: [PATCH v3 13/33] serial: start making SerialMM a sysbus device
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 13/33] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 13/33] serial: start making SerialMM a sysbus device
,
Peter Maydell
,
2019/11/20
Re: [PATCH v3 13/33] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 13/33] serial: start making SerialMM a sysbus device
,
Peter Maydell
,
2019/11/20
Re: [PATCH v3 13/33] serial: start making SerialMM a sysbus device
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH v3 12/33] serial: replace serial_exit_core() with unrealize
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 12/33] serial: replace serial_exit_core() with unrealize
,
Philippe Mathieu-Daudé
,
2019/11/20
Re: [PATCH v3 10/33] serial: add "instance-id" property
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 10/33] serial: add "instance-id" property
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH v3 10/33] serial: add "instance-id" property
,
Marc-André Lureau
,
2019/11/20
[RFC] Implementing vhost-user-blk device backend
,
Coiby Xu
,
2019/11/18
Re: [PATCH v3 09/33] serial: add "baudbase" property
,
Peter Maydell
,
2019/11/18
[PULL 0/2] Seabios 20191118 patches
,
Gerd Hoffmann
,
2019/11/18
[PULL 2/2] seabios: update to pre-1.13 snapshot again
,
Gerd Hoffmann
,
2019/11/18
[PULL 1/2] seabios: update to pre-1.13 snapshot
,
Gerd Hoffmann
,
2019/11/18
Re: [PULL 0/2] Seabios 20191118 patches
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 08/33] serial: add "chardev" property
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 07/33] serial: register vmsd with DeviceClass
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 07/33] serial: register vmsd with DeviceClass
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH v3 07/33] serial: register vmsd with DeviceClass
,
Peter Maydell
,
2019/11/19
Re: [PATCH v3 07/33] serial: register vmsd with DeviceClass
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH v3 07/33] serial: register vmsd with DeviceClass
,
Dr. David Alan Gilbert
,
2019/11/20
Re: [PATCH v3 07/33] serial: register vmsd with DeviceClass
,
Marc-André Lureau
,
2019/11/21
Re: [PATCH v3 24/33] leon3: use qemu_irq framework instead of callback as property
,
KONRAD Frederic
,
2019/11/18
Re: [PATCH v3 24/33] leon3: use qemu_irq framework instead of callback as property
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 04/33] chardev: generate an internal id when none given
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 04/33] chardev: generate an internal id when none given
,
Marc-André Lureau
,
2019/11/18
Re: [PATCH v3 02/33] sysbus: remove unused sysbus_try_create*
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 01/33] qdev: remove unused qdev_prop_int64
,
Peter Maydell
,
2019/11/18
Re: [PATCH v3 01/33] qdev: remove unused qdev_prop_int64
,
Marc-André Lureau
,
2019/11/19
Re: [PATCH] MAINTAINERS: Add a TILE-Gx section
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH] MAINTAINERS: Add a TILE-Gx section
,
Aleksandar Markovic
,
2019/11/18
Re: [PATCH 1/3] MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH 08/26] tests/acceptance: Introduce LinuxUserTest base class
,
Philippe Mathieu-Daudé
,
2019/11/18
[PATCH v2] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
,
Liam Merwick
,
2019/11/18
Re: [PATCH v2] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
,
Sergio Lopez
,
2019/11/18
Re: [PATCH v2] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
,
Paolo Bonzini
,
2019/11/18
[PULL v2 0/6] ppc-for-4.2 queue 2019-11-15
,
Laurent Vivier
,
2019/11/18
[PULL v2 1/6] ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
,
Laurent Vivier
,
2019/11/18
[PULL v2 2/6] xive, xics: Fix reference counting on CPU objects
,
Laurent Vivier
,
2019/11/18
[PULL v2 3/6] ppc: Skip partially initialized vCPUs in 'info pic'
,
Laurent Vivier
,
2019/11/18
[PULL v2 4/6] spapr: Add /chosen to FDT only at reset time to preserve kernel and initramdisk
,
Laurent Vivier
,
2019/11/18
[PULL v2 5/6] spapr/kvm: Set default cpu model for all machine classes
,
Laurent Vivier
,
2019/11/18
[PULL v2 6/6] mos6522: fix T1 and T2 timers
,
Laurent Vivier
,
2019/11/18
Re: [PULL v2 0/6] ppc-for-4.2 queue 2019-11-15
,
Peter Maydell
,
2019/11/18
[PATCH] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
,
Liam Merwick
,
2019/11/18
[PATCH] ipmi: add SET_SENSOR_READING command
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH] ipmi: add SET_SENSOR_READING command
,
Corey Minyard
,
2019/11/22
Re: [PATCH] ipmi: add SET_SENSOR_READING command
,
Cédric Le Goater
,
2019/11/22
[PATCH] ppc/pnv: Create BMC devices at machine init
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
David Gibson
,
2019/11/18
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
Cédric Le Goater
,
2019/11/19
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
David Gibson
,
2019/11/19
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
Corey Minyard
,
2019/11/21
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
David Gibson
,
2019/11/21
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
Corey Minyard
,
2019/11/21
Re: [PATCH] ppc/pnv: Create BMC devices at machine init
,
Cédric Le Goater
,
2019/11/21
[PATCH] ppc/pnv: Add a LPC "ranges" property
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH] ppc/pnv: Add a LPC "ranges" property
,
David Gibson
,
2019/11/18
Re: [PATCH] ppc/pnv: Add a LPC "ranges" property
,
Cédric Le Goater
,
2019/11/19
[PATCH v3] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Richard Henderson
,
2019/11/18
Re: [PATCH v3] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Andrew Jones
,
2019/11/18
Re: [PATCH v3] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Peter Maydell
,
2019/11/18
[PATCH v2] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan
,
2019/11/18
Re: [PATCH v2] Implement backend program convention command for vhost-user-blk
,
Michael S. Tsirkin
,
2019/11/18
Re: [PATCH v2] Implement backend program convention command for vhost-user-blk
,
Stefan Hajnoczi
,
2019/11/18
[PATCH] misc/pca9552: Add qom set and get
,
Joel Stanley
,
2019/11/18
Re: [PATCH] misc/pca9552: Add qom set and get
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH] misc/pca9552: Add qom set and get
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH] misc/pca9552: Add qom set and get
,
Cédric Le Goater
,
2019/11/19
Re: [PATCH] misc/pca9552: Add qom set and get
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [PATCH] misc/pca9552: Add qom set and get
,
Dr. David Alan Gilbert
,
2019/11/20
[PATCH v8 0/3] qcow2: advanced compression options
,
Andrey Shinkevich
,
2019/11/18
[PATCH v8 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/18
Re: [PATCH v8 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Vladimir Sementsov-Ogievskiy
,
2019/11/18
[PATCH v8 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/18
Re: [PATCH v8 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/18
[PATCH v8 2/3] qcow2: Allow writing compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/18
[QEMU-DEVEL][PATCH] gpio: fix memory leak in aspeed_gpio_init()
,
pannengyuan
,
2019/11/17
Re: [QEMU-DEVEL][PATCH] gpio: fix memory leak in aspeed_gpio_init()
,
Cédric Le Goater
,
2019/11/18
[Qemu-devel][PATCH] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
,
pannengyuan
,
2019/11/17
Re: [Qemu-devel][PATCH] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
,
David Gibson
,
2019/11/18
Re: [Qemu-devel][PATCH] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
,
pannengyuan
,
2019/11/18
Re: [PATCH 0/2] not use multifd during postcopy
,
Wei Yang
,
2019/11/17
[PATCH for-5.0 0/4] ppc: Some more QOM cleanup for XICS
,
Greg Kurz
,
2019/11/17
[PATCH for-5.0 1/4] xics: Link ICS_PROP_XICS property to ICSState::xics pointer
,
Greg Kurz
,
2019/11/17
Re: [PATCH for-5.0 1/4] xics: Link ICS_PROP_XICS property to ICSState::xics pointer
,
Cédric Le Goater
,
2019/11/18
[PATCH for-5.0 2/4] xics: Link ICP_PROP_XICS property to ICPState::xics pointer
,
Greg Kurz
,
2019/11/17
Re: [PATCH for-5.0 2/4] xics: Link ICP_PROP_XICS property to ICPState::xics pointer
,
Cédric Le Goater
,
2019/11/18
[PATCH for-5.0 3/4] xics: Link ICP_PROP_CPU property to ICPState::cs pointer
,
Greg Kurz
,
2019/11/17
Re: [PATCH for-5.0 3/4] xics: Link ICP_PROP_CPU property to ICPState::cs pointer
,
Cédric Le Goater
,
2019/11/18
[PATCH for-5.0 4/4] spapr: Abort if XICS interrupt controller cannot be initialized
,
Greg Kurz
,
2019/11/17
Re: [PATCH for-5.0 4/4] spapr: Abort if XICS interrupt controller cannot be initialized
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH for-5.0 0/4] ppc: Some more QOM cleanup for XICS
,
David Gibson
,
2019/11/18
[PATCH] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/17
Re: [PATCH] qom/object: enable setter for uint types
,
Stefan Hajnoczi
,
2019/11/19
Re: [PATCH] qom/object: enable setter for uint types
,
Felipe Franciosi
,
2019/11/25
[PATCH for-4.2 0/2] target/arm: two fixes for ldrex/strex
,
Richard Henderson
,
2019/11/17
[PATCH 1/2] target/arm: Do not reject rt == rt2 for strexd
,
Richard Henderson
,
2019/11/17
Re: [PATCH 1/2] target/arm: Do not reject rt == rt2 for strexd
,
Peter Maydell
,
2019/11/18
[PATCH 2/2] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Richard Henderson
,
2019/11/17
Re: [PATCH 2/2] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Peter Maydell
,
2019/11/18
Re: [PATCH 2/2] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Richard Henderson
,
2019/11/18
Re: [PATCH 2/2] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Peter Maydell
,
2019/11/18
Re: [PATCH 2/2] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Richard Henderson
,
2019/11/18
Re: [PATCH 2/2] target/arm: Relax r13 restriction for ldrex/strex for v8.0
,
Peter Maydell
,
2019/11/18
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Alex Williamson
,
2019/11/16
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Marcelo Tosatti
,
2019/11/16
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Alex Williamson
,
2019/11/16
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Paolo Bonzini
,
2019/11/17
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Alex Williamson
,
2019/11/17
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Marcelo Tosatti
,
2019/11/18
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Paolo Bonzini
,
2019/11/18
Re: [PATCH v2] mc146818rtc: fix timer interrupt reinjection
,
Alex Williamson
,
2019/11/18
Re: [PATCH] buildfix: update texinfo menu
,
Laszlo Ersek
,
2019/11/16
Re: [PATCH] buildfix: update texinfo menu
,
Markus Armbruster
,
2019/11/18
Re: [PATCH] buildfix: update texinfo menu
,
Peter Maydell
,
2019/11/18
Re: [PATCH] buildfix: update texinfo menu
,
Gerd Hoffmann
,
2019/11/18
Re: [PATCH] buildfix: update texinfo menu
,
Laszlo Ersek
,
2019/11/18
Re: [Qemu-devel] [PULL 22/26] libvhost-user: Support tracking inflight I/O in shared memory
,
Marc-André Lureau
,
2019/11/16
Re: [Qemu-devel] [PULL 22/26] libvhost-user: Support tracking inflight I/O in shared memory
,
Yongji Xie
,
2019/11/18
[PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
[PATCH 3/4] block/io: bdrv_common_block_status_above: support bs == base
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
Re: [PATCH 3/4] block/io: bdrv_common_block_status_above: support bs == base
,
Kevin Wolf
,
2019/11/25
[PATCH 2/4] block/io: bdrv_common_block_status_above: support include_base
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
Re: [PATCH 2/4] block/io: bdrv_common_block_status_above: support include_base
,
Kevin Wolf
,
2019/11/25
[PATCH 4/4] block/io: fix bdrv_is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
[PATCH 1/4] block/io: fix bdrv_co_block_status_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
Re: [PATCH 1/4] block/io: fix bdrv_co_block_status_above
,
Kevin Wolf
,
2019/11/25
Re: [PATCH 1/4] block/io: fix bdrv_co_block_status_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/26
Re: [PATCH 1/4] block/io: fix bdrv_co_block_status_above
,
Kevin Wolf
,
2019/11/26
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Max Reitz
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Denis V. Lunev
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Max Reitz
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Stefan Hajnoczi
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/19
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/20
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
[PATCH 5/4] iotests: add commit top->base cases to 274
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/25
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Kevin Wolf
,
2019/11/25
Re: [PATCH 0/4] fix & merge block_status_above and is_allocated_above
,
Vladimir Sementsov-Ogievskiy
,
2019/11/26
[PATCH] riscv: sifive_u: Add a "serial" property for board serial number
,
Bin Meng
,
2019/11/16
Re: [PATCH] riscv: sifive_u: Add a "serial" property for board serial number
,
Bin Meng
,
2019/11/21
Re: [PATCH] riscv: sifive_u: Add a "serial" property for board serial number
,
Palmer Dabbelt
,
2019/11/21
Re: [PATCH] riscv: sifive_u: Add a "serial" property for board serial number
,
Alistair Francis
,
2019/11/24
bdrv_is_allocated_above bug or feature
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
DROP Re: bdrv_is_allocated_above bug or feature
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
[PATCH] vhost-user-fs: remove "vhostfd" property
,
Marc-André Lureau
,
2019/11/16
Re: [PATCH] vhost-user-fs: remove "vhostfd" property
,
Stefan Hajnoczi
,
2019/11/21
[PATCH v2] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Richard Henderson
,
2019/11/16
Re: [PATCH v2] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Andrew Jones
,
2019/11/18
Re: [PATCH v2] target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
,
Richard Henderson
,
2019/11/18
Re: [PATCH v2 2/2] iotests: add 269 to check maximum of bitmaps in qcow2
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
ui/gtk: fix gettext message's charset. #85
,
颜闽辉
,
2019/11/16
[PATCH] configure: Use lld --image-base for --disable-pie user mode binaries
,
Fangrui Song
,
2019/11/16
Re: [PATCH] configure: Use lld --image-base for --disable-pie user mode binaries
,
Fangrui Song
,
2019/11/20
Re: [PATCH] configure: Use lld --image-base for --disable-pie user mode binaries
,
Fangrui Song
,
2019/11/27
Re: [PATCH] configure: Use lld --image-base for --disable-pie user mode binaries
,
Alex Bennée
,
2019/11/27
Re: [PATCH] qemu-nbd: Document benefit of --pid-file
,
Eric Blake
,
2019/11/15
[PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Fangrui Song
,
2019/11/15
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Markus Armbruster
,
2019/11/19
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Juan Quintela
,
2019/11/20
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Fangrui Song
,
2019/11/20
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Richard Henderson
,
2019/11/21
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Markus Armbruster
,
2019/11/21
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Fangrui Song
,
2019/11/21
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Fangrui Song
,
2019/11/19
Re: [PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
,
Eric Blake
,
2019/11/21
[PATCH v2] Fix incorrect integer->float conversions caught by clang -Wimplicit-int-float-conversion
,
Fangrui Song
,
2019/11/21
Re: [PATCH v2] Fix incorrect integer->float conversions caught by clang -Wimplicit-int-float-conversion
,
Markus Armbruster
,
2019/11/22
[PULL 0/6] ppc-for-4.2 queue 2019-11-15
,
Laurent Vivier
,
2019/11/15
[PULL 2/6] xive, xics: Fix reference counting on CPU objects
,
Laurent Vivier
,
2019/11/15
[PULL 1/6] ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
,
Laurent Vivier
,
2019/11/15
[PULL 3/6] ppc: Skip partially initialized vCPUs in 'info pic'
,
Laurent Vivier
,
2019/11/15
[PULL 4/6] spapr: Add /chosen to FDT only at reset time to preserve kernel and initramdisk
,
Laurent Vivier
,
2019/11/15
[PULL 6/6] mos6522: fix T1 and T2 timers
,
Laurent Vivier
,
2019/11/15
[PULL 5/6] spapr/kvm: Set default cpu model for all machine classes
,
Laurent Vivier
,
2019/11/15
Re: [PULL 0/6] ppc-for-4.2 queue 2019-11-15
,
David Gibson
,
2019/11/15
Re: [PULL 0/6] ppc-for-4.2 queue 2019-11-15
,
Peter Maydell
,
2019/11/18
[PATCH 0/4] [RFC] virtiofsd, vhost-user-fs: Add support for notification queue
,
Vivek Goyal
,
2019/11/15
[PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Vivek Goyal
,
2019/11/15
Re: [PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Stefan Hajnoczi
,
2019/11/22
Re: [Virtio-fs] [PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Vivek Goyal
,
2019/11/25
Re: [PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Dr. David Alan Gilbert
,
2019/11/22
Re: [Virtio-fs] [PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Vivek Goyal
,
2019/11/25
Re: [Virtio-fs] [PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Dr. David Alan Gilbert
,
2019/11/26
Re: [Virtio-fs] [PATCH 4/4] virtiofsd: Implement blocking posix locks
,
Vivek Goyal
,
2019/11/27
[PATCH 1/4] virtiofsd: Release file locks using F_UNLCK
,
Vivek Goyal
,
2019/11/15
Re: [PATCH 1/4] virtiofsd: Release file locks using F_UNLCK
,
Stefan Hajnoczi
,
2019/11/22
Re: [PATCH 1/4] virtiofsd: Release file locks using F_UNLCK
,
Vivek Goyal
,
2019/11/22
[PATCH 3/4] virtiofsd: Specify size of notification buffer using config space
,
Vivek Goyal
,
2019/11/15
Re: [PATCH 3/4] virtiofsd: Specify size of notification buffer using config space
,
Stefan Hajnoczi
,
2019/11/22
Re: [PATCH 3/4] virtiofsd: Specify size of notification buffer using config space
,
Vivek Goyal
,
2019/11/25
[PATCH 2/4] virtiofd: Create a notification queue
,
Vivek Goyal
,
2019/11/15
Re: [PATCH 2/4] virtiofd: Create a notification queue
,
Stefan Hajnoczi
,
2019/11/22
Re: [PATCH 2/4] virtiofd: Create a notification queue
,
Vivek Goyal
,
2019/11/22
Re: [PATCH 2/4] virtiofd: Create a notification queue
,
Dr. David Alan Gilbert
,
2019/11/22
[Bug 1852781] [NEW] qemu s390x on focal - applications breaking
,
Colin Ian King
,
2019/11/15
[Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Colin Ian King
,
2019/11/15
[Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Colin Ian King
,
2019/11/15
Re: [Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Christian Ehrhardt
,
2019/11/15
[Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Thomas Huth
,
2019/11/18
[Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Frank Heimes
,
2019/11/18
[Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Frank Heimes
,
2019/11/20
[Bug 1852781] Re: qemu s390x on focal - applications breaking
,
Frank Heimes
,
2019/11/25
[PATCH 0/4] python/qemu: New accel module and improvements
,
Wainer dos Santos Moschetta
,
2019/11/15
[PATCH 1/4] python/qemu: Move kvm_available() to its own module
,
Wainer dos Santos Moschetta
,
2019/11/15
[PATCH 2/4] python/qemu: accel: Add list_accel() method
,
Wainer dos Santos Moschetta
,
2019/11/15
[PATCH 3/4] python/qemu: accel: Strengthen kvm_available() checks
,
Wainer dos Santos Moschetta
,
2019/11/15
[PATCH 4/4] python/qemu: accel: Add tcg_available() method
,
Wainer dos Santos Moschetta
,
2019/11/15
[RFC PATCH 00/11] gdbstub re-factor and SVE support
,
Alex Bennée
,
2019/11/15
[RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
,
Richard Henderson
,
2019/11/18
Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
,
Richard Henderson
,
2019/11/18
Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
,
Damien Hedde
,
2019/11/18
Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
,
Richard Henderson
,
2019/11/18
Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
,
Damien Hedde
,
2019/11/18
[RFC PATCH 06/11] target/arm: use gdb_get_reg helpers
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 06/11] target/arm: use gdb_get_reg helpers
,
Richard Henderson
,
2019/11/18
[RFC PATCH 05/11] gdbstub: add helper for 128 bit registers
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 05/11] gdbstub: add helper for 128 bit registers
,
Richard Henderson
,
2019/11/18
[RFC PATCH 04/11] gdbstub: move mem_buf to GDBState and use GByteArray
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 04/11] gdbstub: move mem_buf to GDBState and use GByteArray
,
Richard Henderson
,
2019/11/18
[RFC PATCH 07/11] target/m68k: use gdb_get_reg helpers
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 07/11] target/m68k: use gdb_get_reg helpers
,
Richard Henderson
,
2019/11/18
[RFC PATCH 03/11] gdbstub: move str_buf to GDBState and use GString
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 03/11] gdbstub: move str_buf to GDBState and use GString
,
Richard Henderson
,
2019/11/18
[RFC PATCH 02/11] gdbstub: stop passing GDBState * around
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 02/11] gdbstub: stop passing GDBState * around
,
Richard Henderson
,
2019/11/18
Re: [RFC PATCH 02/11] gdbstub: stop passing GDBState * around
,
Alex Bennée
,
2019/11/18
Re: [RFC PATCH 02/11] gdbstub: stop passing GDBState * around
,
Richard Henderson
,
2019/11/18
Re: [RFC PATCH 02/11] gdbstub: stop passing GDBState * around
,
Damien Hedde
,
2019/11/18
Re: [RFC PATCH 02/11] gdbstub: stop passing GDBState * around
,
Alex Bennée
,
2019/11/18
[RFC PATCH 10/11] target/arm: explicitly encode regnum in our XML
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 10/11] target/arm: explicitly encode regnum in our XML
,
Richard Henderson
,
2019/11/18
[RFC PATCH 09/11] target/arm: prepare for multiple dynamic XMLs
,
Alex Bennée
,
2019/11/15
[RFC PATCH 11/11] target/arm: generate xml description of our SVE registers
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 11/11] target/arm: generate xml description of our SVE registers
,
Richard Henderson
,
2019/11/18
[RFC PATCH 08/11] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2019/11/15
Re: [RFC PATCH 08/11] gdbstub: extend GByteArray to read register helpers
,
Richard Henderson
,
2019/11/18
[qemu-web PATCH v3] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/15
Re: [qemu-web PATCH v3] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Thomas Huth
,
2019/11/15
[PATCH for-5.0 v5 00/23] ppc/pnv: add XIVE support for KVM guests
,
Cédric Le Goater
,
2019/11/15
[PATCH for-5.0 v5 01/23] ppc/xive: Record the IPB in the associated NVT
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 01/23] ppc/xive: Record the IPB in the associated NVT
,
Greg Kurz
,
2019/11/18
Re: [PATCH for-5.0 v5 01/23] ppc/xive: Record the IPB in the associated NVT
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH for-5.0 v5 01/23] ppc/xive: Record the IPB in the associated NVT
,
David Gibson
,
2019/11/18
[PATCH for-5.0 v5 02/23] ppc/xive: Introduce helpers for the NVT id
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 02/23] ppc/xive: Introduce helpers for the NVT id
,
David Gibson
,
2019/11/18
Re: [PATCH for-5.0 v5 02/23] ppc/xive: Introduce helpers for the NVT id
,
Greg Kurz
,
2019/11/19
Re: [PATCH for-5.0 v5 02/23] ppc/xive: Introduce helpers for the NVT id
,
Cédric Le Goater
,
2019/11/19
[PATCH for-5.0 v5 03/23] ppc/pnv: Remove pnv_xive_vst_size() routine
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 03/23] ppc/pnv: Remove pnv_xive_vst_size() routine
,
David Gibson
,
2019/11/18
[PATCH for-5.0 v5 04/23] ppc/pnv: Dump the XIVE NVT table
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 04/23] ppc/pnv: Dump the XIVE NVT table
,
David Gibson
,
2019/11/19
Re: [PATCH for-5.0 v5 04/23] ppc/pnv: Dump the XIVE NVT table
,
Cédric Le Goater
,
2019/11/20
[PATCH for-5.0 v5 05/23] ppc/pnv: Quiesce some XIVE errors
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 05/23] ppc/pnv: Quiesce some XIVE errors
,
David Gibson
,
2019/11/19
[PATCH for-5.0 v5 06/23] ppc/xive: Introduce OS CAM line helpers
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 06/23] ppc/xive: Introduce OS CAM line helpers
,
David Gibson
,
2019/11/19
[PATCH for-5.0 v5 07/23] ppc/xive: Check V bit in TM_PULL_POOL_CTX
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 07/23] ppc/xive: Check V bit in TM_PULL_POOL_CTX
,
David Gibson
,
2019/11/19
[PATCH for-5.0 v5 08/23] ppc/xive: Introduce a XivePresenter interface
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 08/23] ppc/xive: Introduce a XivePresenter interface
,
Greg Kurz
,
2019/11/20
[PATCH for-5.0 v5 09/23] ppc/xive: Implement the XivePresenter interface
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 09/23] ppc/xive: Implement the XivePresenter interface
,
Greg Kurz
,
2019/11/20
Re: [PATCH for-5.0 v5 09/23] ppc/xive: Implement the XivePresenter interface
,
Cédric Le Goater
,
2019/11/20
[PATCH for-5.0 v5 10/23] ppc/pnv: Loop on the threads of the chip to find a matching NVT
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 10/23] ppc/pnv: Loop on the threads of the chip to find a matching NVT
,
Greg Kurz
,
2019/11/20
[PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Greg Kurz
,
2019/11/20
Re: [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Cédric Le Goater
,
2019/11/20
Re: [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Greg Kurz
,
2019/11/21
Re: [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
,
Greg Kurz
,
2019/11/21
[PATCH for-5.0 v5 12/23] ppc/xive: Introduce a XiveFabric interface
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 12/23] ppc/xive: Introduce a XiveFabric interface
,
Greg Kurz
,
2019/11/20
[PATCH for-5.0 v5 13/23] ppc/pnv: Implement the XiveFabric interface
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 13/23] ppc/pnv: Implement the XiveFabric interface
,
Greg Kurz
,
2019/11/20
[PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface
,
Greg Kurz
,
2019/11/20
Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface
,
Greg Kurz
,
2019/11/21
Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface
,
Cédric Le Goater
,
2019/11/21
[PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Greg Kurz
,
2019/11/20
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Greg Kurz
,
2019/11/21
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Greg Kurz
,
2019/11/21
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Cédric Le Goater
,
2019/11/21
Re: [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
,
Greg Kurz
,
2019/11/21
[PATCH for-5.0 v5 16/23] ppc/xive: Extend the TIMA operation with a XivePresenter parameter
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 16/23] ppc/xive: Extend the TIMA operation with a XivePresenter parameter
,
Greg Kurz
,
2019/11/22
[PATCH for-5.0 v5 17/23] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 17/23] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
,
Greg Kurz
,
2019/11/22
[PATCH for-5.0 v5 18/23] ppc/xive: Move the TIMA operations to the controller model
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 18/23] ppc/xive: Move the TIMA operations to the controller model
,
Greg Kurz
,
2019/11/22
[PATCH for-5.0 v5 19/23] ppc/xive: Remove the get_tctx() XiveRouter handler
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 19/23] ppc/xive: Remove the get_tctx() XiveRouter handler
,
Greg Kurz
,
2019/11/22
[PATCH for-5.0 v5 20/23] ppc/xive: Introduce a xive_tctx_ipb_update() helper
,
Cédric Le Goater
,
2019/11/15
[PATCH for-5.0 v5 21/23] ppc/xive: Synthesize interrupt from the saved IPB in the NVT
,
Cédric Le Goater
,
2019/11/15
[PATCH for-5.0 v5 22/23] ppc/pnv: Introduce a pnv_xive_block_id() helper
,
Cédric Le Goater
,
2019/11/15
[PATCH for-5.0 v5 23/23] ppc/pnv: Extend XiveRouter with a get_block_id() handler
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 v5 00/23] ppc/pnv: add XIVE support for KVM guests
,
Cédric Le Goater
,
2019/11/22
Re: [PATCH for-5.0 v5 00/23] ppc/pnv: add XIVE support for KVM guests
,
David Gibson
,
2019/11/23
[PATCH] vfio: vfio-pci requires EDID
,
Paolo Bonzini
,
2019/11/15
[PATCH 0/2] docs/microvm.rst: fix alignment and explain shut down
,
Sergio Lopez
,
2019/11/15
[PATCH 2/2] docs/microvm.rst: add instructions for shutting down the guest
,
Sergio Lopez
,
2019/11/15
Re: [PATCH 2/2] docs/microvm.rst: add instructions for shutting down the guest
,
Paolo Bonzini
,
2019/11/15
[PATCH 1/2] docs/microvm.rst: fix alignment in "Limitations"
,
Sergio Lopez
,
2019/11/15
[PATCH] ppc/pnv: Drop "chip" link from POWER9 PSI object
,
Greg Kurz
,
2019/11/15
Re: [PATCH] ppc/pnv: Drop "chip" link from POWER9 PSI object
,
Greg Kurz
,
2019/11/15
Re: [PATCH] ppc/pnv: Drop "chip" link from POWER9 PSI object
,
David Gibson
,
2019/11/15
[PATCH] display: xlnx_dp: Provide sufficient bytes for silent audio channel
,
Sai Pavan Boddu
,
2019/11/15
Re: [PATCH] display: xlnx_dp: Provide sufficient bytes for silent audio channel
,
Alistair Francis
,
2019/11/15
Re: [PATCH] display: xlnx_dp: Provide sufficient bytes for silent audio channel
,
Philippe Mathieu-Daudé
,
2019/11/15
[PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 1/8] xive: Link "cpu" property to XiveTCTX::cs pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 2/8] xive: Link "xive" property to XiveSource::xive pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 3/8] xive: Link "xive" property to XiveEndSource::xrtr pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 4/8] ppc/pnv: Link "psi" property to PnvLpc::psi pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 5/8] ppc/pnv: Link "psi" property to PnvOCC::psi pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 6/8] ppc/pnv: Link "chip" property to PnvHomer::chip pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 7/8] ppc/pnv: Link "chip" property to PnvCore::chip pointer
,
Greg Kurz
,
2019/11/15
[PATCH v2 for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer
,
Greg Kurz
,
2019/11/15
Re: [PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
David Gibson
,
2019/11/15
Re: [PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Markus Armbruster
,
2019/11/18
Re: [PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Cédric Le Goater
,
2019/11/18
Re: [PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Greg Kurz
,
2019/11/18
[PATCH v1 0/1] hw/arm: versal: Add the CRP as unimplemented
,
Edgar E. Iglesias
,
2019/11/15
[PATCH v1 1/1] hw/arm: versal: Add the CRP as unimplemented
,
Edgar E. Iglesias
,
2019/11/15
Re: [PATCH v1 1/1] hw/arm: versal: Add the CRP as unimplemented
,
Alistair Francis
,
2019/11/15
Re: [PATCH v1 1/1] hw/arm: versal: Add the CRP as unimplemented
,
Luc Michel
,
2019/11/15
Re: [PATCH v1 1/1] hw/arm: versal: Add the CRP as unimplemented
,
Edgar E. Iglesias
,
2019/11/21
Re: [PATCH v1 1/1] hw/arm: versal: Add the CRP as unimplemented
,
Peter Maydell
,
2019/11/21
Re: [PATCH v1 0/1] hw/arm: versal: Add the CRP as unimplemented
,
no-reply
,
2019/11/15
Re: [PATCH v1 0/1] hw/arm: versal: Add the CRP as unimplemented
,
Philippe Mathieu-Daudé
,
2019/11/15
[PATCH v6] ssi: xilinx_spips: Skip spi bus update for a few register writes
,
Sai Pavan Boddu
,
2019/11/15
Re: [PATCH v6] ssi: xilinx_spips: Skip spi bus update for a few register writes
,
Edgar E. Iglesias
,
2019/11/15
Re: [PATCH v6] ssi: xilinx_spips: Skip spi bus update for a few register writes
,
Peter Maydell
,
2019/11/18
[PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Thomas Huth
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Michael S. Tsirkin
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Peter Maydell
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Thomas Huth
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Paolo Bonzini
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Thomas Huth
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Philippe Mathieu-Daudé
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Peter Maydell
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Thomas Huth
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Philippe Mathieu-Daudé
,
2019/11/15
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Markus Armbruster
,
2019/11/18
Re: [PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
,
Thomas Huth
,
2019/11/18
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/15
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Igor Mammedov
,
2019/11/15
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/15
[RFC 00/24] backup performance: block_status + async
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 20/24] job: call job_enter from job_user_pause
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 19/24] blockjob: add set_speed to BlockJobDriver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 16/24] block/block-copy: add max_chunk and max_workers paramters
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 03/24] block/block-copy: factor out block_copy_find_inflight_req
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 12/24] block/block-copy: move block_copy_task_create down
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 09/24] block/block-copy: alloc task on each iteration
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 18/24] block/block-copy: add block_copy_cancel
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 23/24] python: add qemu/bench_block_job.py
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 17/24] block/block-copy: add ratelimit to block-copy
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 15/24] block/block-copy: implement block_copy_async
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 14/24] block/block-copy: More explicit call_state
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 08/24] block/block-copy: rename in-flight requests to tasks
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 02/24] block/block-copy: use block_status
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 06/24] block/block-copy: reduce intersecting request lock
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 13/24] block/block-copy: use aio-task-pool API
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 22/24] python: add simplebench.py
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 10/24] block/block-copy: add state pointer to BlockCopyTask
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 04/24] block/block-copy: refactor interfaces to use bytes instead of end
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 01/24] block/block-copy: specialcase first copy_range request
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 05/24] block/block-copy: rename start to offset in interfaces
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 07/24] block/block-copy: hide structure definitions
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 11/24] block/block-copy: move task size initial calculation to _task_create
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 24/24] python: benchmark new backup architecture
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[RFC 21/24] backup: move to block-copy
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
Re: [RFC 21/24] backup: move to block-copy
,
Eric Blake
,
2019/11/15
Re: [RFC 21/24] backup: move to block-copy
,
Vladimir Sementsov-Ogievskiy
,
2019/11/16
Re: [RFC 00/24] backup performance: block_status + async
,
no-reply
,
2019/11/15
Re: [RFC 00/24] backup performance: block_status + async
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
,
Richard Henderson
,
2019/11/15
Re: [PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
,
Alex Bennée
,
2019/11/15
Re: [PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
,
Andrew Jones
,
2019/11/15
Re: [PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
,
Richard Henderson
,
2019/11/15
Re: [PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
,
Andrew Jones
,
2019/11/18
[PATCH v2 0/6] Make the qemu_logfile handle thread safe.
,
Robert Foley
,
2019/11/15
[PATCH v2 1/6] Fix double free issue in qemu_set_log_filename().
,
Robert Foley
,
2019/11/15
[PATCH v2 3/6] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/15
Re: [PATCH v2 3/6] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Alex Bennée
,
2019/11/18
Re: [PATCH v2 3/6] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/18
[PATCH v2 2/6] Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
,
Robert Foley
,
2019/11/15
Re: [PATCH v2 2/6] Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
,
Alex Bennée
,
2019/11/18
[PATCH v2 4/6] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Robert Foley
,
2019/11/15
[PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/15
Re: [PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Alex Bennée
,
2019/11/18
Re: [PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/18
Re: [PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Alex Bennée
,
2019/11/18
Re: [PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/18
Re: [PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Alex Bennée
,
2019/11/18
Re: [PATCH v2 5/6] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/18
[PATCH v2 6/6] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/15
[PATCH v3 for 5.0 0/6] linux-user: Add support for real time clock ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH v3 for 5.0 4/6] linux-user: Add support for get/set RTC wakeup alarm using ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH v3 for 5.0 5/6] linux-user: Add support for get/set RTC PLL correction using ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH v3 for 5.0 3/6] linux-user: Add support for read/set RTC periodic interrupt and epoch using ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH v3 for 5.0 6/6] linux-user: Add support for read/clear RTC voltage low detector using ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH v3 for 5.0 1/6] linux-user: Add support for enable/disable RTC features using ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH v3 for 5.0 2/6] linux-user: Add support for read/set RTC time and alarm using ioctls
,
Filip Bozuta
,
2019/11/15
[PATCH for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 2/8] xive: Link "xive" property to XiveSource::xive pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 1/8] xive: Link "cpu" property to XiveTCTX::cs pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 3/8] xive: Link "xive" property to XiveEndSource::xrtr pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 4/8] ppc/pnv: Link "psi" property to PnvLpc::psi pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 5/8] ppc/pnv: Link "psi" property to PnvOCC::psi pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 6/8] ppc/pnv: Link "chip" property to PnvHomer::chip pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 7/8] ppc/pnv: Link "chip" property to PnvCore::chip pointer
,
Greg Kurz
,
2019/11/15
Re: [PATCH for-5.0 7/8] ppc/pnv: Link "chip" property to PnvCore::chip pointer
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 7/8] ppc/pnv: Link "chip" property to PnvCore::chip pointer
,
Greg Kurz
,
2019/11/15
[PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer
,
Greg Kurz
,
2019/11/15
Re: [PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer
,
Greg Kurz
,
2019/11/15
Re: [PATCH for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Cédric Le Goater
,
2019/11/15
Re: [PATCH for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
,
Greg Kurz
,
2019/11/15
Re: Invalid ARM instruction for clang-compiled Android code
,
Peter Maydell
,
2019/11/15
Re: Invalid ARM instruction for clang-compiled Android code
,
Michael Goffioul
,
2019/11/15
Re: Invalid ARM instruction for clang-compiled Android code
,
Michael Goffioul
,
2019/11/15
Re: Invalid ARM instruction for clang-compiled Android code
,
Richard Henderson
,
2019/11/17
[PATCH v2] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/15
Re: [PATCH v2] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
no-reply
,
2019/11/15
[PATCH v3 for-4.2] monitor/qmp: resume monitor when clearing its queue
,
Wolfgang Bumiller
,
2019/11/15
Re: [PATCH v3 for-4.2] monitor/qmp: resume monitor when clearing its queue
,
Markus Armbruster
,
2019/11/19
[PATCH] target/i386: Remove monitor from some CPU model
,
Tao Xu
,
2019/11/15
Re: [PATCH] target/i386: Remove monitor from some CPU model
,
Eduardo Habkost
,
2019/11/18
Re: [PATCH] target/i386: Remove monitor from some CPU model
,
Tao Xu
,
2019/11/18
[PATCH v16 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/15
[PATCH v16 02/14] util/cutils: Use qemu_strtold_finite to parse size
,
Tao Xu
,
2019/11/15
[PATCH v16 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
,
Tao Xu
,
2019/11/15
[PATCH v16 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Philippe Mathieu-Daudé
,
2019/11/15
Re: [PATCH v16 03/14] util/cutils: refactor do_strtosz() to support suffixes list
,
Tao Xu
,
2019/11/18
[PATCH v16 04/14] util/cutils: Add qemu_strtotime_ns()
,
Tao Xu
,
2019/11/15
[PATCH v16 05/14] qapi: Add builtin type time
,
Tao Xu
,
2019/11/15
[PATCH v16 07/14] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/15
[PATCH v16 06/14] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/15
[PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
,
Igor Mammedov
,
2019/11/19
Re: [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/20
Re: [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
,
Igor Mammedov
,
2019/11/20
Re: [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/20
[PATCH v16 09/14] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 09/14] numa: Extend CLI to provide memory side cache information
,
Igor Mammedov
,
2019/11/19
Re: [PATCH v16 09/14] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/20
[PATCH v16 11/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 11/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Igor Mammedov
,
2019/11/20
Re: [PATCH v16 11/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/20
[PATCH v16 10/14] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/15
[PATCH v16 12/14] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 12/14] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Igor Mammedov
,
2019/11/20
[PATCH v16 13/14] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 13/14] tests/numa: Add case for QMP build HMAT
,
Igor Mammedov
,
2019/11/20
Re: [PATCH v16 13/14] tests/numa: Add case for QMP build HMAT
,
Tao Xu
,
2019/11/20
[PATCH v16 14/14] tests/bios-tables-test: add test cases for ACPI HMAT
,
Tao Xu
,
2019/11/15
Re: [PATCH v16 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
no-reply
,
2019/11/15
[PATCH] Implement backend program convention command for vhost-user-blk
,
Micky Yun Chan
,
2019/11/15
Re: [PATCH] Implement backend program convention command for vhost-user-blk
,
no-reply
,
2019/11/15
Re: [PATCH] Implement backend program convention command for vhost-user-blk
,
Stefan Hajnoczi
,
2019/11/15
[PULL] RISC-V Fixes for 4.2-rc2
,
Palmer Dabbelt
,
2019/11/14
[PULL 1/4] remove unnecessary ifdef TARGET_RISCV64
,
Palmer Dabbelt
,
2019/11/14
[PULL 2/4] target/riscv: Remove atomic accesses to MIP CSR
,
Palmer Dabbelt
,
2019/11/14
[PULL 4/4] riscv/virt: Increase flash size
,
Palmer Dabbelt
,
2019/11/14
[PULL 3/4] opensbi: Upgrade from v0.4 to v0.5
,
Palmer Dabbelt
,
2019/11/14
Re: [PULL] RISC-V Fixes for 4.2-rc2
,
Peter Maydell
,
2019/11/15
[PATCH] Modify tests to work with clang
,
Taylor Simpson
,
2019/11/14
Re: [PATCH] Modify tests to work with clang
,
no-reply
,
2019/11/15
Re: [PATCH] Modify tests to work with clang
,
Thomas Huth
,
2019/11/15
Re: [PATCH] Modify tests to work with clang
,
Alex Bennée
,
2019/11/15
RE: [PATCH] Modify tests to work with clang
,
Taylor Simpson
,
2019/11/15
[PATCH] Modify tests to work with clang
,
Taylor Simpson
,
2019/11/17
Re: [PATCH] Modify tests to work with clang
,
Thomas Huth
,
2019/11/18
Re: [PATCH] Modify tests to work with clang
,
Richard Henderson
,
2019/11/18
Re: [PATCH] Modify tests to work with clang
,
Alex Bennée
,
2019/11/18
[RFC PATCH v1 0/8] s390x/vfio-ccw: Channel Path Handling
,
Eric Farman
,
2019/11/14
[RFC PATCH v1 2/8] vfio-ccw: Don't inject an I/O interrupt if the subchannel is not enabled
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 2/8] vfio-ccw: Don't inject an I/O interrupt if the subchannel is not enabled
,
Cornelia Huck
,
2019/11/18
Re: [RFC PATCH v1 2/8] vfio-ccw: Don't inject an I/O interrupt if the subchannel is not enabled
,
Eric Farman
,
2019/11/19
[RFC PATCH v1 3/8] linux-headers: update
,
Eric Farman
,
2019/11/14
[RFC PATCH v1 6/8] vfio-ccw: Add support for the crw region
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 6/8] vfio-ccw: Add support for the crw region
,
Cornelia Huck
,
2019/11/20
[RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Cornelia Huck
,
2019/11/18
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Halil Pasic
,
2019/11/19
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Cornelia Huck
,
2019/11/19
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Eric Farman
,
2019/11/19
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Halil Pasic
,
2019/11/19
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Cornelia Huck
,
2019/11/20
Re: [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
,
Eric Farman
,
2019/11/19
[RFC PATCH v1 8/8] vfio-ccw: Add support for the CRW irq
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 8/8] vfio-ccw: Add support for the CRW irq
,
Cornelia Huck
,
2019/11/20
[RFC PATCH v1 4/8] vfio-ccw: Refactor cleanup of regions
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 4/8] vfio-ccw: Refactor cleanup of regions
,
Cornelia Huck
,
2019/11/20
[RFC PATCH v1 5/8] vfio-ccw: Add support for the schib region
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 5/8] vfio-ccw: Add support for the schib region
,
Cornelia Huck
,
2019/11/20
[RFC PATCH v1 7/8] vfio-ccw: Refactor ccw irq handler
,
Eric Farman
,
2019/11/14
Re: [RFC PATCH v1 7/8] vfio-ccw: Refactor ccw irq handler
,
Cornelia Huck
,
2019/11/20
9p: requests efficiency
,
Christian Schoenebeck
,
2019/11/14
Re: 9p: requests efficiency
,
Greg Kurz
,
2019/11/15
Re: 9p: requests efficiency
,
Christian Schoenebeck
,
2019/11/20
Re: 9p: requests efficiency
,
Christian Schoenebeck
,
2019/11/23
[ANNOUNCE] QEMU 4.1.1 Stable released
,
Michael Roth
,
2019/11/14
[PATCH v3 for-4.2 0/4] tests: More iotest 223 improvements
,
Eric Blake
,
2019/11/14
[PATCH v3 1/4] iotests: Fix 173
,
Eric Blake
,
2019/11/14
[PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Eric Blake
,
2019/11/14
Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Max Reitz
,
2019/11/18
Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Eric Blake
,
2019/11/18
Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Eric Blake
,
2019/11/18
Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Max Reitz
,
2019/11/18
Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Eric Blake
,
2019/11/18
Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
,
Eric Blake
,
2019/11/18
[PATCH v3 3/4] iotests: Include QMP input in .out files
,
Eric Blake
,
2019/11/14
Re: [PATCH v3 3/4] iotests: Include QMP input in .out files
,
Max Reitz
,
2019/11/18
[PATCH v3 4/4] tests: More iotest 223 improvements
,
Eric Blake
,
2019/11/14
Re: [PATCH v2 00/10] Further bitmaps improvements
,
Eric Blake
,
2019/11/14
Re: [PATCH v2 00/10] Further bitmaps improvements
,
Vladimir Sementsov-Ogievskiy
,
2019/11/14
[PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
,
Alexander Popov
,
2019/11/14
Re: [PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
,
Darren Kenny
,
2019/11/15
Re: [PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
,
Kevin Wolf
,
2019/11/21
Re: [PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
,
Alexander Popov
,
2019/11/26
Re: [PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
,
Kevin Wolf
,
2019/11/26
Re: [PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
,
Alexander Popov
,
2019/11/30
Convert VMDK to RAW
,
janine.schneider
,
2019/11/14
Re: Convert VMDK to RAW
,
Max Reitz
,
2019/11/14
Message not available
Re: Convert VMDK to RAW
,
Max Reitz
,
2019/11/15
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Markus Armbruster
,
2019/11/14
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Markus Armbruster
,
2019/11/21
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Eric Blake
,
2019/11/21
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Markus Armbruster
,
2019/11/21
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Eric Blake
,
2019/11/21
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Markus Armbruster
,
2019/11/22
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Kevin Wolf
,
2019/11/22
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Markus Armbruster
,
2019/11/22
Re: [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members
,
Kevin Wolf
,
2019/11/22
Re: [RFC 0/4] POC: Generating realistic block errors
,
Tony Asleson
,
2019/11/14
Re: [RFC 0/4] POC: Generating realistic block errors
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC 0/4] POC: Generating realistic block errors
,
Kevin Wolf
,
2019/11/21
Re: [RFC 0/4] POC: Generating realistic block errors
,
Tony Asleson
,
2019/11/26
Re: [RFC 0/4] POC: Generating realistic block errors
,
Kevin Wolf
,
2019/11/26
Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect
,
Teemu Kuusisto
,
2019/11/14
Re: Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect
,
Samuel Thibault
,
2019/11/14
Re: Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect
,
Samuel Thibault
,
2019/11/14
Re: Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect
,
Samuel Thibault
,
2019/11/14
Re: Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect
,
Teemu Kuusisto
,
2019/11/15
Re: [PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
,
Eric Blake
,
2019/11/14
[PATCH v2 for 5.0 0/6] linux-user: Add support for real time clock ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v2 for 5.0 4/6] linux-user: Add support for get/set RTC wakeup alarm using ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v2 for 5.0 1/6] linux-user: Add support for enable/disable RTC features using ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v2 for 5.0 2/6] linux-user: Add support for read/set RTC time and alarm using ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v2 for 5.0 5/6] linux-user: Add support for get/set RTC PLL correction using ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v2 for 5.0 3/6] linux-user: Add support for read/set RTC periodic interrupt and epoch using ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v2 for 5.0 6/6] linux-user: Add support for read/clear RTC voltage low detector using ioctls
,
Filip Bozuta
,
2019/11/14
[PATCH v3] qemu-gdb: add an Object pretty printer
,
Marc-André Lureau
,
2019/11/14
[PATCH 1/4] net/virtio: fix dev_unplug_pending
,
Jens Freimann
,
2019/11/14
[PATCH 2/4] net/virtio: return early when failover primary alread added
,
Jens Freimann
,
2019/11/14
Re: [PATCH 2/4] net/virtio: return early when failover primary alread added
,
Michael S. Tsirkin
,
2019/11/20
[PATCH 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Jens Freimann
,
2019/11/14
Re: [PATCH 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Jens Freimann
,
2019/11/20
Re: [PATCH 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
,
Michael S. Tsirkin
,
2019/11/20
[PATCH 4/4] net/virtio: return error when device_opts arg is NULL
,
Jens Freimann
,
2019/11/14
Re: [PATCH 4/4] net/virtio: return error when device_opts arg is NULL
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH 1/4] net/virtio: fix dev_unplug_pending
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH 17/30] virtiofsd: Add main virtio loop
,
Stefan Hajnoczi
,
2019/11/14
Re: [RFC PATCH v2 10/26] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
,
Alberto Garcia
,
2019/11/14
[PATCH 0/1] tests/vm: Allow to set path to qemu-img
,
Wainer dos Santos Moschetta
,
2019/11/14
[PATCH 1/1] tests/vm: Allow to set qemu-img path
,
Wainer dos Santos Moschetta
,
2019/11/14
[PATCH] vfio: don't ignore return value of migrate_add_blocker
,
Jens Freimann
,
2019/11/14
Re: [PATCH] vfio: don't ignore return value of migrate_add_blocker
,
Philippe Mathieu-Daudé
,
2019/11/14
Re: [PATCH] vfio: don't ignore return value of migrate_add_blocker
,
Stefano Garzarella
,
2019/11/15
Re: [PATCH] vfio: don't ignore return value of migrate_add_blocker
,
Alex Williamson
,
2019/11/19
Re: [PATCH v6 22/42] block: Fix bdrv_get_allocated_file_size's fallback
,
Max Reitz
,
2019/11/14
Re: Status of "vhost-user-blk device backend" mentioned on QEMU wiki
,
Stefan Hajnoczi
,
2019/11/14
Re: Status of "vhost-user-blk device backend" mentioned on QEMU wiki
,
Stefan Hajnoczi
,
2019/11/14
[PATCH 0/5] aspeed: AST2600 SMC fixes and tacoma-bmc machine
,
Cédric Le Goater
,
2019/11/14
[PATCH 1/5] aspeed/smc: Restore default AHB window mapping at reset
,
Cédric Le Goater
,
2019/11/14
Re: [PATCH 1/5] aspeed/smc: Restore default AHB window mapping at reset
,
Joel Stanley
,
2019/11/18
[PATCH 2/5] aspeed/smc: Do not map disabled segment on the AST2600
,
Cédric Le Goater
,
2019/11/14
Re: [PATCH 2/5] aspeed/smc: Do not map disabled segment on the AST2600
,
Joel Stanley
,
2019/11/18
[PATCH 3/5] aspeed/smc: Add AST2600 timings registers
,
Cédric Le Goater
,
2019/11/14
Re: [PATCH 3/5] aspeed/smc: Add AST2600 timings registers
,
Joel Stanley
,
2019/11/18
[PATCH 4/5] aspeed: Remove AspeedBoardConfig array and use AspeedMachineClass
,
Cédric Le Goater
,
2019/11/14
Re: [PATCH 4/5] aspeed: Remove AspeedBoardConfig array and use AspeedMachineClass
,
Joel Stanley
,
2019/11/18
[PATCH 5/5] aspeed: Add support for the tacoma-bmc board
,
Cédric Le Goater
,
2019/11/14
Re: [PATCH 5/5] aspeed: Add support for the tacoma-bmc board
,
Joel Stanley
,
2019/11/18
Re: [PATCH 5/5] aspeed: Add support for the tacoma-bmc board
,
Cédric Le Goater
,
2019/11/18
Re: [Qemu-devel] [PATCH v4 02/14] qapi: Move to_c_string() to common.py
,
Markus Armbruster
,
2019/11/14
Re: [Qemu-devel] [PATCH v4 02/14] qapi: Move to_c_string() to common.py
,
Max Reitz
,
2019/11/14
Re: [Qemu-devel] [PATCH v4 01/14] qapi: Parse numeric values
,
Markus Armbruster
,
2019/11/14
Re: [Qemu-devel] [PATCH v4 01/14] qapi: Parse numeric values
,
Max Reitz
,
2019/11/14
Re: [Qemu-devel] [PATCH v4 01/14] qapi: Parse numeric values
,
Markus Armbruster
,
2019/11/14
[Bug 1841592] Re: ppc: softfloat float implementation issues
,
Launchpad Bug Tracker
,
2019/11/13
Re: [PATCH] tests/vm: update openbsd to release 6.6
,
Brad Smith
,
2019/11/13
[PATCH v3 for-4.2 0/4] Better NBD string length handling
,
Eric Blake
,
2019/11/13
[PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
,
Eric Blake
,
2019/11/13
Re: [PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
,
Eric Blake
,
2019/11/13
Re: [PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
,
Maxim Levitsky
,
2019/11/14
Re: [PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
,
Eric Blake
,
2019/11/14
Re: [PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
,
Maxim Levitsky
,
2019/11/15
Re: [PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[PATCH v3 2/4] bitmap: Enforce maximum bitmap name length
,
Eric Blake
,
2019/11/13
Re: [PATCH v3 2/4] bitmap: Enforce maximum bitmap name length
,
Maxim Levitsky
,
2019/11/14
Re: [PATCH v3 2/4] bitmap: Enforce maximum bitmap name length
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
Re: [PATCH v3 2/4] bitmap: Enforce maximum bitmap name length
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
Re: [PATCH v3 2/4] bitmap: Enforce maximum bitmap name length
,
Eric Blake
,
2019/11/15
Re: [PATCH v3 2/4] bitmap: Enforce maximum bitmap name length
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
[PATCH v3 3/4] nbd: Don't send oversize strings
,
Eric Blake
,
2019/11/13
Re: [PATCH v3 3/4] nbd: Don't send oversize strings
,
Maxim Levitsky
,
2019/11/14
Re: [PATCH v3 3/4] nbd: Don't send oversize strings
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
Re: [PATCH v3 3/4] nbd: Don't send oversize strings
,
Eric Blake
,
2019/11/15
[PATCH v3 for-5.0 4/4] nbd: Allow description when creating NBD blockdev
,
Eric Blake
,
2019/11/13
Re: [PATCH v3 for-4.2 0/4] Better NBD string length handling
,
no-reply
,
2019/11/13
Re: [PATCH v3 for-4.2 0/4] Better NBD string length handling
,
no-reply
,
2019/11/13
Re: [PATCH v3 for-4.2 0/4] Better NBD string length handling
,
Eric Blake
,
2019/11/13
[PATCH v5 00/20] Add virtual device fuzzing support
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 06/20] module: check module wasn't already initialized
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 01/20] softmmu: split off vl.c:main() into main.c
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 09/20] libqos: split qos-test and libqos makefile vars
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 05/20] libqtest: Add a layer of abstraciton to send/recv
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 13/20] fuzz: add configure flag --enable-fuzzing
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 03/20] fuzz: Add FUZZ_TARGET module type
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 15/20] fuzz: add fuzzer skeleton
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 20/20] fuzz: add documentation to docs/devel/
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 08/20] tests: provide test variables to other targets
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 11/20] libqtest: make bufwrite rely on the TransportOps
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 14/20] fuzz: Add target/fuzz makefile rules
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 10/20] libqos: move useful qos-test funcs to qos_external
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 18/20] fuzz: add i440fx fuzz targets
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 17/20] fuzz: add support for qos-assisted fuzz targets
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 19/20] fuzz: add virtio-net fuzz target
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 07/20] qtest: add in-process incoming command handler
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 02/20] libqos: Rename i2c_send and i2c_recv
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 04/20] qtest: add qtest_server_send abstraction
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 12/20] libqtest: add in-process qtest.c tx/rx handlers
,
Oleinik, Alexander
,
2019/11/13
[PATCH v5 16/20] fuzz: add support for fork-based fuzzing.
,
Oleinik, Alexander
,
2019/11/13
Re: [PATCH v5 00/20] Add virtual device fuzzing support
,
Darren Kenny
,
2019/11/14
Re: [PATCH v5 00/20] Add virtual device fuzzing support
,
Alexander Bulekov
,
2019/11/14
[PATCH v3 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Joel Stanley
,
2019/11/13
[PATCH v3 1/4] aspeed/sdmc: Make ast2600 default 1G
,
Joel Stanley
,
2019/11/13
[PATCH v3 2/4] aspeed/scu: Fix W1C behavior
,
Joel Stanley
,
2019/11/13
[PATCH v3 3/4] watchdog/aspeed: Improve watchdog timeout message
,
Joel Stanley
,
2019/11/13
[PATCH v3 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Joel Stanley
,
2019/11/13
Re: [PATCH v3 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Peter Maydell
,
2019/11/14
Re: [PATCH v3 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Cédric Le Goater
,
2019/11/14
Re: [PATCH v3 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Peter Maydell
,
2019/11/19
Re: [PATCH v3 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Cédric Le Goater
,
2019/11/19
[PATCH 0/2] Introducing QMP query-netdevs command
,
Alexey Kirillov
,
2019/11/13
[PATCH 2/2] tests: Add tests for query-netdevs command
,
Alexey Kirillov
,
2019/11/13
Re: [PATCH 2/2] tests: Add tests for query-netdevs command
,
Thomas Huth
,
2019/11/14
[PATCH 1/2] qapi: net: Add query-netdevs command
,
Alexey Kirillov
,
2019/11/13
Re: [PATCH 1/2] qapi: net: Add query-netdevs command
,
Eric Blake
,
2019/11/13
Re: [PATCH 0/2] Introducing QMP query-netdevs command
,
Eric Blake
,
2019/11/13
Re: [PATCH 0/2] Introducing QMP query-netdevs command
,
Alexey Kirillov
,
2019/11/13
[PATCH] tests: fix modules-test 'duplicate test case' error
,
Cole Robinson
,
2019/11/13
Re: [PATCH] tests: fix modules-test 'duplicate test case' error
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH] tests: fix modules-test 'duplicate test case' error
,
Thomas Huth
,
2019/11/14
Re: [PATCH] tests: fix modules-test 'duplicate test case' error
,
Philippe Mathieu-Daudé
,
2019/11/14
[PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/13
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Cornelia Huck
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Thomas Huth
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Thomas Huth
,
2019/11/15
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/15
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Halil Pasic
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Cornelia Huck
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Halil Pasic
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Cornelia Huck
,
2019/11/15
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/15
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/14
Re: [PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
,
Pierre Morel
,
2019/11/14
[PATCH V2] WHPX: refactor load library
,
Sunil Muthuswamy
,
2019/11/13
Re: [PATCH V2] WHPX: refactor load library
,
Paolo Bonzini
,
2019/11/15
[PATCH v7 0/3] qcow2: advanced compression options
,
Andrey Shinkevich
,
2019/11/13
[PATCH v7 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/13
[PATCH v7 2/3] qcow2: Allow writing compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/13
[PATCH v7 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/13
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Max Reitz
,
2019/11/14
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/14
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Max Reitz
,
2019/11/15
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/15
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Max Reitz
,
2019/11/15
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/15
Re: [PATCH v7 1/3] block: introduce compress filter driver
,
Max Reitz
,
2019/11/15
[PATCH] migration: Fix the re-run check of the migrate-incoming command
,
Yury Kotov
,
2019/11/13
Re: [PATCH] migration: Fix the re-run check of the migrate-incoming command
,
Darren Kenny
,
2019/11/14
Re: [PATCH v2] monitor/qmp: resume monitor when clearing its queue
,
Markus Armbruster
,
2019/11/13
Re: [PATCH v2] monitor/qmp: resume monitor when clearing its queue
,
Wolfgang Bumiller
,
2019/11/15
[PATCH for 5.0 0/6] linux-user: Add support for real time clock ioctls
,
Filip Bozuta
,
2019/11/13
[PATCH for 5.0 4/6] linux-user: Add get and set for rtc wakeup alarm using ioctls
,
Filip Bozuta
,
2019/11/13
[PATCH for 5.0 3/6] linux-user: Add read and set for rtc periodic interrupt and epoch using ioctls
,
Filip Bozuta
,
2019/11/13
[PATCH for 5.0 2/6] linux-user: Add set and read for rtc time and alarm using ioctls
,
Filip Bozuta
,
2019/11/13
[PATCH for 5.0 5/6] linux-user: Add get and set for rtc pll correction using ioctls
,
Filip Bozuta
,
2019/11/13
[PATCH for 5.0 1/6] linux-user: Add support for enabling/disabling rtc features using ioctls
,
Filip Bozuta
,
2019/11/13
[PATCH for 5.0 6/6] linux-user: Add rtc voltage low detector read and clear using ioctls
,
Filip Bozuta
,
2019/11/13
Re: [PATCH for 5.0 0/6] linux-user: Add support for real time clock ioctls
,
Laurent Vivier
,
2019/11/13
Re: [RFC v4 PATCH 12/49] multi-process: remote process initialization
,
Stefan Hajnoczi
,
2019/11/13
Re: [PATCH v7 0/4] colo: Add support for continuous replication
,
Lukas Straub
,
2019/11/13
RE: [PATCH v7 0/4] colo: Add support for continuous replication
,
Zhang, Chen
,
2019/11/19
Re: [PATCH v7 0/4] colo: Add support for continuous replication
,
Jason Wang
,
2019/11/19
RE: [PATCH v7 0/4] colo: Add support for continuous replication
,
Zhang, Chen
,
2019/11/19
Re: [RFC v4 PATCH 11/49] multi-process: setup memory manager for remote device
,
Stefan Hajnoczi
,
2019/11/13
Re: [RFC v4 PATCH 11/49] multi-process: setup memory manager for remote device
,
Jag Raman
,
2019/11/13
Call for agenda for 2019-11-19 KVM call
,
Juan Quintela
,
2019/11/13
Re: Call for agenda for 2019-11-19 KVM call
,
Juan Quintela
,
2019/11/19
Re: [RFC v4 PATCH 10/49] multi-process: setup a machine object for remote device process
,
Stefan Hajnoczi
,
2019/11/13
Re: [RFC v4 PATCH 10/49] multi-process: setup a machine object for remote device process
,
Jag Raman
,
2019/11/18
Re: [RFC v4 PATCH 09/49] multi-process: setup PCI host bridge for remote device
,
Stefan Hajnoczi
,
2019/11/13
Re: [RFC v4 PATCH 09/49] multi-process: setup PCI host bridge for remote device
,
Jag Raman
,
2019/11/18
Re: [RFC v4 PATCH 09/49] multi-process: setup PCI host bridge for remote device
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
,
Daniel P . Berrangé
,
2019/11/13
Re: [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
,
Daniel P . Berrangé
,
2019/11/13
Re: [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
,
Jag Raman
,
2019/11/18
Re: [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
,
Dr. David Alan Gilbert
,
2019/11/22
Re: [RFC v4 PATCH 03/49] multi-process: add a command line option for debug file
,
Stefan Hajnoczi
,
2019/11/13
Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread
,
Stefan Hajnoczi
,
2019/11/13
Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread
,
Daniel P . Berrangé
,
2019/11/13
Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread
,
Daniel P . Berrangé
,
2019/11/13
[PATCH] target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR
,
Paolo Bonzini
,
2019/11/13
[PATCH] target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR
,
Paolo Bonzini
,
2019/11/13
[PATCH for-5.0 00/16] Complete the implementation of -accel
,
Paolo Bonzini
,
2019/11/13
[PATCH 02/16] vl: extract accelerator option processing to a separate function
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 02/16] vl: extract accelerator option processing to a separate function
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 02/16] vl: extract accelerator option processing to a separate function
,
Paolo Bonzini
,
2019/11/14
Re: [PATCH 02/16] vl: extract accelerator option processing to a separate function
,
Thomas Huth
,
2019/11/18
Re: [PATCH 02/16] vl: extract accelerator option processing to a separate function
,
Paolo Bonzini
,
2019/11/18
[PATCH 01/16] memory: do not look at current_machine->accel
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Paolo Bonzini
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Thomas Huth
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Paolo Bonzini
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Thomas Huth
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Peter Maydell
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Paolo Bonzini
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Peter Maydell
,
2019/11/14
Re: [PATCH 01/16] memory: do not look at current_machine->accel
,
Paolo Bonzini
,
2019/11/14
[PATCH 04/16] vl: move icount configuration earlier
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 04/16] vl: move icount configuration earlier
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 04/16] vl: move icount configuration earlier
,
Thomas Huth
,
2019/11/18
[PATCH 03/16] vl: merge -accel processing into configure_accelerators
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 03/16] vl: merge -accel processing into configure_accelerators
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 03/16] vl: merge -accel processing into configure_accelerators
,
Thomas Huth
,
2019/11/18
Re: [PATCH 03/16] vl: merge -accel processing into configure_accelerators
,
Paolo Bonzini
,
2019/11/18
Re: [PATCH 03/16] vl: merge -accel processing into configure_accelerators
,
Wainer dos Santos Moschetta
,
2019/11/18
[PATCH 05/16] vl: introduce object_parse_property_opt
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 05/16] vl: introduce object_parse_property_opt
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 05/16] vl: introduce object_parse_property_opt
,
Paolo Bonzini
,
2019/11/14
[PATCH 06/16] vl: configure accelerators from -accel options
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 06/16] vl: configure accelerators from -accel options
,
Wainer dos Santos Moschetta
,
2019/11/18
[PATCH 07/16] vl: warn for unavailable accelerators, clarify messages
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 07/16] vl: warn for unavailable accelerators, clarify messages
,
Marc-André Lureau
,
2019/11/14
[PATCH 08/16] qom: introduce object_register_sugar_prop
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 08/16] qom: introduce object_register_sugar_prop
,
Marc-André Lureau
,
2019/11/14
Re: [PATCH 08/16] qom: introduce object_register_sugar_prop
,
Paolo Bonzini
,
2019/11/14
[PATCH 09/16] qom: add object_new_with_class
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 09/16] qom: add object_new_with_class
,
Marc-André Lureau
,
2019/11/14
[PATCH 10/16] accel: pass object to accel_init_machine
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 10/16] accel: pass object to accel_init_machine
,
Marc-André Lureau
,
2019/11/14
[PATCH 12/16] tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 12/16] tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
,
Thomas Huth
,
2019/11/19
[PATCH 11/16] tcg: convert "-accel threads" to a QOM property
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 11/16] tcg: convert "-accel threads" to a QOM property
,
Marc-André Lureau
,
2019/11/14
[PATCH 16/16] kvm: convert "-machine kernel_irqchip" to an accelerator property
,
Paolo Bonzini
,
2019/11/13
[PATCH 13/16] xen: convert "-machine igd-passthru" to an accelerator property
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 13/16] xen: convert "-machine igd-passthru" to an accelerator property
,
Paul Durrant
,
2019/11/14
Re: [PATCH 13/16] xen: convert "-machine igd-passthru" to an accelerator property
,
Paolo Bonzini
,
2019/11/14
Re: [PATCH 13/16] xen: convert "-machine igd-passthru" to an accelerator property
,
Paul Durrant
,
2019/11/14
Re: [PATCH 13/16] xen: convert "-machine igd-passthru" to an accelerator property
,
Thomas Huth
,
2019/11/19
[PATCH 14/16] kvm: convert "-machine kvm_shadow_mem" to an accelerator property
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 14/16] kvm: convert "-machine kvm_shadow_mem" to an accelerator property
,
Thomas Huth
,
2019/11/19
[PATCH 15/16] kvm: introduce kvm_kernel_irqchip_* functions
,
Paolo Bonzini
,
2019/11/13
Re: [PATCH 15/16] kvm: introduce kvm_kernel_irqchip_* functions
,
Thomas Huth
,
2019/11/19
Re: [PATCH 15/16] kvm: introduce kvm_kernel_irqchip_* functions
,
Paolo Bonzini
,
2019/11/19
Re: [PATCH 15/16] kvm: introduce kvm_kernel_irqchip_* functions
,
Thomas Huth
,
2019/11/19
Re: [RFC PATCH v2 03/26] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
,
Alberto Garcia
,
2019/11/13
[RFC PATCH] scripts/tap-driver: report "slow" tests (HACK)
,
Alex Bennée
,
2019/11/13
Re: [RFC PATCH] scripts/tap-driver: report "slow" tests (HACK)
,
Alex Bennée
,
2019/11/19
[PULL 0/1] Seabios 20191113 patches
,
Gerd Hoffmann
,
2019/11/13
[PULL 1/1] seabios: update to pre-1.13 snapshot
,
Gerd Hoffmann
,
2019/11/13
Re: [PULL 0/1] Seabios 20191113 patches
,
Peter Maydell
,
2019/11/14
[PATCH v2 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content
,
Aleksandar Markovic
,
2019/11/13
[PATCH v2 5/5] MAINTAINERS: Add two files to Malta section
,
Aleksandar Markovic
,
2019/11/13
Re: [PATCH v2 5/5] MAINTAINERS: Add two files to Malta section
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v2 5/5] MAINTAINERS: Add two files to Malta section
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v2 5/5] MAINTAINERS: Add two files to Malta section
,
Philippe Mathieu-Daudé
,
2019/11/23
Re: [PATCH v2 5/5] MAINTAINERS: Add two files to Malta section
,
Aleksandar Markovic
,
2019/11/23
[PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
Aleksandar Markovic
,
2019/11/13
Re: [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
Philippe Mathieu-Daudé
,
2019/11/14
Re: [EXTERNAL]Re: [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
Aleksandar Markovic
,
2019/11/14
Re: [EXTERNAL]Re: [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
chen huacai
,
2019/11/14
Re: [EXTERNAL]Re: [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
Philippe Mathieu-Daudé
,
2019/11/14
Re: [EXTERNAL]Re: [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
Philippe Mathieu-Daudé
,
2019/11/25
Re: [EXTERNAL]Re: [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
BALATON Zoltan
,
2019/11/26
[PATCH v2 1/5] MAINTAINERS: Add a section on UI translation
,
Aleksandar Markovic
,
2019/11/13
Re: [PATCH v2 1/5] MAINTAINERS: Add a section on UI translation
,
Philippe Mathieu-Daudé
,
2019/11/13
[PATCH v2 4/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Aleksandar Markovic
,
2019/11/13
Re: [PATCH v2 4/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v2 4/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Aleksandar Markovic
,
2019/11/22
Re: [PATCH v2 4/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Philippe Mathieu-Daudé
,
2019/11/22
Re: [PATCH v2 4/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Hervé Poussineau
,
2019/11/22
[PATCH v2 3/5] MAINTAINERS: Adjust maintainership for Malta board
,
Aleksandar Markovic
,
2019/11/13
Re: [PATCH v2 3/5] MAINTAINERS: Adjust maintainership for Malta board
,
Philippe Mathieu-Daudé
,
2019/11/14
[PATCH for 4.2-rc2 v1 0/5] misc doc and testing fixes
,
Alex Bennée
,
2019/11/13
[PATCH v1 1/5] tests/vm: make --interactive (and therefore DEBUG=1) unconditional
,
Alex Bennée
,
2019/11/13
Re: [PATCH v1 1/5] tests/vm: make --interactive (and therefore DEBUG=1) unconditional
,
Thomas Huth
,
2019/11/13
[PATCH v1 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst
,
Alex Bennée
,
2019/11/13
Re: [PATCH v1 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst
,
Philippe Mathieu-Daudé
,
2019/11/13
Re: [PATCH v1 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst
,
Paolo Bonzini
,
2019/11/13
[PATCH v1 3/5] docs/devel: update tcg-plugins.rst with API versioning details
,
Alex Bennée
,
2019/11/13
Message not available
Re: FW: [PATCH v1 3/5] docs/devel: update tcg-plugins.rst with API versioning details
,
Robert Foley
,
2019/11/13
[PATCH v1 4/5] docs/devel: convert multi-thread-tcg to a .rst document
,
Alex Bennée
,
2019/11/13
[PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Alex Bennée
,
2019/11/13
Re: [PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Thomas Huth
,
2019/11/13
Re: [PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Thomas Huth
,
2019/11/19
Re: [PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Philippe Mathieu-Daudé
,
2019/11/13
Re: [EXTERNAL]Re: [PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Aleksandar Markovic
,
2019/11/13
Re: [EXTERNAL]Re: [PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Philippe Mathieu-Daudé
,
2019/11/13
Re: [EXTERNAL]Re: [PATCH v1 5/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
,
Alex Bennée
,
2019/11/13
[Bug 1734792] Re: linux-user mode does not support memfd_create syscall
,
Laurent Vivier
,
2019/11/13
[Bug 1811758] Re: virtio-rng backend should use getentropy() syscall when available
,
Laurent Vivier
,
2019/11/13
How to extend QEMU's vhost-user tests after implementing vhost-user-blk device backend
,
Coiby Xu
,
2019/11/13
Re: How to extend QEMU's vhost-user tests after implementing vhost-user-blk device backend
,
Stefan Hajnoczi
,
2019/11/14
[PATCH] ahci: zero-initialize port struct
,
Gerd Hoffmann
,
2019/11/13
Re: [PATCH] ahci: zero-initialize port struct
,
Laszlo Ersek
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Gerd Hoffmann
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Philippe Mathieu-Daudé
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/13
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Gerd Hoffmann
,
2019/11/14
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/14
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Gerd Hoffmann
,
2019/11/15
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Gerd Hoffmann
,
2019/11/15
Re: [SeaBIOS] Re: [PATCH] ahci: zero-initialize port struct
,
Sam Eiderman
,
2019/11/15
About MONITOR/MWAIT in i386 CPU model
,
Tao Xu
,
2019/11/13
Re: About MONITOR/MWAIT in i386 CPU model
,
Eduardo Habkost
,
2019/11/13
Re: About MONITOR/MWAIT in i386 CPU model
,
Tao Xu
,
2019/11/13
[PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael Roth
,
2019/11/13
Re: [PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael S. Tsirkin
,
2019/11/13
Re: [PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael Roth
,
2019/11/13
Re: [PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael S. Tsirkin
,
2019/11/14
Re: [PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael S. Tsirkin
,
2019/11/14
Re: [PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
,
Michael Roth
,
2019/11/14
[PATCH v2 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Joel Stanley
,
2019/11/12
[PATCH v2 1/4] aspeed/sdmc: Make ast2600 default 1G
,
Joel Stanley
,
2019/11/12
Re: [PATCH v2 1/4] aspeed/sdmc: Make ast2600 default 1G
,
Alex Bennée
,
2019/11/13
[PATCH v2 2/4] aspeed/scu: Fix W1C behavior
,
Joel Stanley
,
2019/11/12
Re: [PATCH v2 2/4] aspeed/scu: Fix W1C behavior
,
Alex Bennée
,
2019/11/13
[PATCH v2 3/4] watchdog/aspeed: Improve watchdog timeout message
,
Joel Stanley
,
2019/11/12
Re: [PATCH v2 3/4] watchdog/aspeed: Improve watchdog timeout message
,
Alex Bennée
,
2019/11/13
[PATCH v2 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Joel Stanley
,
2019/11/12
Re: [PATCH v2 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Alex Bennée
,
2019/11/13
[ANNOUNCE] QEMU 4.2.0-rc1 is now available
,
Michael Roth
,
2019/11/12
[PATCH v9 Qemu 00/15] Add migration support for VFIO devices
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 01/15] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 02/15] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 03/15] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 04/15] vfio: Add function to unmap VFIO region
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 05/15] vfio: Add vfio_get_object callback to VFIODeviceOps
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 06/15] vfio: Add save and load functions for VFIO PCI devices
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 06/15] vfio: Add save and load functions for VFIO PCI devices
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 07/15] vfio: Add migration region initialization and finalize function
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 07/15] vfio: Add migration region initialization and finalize function
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 08/15] vfio: Add VM state change handler to know state of VM
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 08/15] vfio: Add VM state change handler to know state of VM
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 09/15] vfio: Add migration state change notifier
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 QEMU 10/15] vfio: Register SaveVMHandlers for VFIO device
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 10/15] vfio: Register SaveVMHandlers for VFIO device
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 11/15] vfio: Add save state functions to SaveVMHandlers
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 11/15] vfio: Add save state functions to SaveVMHandlers
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 14/15] vfio: Add ioctl to get dirty pages bitmap during dma unmap.
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 14/15] vfio: Add ioctl to get dirty pages bitmap during dma unmap.
,
Yan Zhao
,
2019/11/12
Re: [PATCH v9 QEMU 14/15] vfio: Add ioctl to get dirty pages bitmap during dma unmap.
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 15/15] vfio: Make vfio-pci device migration capable.
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 15/15] vfio: Make vfio-pci device migration capable.
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 13/15] vfio: Add vfio_listener_log_sync to mark dirty pages
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 13/15] vfio: Add vfio_listener_log_sync to mark dirty pages
,
Yan Zhao
,
2019/11/12
Re: [PATCH v9 QEMU 13/15] vfio: Add vfio_listener_log_sync to mark dirty pages
,
Alex Williamson
,
2019/11/14
[PATCH v9 QEMU 12/15] vfio: Add load state functions to SaveVMHandlers
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 QEMU 12/15] vfio: Add load state functions to SaveVMHandlers
,
Alex Williamson
,
2019/11/14
Re: [PATCH v9 QEMU 12/15] vfio: Add load state functions to SaveVMHandlers
,
Dr. David Alan Gilbert
,
2019/11/20
Re: [PATCH v9 Qemu 00/15] Add migration support for VFIO devices
,
Cornelia Huck
,
2019/11/13
[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
,
Kirti Wankhede
,
2019/11/12
[PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Alex Williamson
,
2019/11/12
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Yan Zhao
,
2019/11/12
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Yan Zhao
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/14
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Cornelia Huck
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Alex Williamson
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Alex Williamson
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Alex Williamson
,
2019/11/13
Re: [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
,
Kirti Wankhede
,
2019/11/14
[PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Alex Williamson
,
2019/11/12
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Kirti Wankhede
,
2019/11/13
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Alex Williamson
,
2019/11/13
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Kirti Wankhede
,
2019/11/14
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Alex Williamson
,
2019/11/14
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Yan Zhao
,
2019/11/14
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Alex Williamson
,
2019/11/14
RE: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Tian, Kevin
,
2019/11/15
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Alex Williamson
,
2019/11/19
RE: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Tian, Kevin
,
2019/11/19
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Yan Zhao
,
2019/11/19
Re: [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap.
,
Yan Zhao
,
2019/11/25
[PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Alex Williamson
,
2019/11/12
Re: [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Kirti Wankhede
,
2019/11/13
Re: [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Alex Williamson
,
2019/11/13
Re: [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Kirti Wankhede
,
2019/11/14
Re: [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
,
Alex Williamson
,
2019/11/14
[PATCH v9 Kernel 4/5] vfio iommu: Implementation of ioctl to get dirty pages bitmap.
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 Kernel 4/5] vfio iommu: Implementation of ioctl to get dirty pages bitmap.
,
Alex Williamson
,
2019/11/12
[PATCH v9 Kernel 5/5] vfio iommu: Implementation of ioctl to get dirty bitmap before unmap
,
Kirti Wankhede
,
2019/11/12
Re: [PATCH v9 Kernel 5/5] vfio iommu: Implementation of ioctl to get dirty bitmap before unmap
,
Alex Williamson
,
2019/11/12
[PATCH v1 0/2] TCG plugin doc updates
,
Alex Bennée
,
2019/11/12
[PATCH v1 2/2] docs/devel: update tcg-plugins.rst with API versioning details
,
Alex Bennée
,
2019/11/12
Re: [PATCH v1 2/2] docs/devel: update tcg-plugins.rst with API versioning details
,
Peter Maydell
,
2019/11/12
[PATCH v1 1/2] docs/devel: rename plugins.rst to tcg-plugins.rst
,
Alex Bennée
,
2019/11/12
Re: [PATCH v1 1/2] docs/devel: rename plugins.rst to tcg-plugins.rst
,
Peter Maydell
,
2019/11/12
Re: [PATCH v1 0/2] TCG plugin doc updates
,
no-reply
,
2019/11/13
[PATCH] microvm: fix memory leak in microvm_fix_kernel_cmdline
,
Sergio Lopez
,
2019/11/12
Re: [PATCH] microvm: fix memory leak in microvm_fix_kernel_cmdline
,
Paolo Bonzini
,
2019/11/12
[PULL 0/2] Linux user for 4.2 patches
,
Laurent Vivier
,
2019/11/12
[PULL 2/2] linux-user: remove host stime() syscall
,
Laurent Vivier
,
2019/11/12
[PULL 1/2] linux-user: fix missing break
,
Laurent Vivier
,
2019/11/12
Re: [PULL 0/2] Linux user for 4.2 patches
,
Peter Maydell
,
2019/11/12
[PULL v1 0/3] MicroBlaze fixes
,
Edgar E. Iglesias
,
2019/11/12
[PULL v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Edgar E. Iglesias
,
2019/11/12
[PULL v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Edgar E. Iglesias
,
2019/11/12
[PULL v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Edgar E. Iglesias
,
2019/11/12
Re: [PULL v1 0/3] MicroBlaze fixes
,
Peter Maydell
,
2019/11/12
Re: [PATCH v2 15/20] nvme: add support for scatter gather lists
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 15/20] nvme: add support for scatter gather lists
,
Klaus Birkelund
,
2019/11/25
Re: [PATCH v2 15/20] nvme: add support for scatter gather lists
,
Beata Michalska
,
2019/11/25
Re: [PATCH v2 15/20] nvme: add support for scatter gather lists
,
Klaus Birkelund
,
2019/11/26
Re: [PATCH v2 14/20] nvme: allow multiple aios per command
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 14/20] nvme: allow multiple aios per command
,
Klaus Birkelund
,
2019/11/21
Re: [PATCH v2 14/20] nvme: allow multiple aios per command
,
Beata Michalska
,
2019/11/25
Re: [PATCH v2 19/20] nvme: make lba data size configurable
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 19/20] nvme: make lba data size configurable
,
Klaus Birkelund
,
2019/11/13
Re: [PATCH v2 13/20] nvme: refactor prp mapping
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 13/20] nvme: refactor prp mapping
,
Klaus Birkelund
,
2019/11/20
Re: [PATCH v2 13/20] nvme: refactor prp mapping
,
Beata Michalska
,
2019/11/25
[RFC PATCH] tests/vm: make --interactive (and therefor DEBUG=1) unconditional
,
Alex Bennée
,
2019/11/12
Re: [RFC PATCH] tests/vm: make --interactive (and therefor DEBUG=1) unconditional
,
Eric Blake
,
2019/11/12
Re: [PATCH v2 12/20] nvme: bump supported specification version to 1.3
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 12/20] nvme: bump supported specification version to 1.3
,
Klaus Birkelund
,
2019/11/18
Re: [PATCH v2 12/20] nvme: bump supported specification version to 1.3
,
Beata Michalska
,
2019/11/25
Re: [PATCH v2 12/20] nvme: bump supported specification version to 1.3
,
Klaus Birkelund
,
2019/11/26
Re: [PATCH v2 09/20] nvme: add support for the asynchronous event request command
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 09/20] nvme: add support for the asynchronous event request command
,
Klaus Birkelund
,
2019/11/19
Re: [PATCH v2 09/20] nvme: add support for the asynchronous event request command
,
Beata Michalska
,
2019/11/25
Re: [PATCH v2 08/20] nvme: add support for the get log page command
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 08/20] nvme: add support for the get log page command
,
Klaus Birkelund
,
2019/11/19
Re: [PATCH v2 04/20] nvme: populate the mandatory subnqn and ver fields
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 04/20] nvme: populate the mandatory subnqn and ver fields
,
Klaus Birkelund
,
2019/11/13
Re: [PATCH v2 06/20] nvme: add support for the abort command
,
Beata Michalska
,
2019/11/12
Re: [PATCH v2 06/20] nvme: add support for the abort command
,
Klaus Birkelund
,
2019/11/13
Re: [PATCH v2 06/20] nvme: add support for the abort command
,
Beata Michalska
,
2019/11/15
Re: [PATCH v2 06/20] nvme: add support for the abort command
,
Klaus Birkelund
,
2019/11/18
[PATCH v1 0/5] Make the qemu_logfile handle thread safe.
,
Robert Foley
,
2019/11/12
[PATCH v1 1/5] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/12
Re: [PATCH v1 1/5] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Alex Bennée
,
2019/11/12
Re: [PATCH v1 1/5] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Richard Henderson
,
2019/11/16
Re: [PATCH v1 1/5] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/18
[PATCH v1 3/5] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/12
Re: [PATCH v1 3/5] Add use of RCU for qemu_logfile.
,
Alex Bennée
,
2019/11/12
Re: [PATCH v1 3/5] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/12
Re: [PATCH v1 3/5] Add use of RCU for qemu_logfile.
,
Alex Bennée
,
2019/11/13
[PATCH v1 5/5] Fix double free issue in qemu_set_log_filename().
,
Robert Foley
,
2019/11/12
Re: [PATCH v1 5/5] Fix double free issue in qemu_set_log_filename().
,
Alex Bennée
,
2019/11/12
[PATCH v1 4/5] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/12
Re: [PATCH v1 4/5] Added tests for close and change of logfile.
,
Alex Bennée
,
2019/11/12
[PATCH v1 2/5] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Robert Foley
,
2019/11/12
Re: [PATCH v1 2/5] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Alex Bennée
,
2019/11/12
Re: [PATCH v1 2/5] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Richard Henderson
,
2019/11/16
[PULL 0/8] testing and tcg plugin api ver
,
Alex Bennée
,
2019/11/12
[PULL 2/8] tests/vm: add console_consume helper
,
Alex Bennée
,
2019/11/12
[PULL 1/8] tests/vm: netbsd autoinstall, using serial console
,
Alex Bennée
,
2019/11/12
[PULL 3/8] tests/vm: use console_consume for netbsd
,
Alex Bennée
,
2019/11/12
[PULL 4/8] tests/vm: update netbsd to version 8.1
,
Alex Bennée
,
2019/11/12
[PULL 7/8] .travis.yml: don't run make check with multiple jobs
,
Alex Bennée
,
2019/11/12
[PULL 5/8] tests: only run ipmi-bt-test if CONFIG_LINUX
,
Alex Bennée
,
2019/11/12
[PULL 6/8] tests/vm: support sites with sha512 checksums
,
Alex Bennée
,
2019/11/12
[PULL 8/8] tcg plugins: expose an API version concept
,
Alex Bennée
,
2019/11/12
Re: [PULL 0/8] testing and tcg plugin api ver
,
Peter Maydell
,
2019/11/12
Re: [PULL 0/8] testing and tcg plugin api ver
,
Alex Bennée
,
2019/11/12
Re: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Igor Mammedov
,
2019/11/12
RE: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Shameerali Kolothum Thodi
,
2019/11/25
Re: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Igor Mammedov
,
2019/11/25
RE: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Shameerali Kolothum Thodi
,
2019/11/25
Re: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Igor Mammedov
,
2019/11/26
Re: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Andrew Jones
,
2019/11/26
RE: [PATCH 0/5] ARM virt: Add NVDIMM support
,
Shameerali Kolothum Thodi
,
2019/11/28
[PATCH] linux-user: remove host stime() syscall
,
Laurent Vivier
,
2019/11/12
Re: [PATCH] linux-user: remove host stime() syscall
,
Peter Maydell
,
2019/11/12
Re: [PATCH] linux-user: remove host stime() syscall
,
Cole Robinson
,
2019/11/12
Re: [PATCH] linux-user: remove host stime() syscall
,
Laurent Vivier
,
2019/11/12
[PATCH 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
,
Wainer dos Santos Moschetta
,
2019/11/12
[PATCH 2/2] tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine
,
Wainer dos Santos Moschetta
,
2019/11/12
[PATCH 1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine
,
Wainer dos Santos Moschetta
,
2019/11/12
Re: [RFC v5 056/126] virtio-ccw: introduce ERRP_AUTO_PROPAGATE
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 051/126] vfio-ccw: introduce ERRP_AUTO_PROPAGATE
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 037/126] S390 Machines: introduce ERRP_AUTO_PROPAGATE
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 030/126] kvm: introduce ERRP_AUTO_PROPAGATE
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 028/126] s390x: introduce ERRP_AUTO_PROPAGATE
,
Cornelia Huck
,
2019/11/12
Re: [PATCH 5/5] hw/arm/virt: Add nvdimm hotplug support
,
Igor Mammedov
,
2019/11/12
Re: [RFC v5 015/126] hw/s390x: rename Error ** parameter to more common errp
,
Cornelia Huck
,
2019/11/12
[PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/12
[PATCH v3 1/8] blockdev: merge drive_backup_prepare with do_drive_backup
,
Sergio Lopez
,
2019/11/12
Re: [PATCH v3 1/8] blockdev: merge drive_backup_prepare with do_drive_backup
,
Max Reitz
,
2019/11/19
[PATCH v3 4/8] blockdev: change qmp_drive_backup to make use of transactions
,
Sergio Lopez
,
2019/11/12
[PATCH v3 2/8] blockdev: fix coding style issues in drive_backup_prepare
,
Sergio Lopez
,
2019/11/12
[PATCH v3 8/8] blockdev: honor bdrv_try_set_aio_context() context requirements
,
Sergio Lopez
,
2019/11/12
[PATCH v3 6/8] blockdev: place blockdev_backup_prepare with the other related transaction helpers
,
Sergio Lopez
,
2019/11/12
[PATCH v3 3/8] blockdev: place drive_backup_prepare with the other related transaction functions
,
Sergio Lopez
,
2019/11/12
[PATCH v3 7/8] blockdev: change qmp_blockdev_backup to make use of transactions
,
Sergio Lopez
,
2019/11/12
[PATCH v3 5/8] blockdev: merge blockdev_backup_prepare with do_blockdev_backup
,
Sergio Lopez
,
2019/11/12
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
no-reply
,
2019/11/12
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/13
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/13
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Max Reitz
,
2019/11/19
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/19
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Kevin Wolf
,
2019/11/19
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/19
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Kevin Wolf
,
2019/11/19
Re: [PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
,
Sergio Lopez
,
2019/11/19
[PATCH v3 0/2] virtio: make seg_max virtqueue size dependent
,
Denis Plotnikov
,
2019/11/12
[PATCH v3 2/2] tests: add virtio-scsi and virtio-blk seg_max_adjust test
,
Denis Plotnikov
,
2019/11/12
[PATCH v3 1/2] virtio: make seg_max virtqueue size dependent
,
Denis Plotnikov
,
2019/11/12
Re: [PATCH v3 0/2] virtio: make seg_max virtqueue size dependent
,
Michael S. Tsirkin
,
2019/11/12
Re: [PATCH v3 0/2] virtio: make seg_max virtqueue size dependent
,
Stefan Hajnoczi
,
2019/11/21
[PATCH] linux-user: fix missing break
,
Laurent Vivier
,
2019/11/12
Re: [PATCH] linux-user: fix missing break
,
Philippe Mathieu-Daudé
,
2019/11/12
Re: [PATCH] linux-user: fix missing break
,
Laurent Vivier
,
2019/11/12
[PATCH] hw: add compat machines for 5.0
,
Cornelia Huck
,
2019/11/12
Re: [PATCH] hw: add compat machines for 5.0
,
David Gibson
,
2019/11/15
Re: [PATCH] hw: add compat machines for 5.0
,
Michael S. Tsirkin
,
2019/11/15
Re: [PATCH] hw: add compat machines for 5.0
,
Eduardo Habkost
,
2019/11/15
Re: [PATCH] hw: add compat machines for 5.0
,
Cornelia Huck
,
2019/11/28
Re: [PATCH] hw: add compat machines for 5.0
,
Eduardo Habkost
,
2019/11/28
Re: [PATCH] hw: add compat machines for 5.0
,
Cornelia Huck
,
2019/11/29
Re: [PATCH] hw: add compat machines for 5.0
,
Cornelia Huck
,
2019/11/29
[Bug 1852196] [NEW] update edk2 submodule & binaries to edk2-stable201911
,
Laszlo Ersek (Red Hat)
,
2019/11/12
[Bug 1852196] Re: update edk2 submodule & binaries to edk2-stable201911
,
Philippe Mathieu-Daudé
,
2019/11/28
[Bug 1852196] Re: update edk2 submodule & binaries to edk2-stable201911
,
Laszlo Ersek (Red Hat)
,
2019/11/28
Re: [PULL 20/39] hw/i386: Introduce the microvm machine type
,
Peter Maydell
,
2019/11/12
Re: [PULL 20/39] hw/i386: Introduce the microvm machine type
,
Sergio Lopez
,
2019/11/12
Re: [PULL 11/14] vfio: unplug failover primary device before migration
,
Peter Maydell
,
2019/11/12
Re: [PULL 10/14] net/virtio: add failover support
,
Peter Maydell
,
2019/11/12
[PULL 0/5] Trivial branch patches
,
Laurent Vivier
,
2019/11/12
[PULL 3/5] numa: Add missing \n to error message
,
Laurent Vivier
,
2019/11/12
[PULL 2/5] qom: Fix error message in object_class_property_add()
,
Laurent Vivier
,
2019/11/12
[PULL 1/5] Makefile: install bios-microvm like other binary blobs
,
Laurent Vivier
,
2019/11/12
[PULL 5/5] ivshmem-server: Terminate also on SIGINT
,
Laurent Vivier
,
2019/11/12
[PULL 4/5] ivshmem-server: Clean up shmem on shutdown
,
Laurent Vivier
,
2019/11/12
Re: [PULL 0/5] Trivial branch patches
,
Peter Maydell
,
2019/11/12
Re: [RFC PATCH 16/18] qapi: Create 'pragma' module
,
Markus Armbruster
,
2019/11/12
Re: [RFC PATCH 15/18] qapi: Support empty modules
,
Markus Armbruster
,
2019/11/12
[PULL 0/6] qtest and misc patches
,
Thomas Huth
,
2019/11/12
[PULL 2/6] cpu-plug-test: fix leaks
,
Thomas Huth
,
2019/11/12
[PULL 1/6] qtest: fix qtest_qmp_device_add leak
,
Thomas Huth
,
2019/11/12
[PULL 3/6] MAINTAINERS: slirp: Remove myself as maintainer
,
Thomas Huth
,
2019/11/12
[PULL 4/6] tests/migration: Print some debug on bad status
,
Thomas Huth
,
2019/11/12
[PULL 5/6] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Thomas Huth
,
2019/11/12
[PULL 6/6] configure: Check bzip2 is available
,
Thomas Huth
,
2019/11/12
Re: [PULL 0/6] qtest and misc patches
,
Peter Maydell
,
2019/11/12
[PATCH 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
Joel Stanley
,
2019/11/12
[PATCH 1/4] aspeed/sdmc: Make ast2600 default 1G
,
Joel Stanley
,
2019/11/12
Re: [PATCH 1/4] aspeed/sdmc: Make ast2600 default 1G
,
Cédric Le Goater
,
2019/11/12
[PATCH 2/4] aspeed/scu: Fix W1C behavior
,
Joel Stanley
,
2019/11/12
Re: [PATCH 2/4] aspeed/scu: Fix W1C behavior
,
Cédric Le Goater
,
2019/11/12
[PATCH 3/4] watchdog/aspeed: Improve watchdog timeout message
,
Joel Stanley
,
2019/11/12
Re: [PATCH 3/4] watchdog/aspeed: Improve watchdog timeout message
,
Cédric Le Goater
,
2019/11/12
[PATCH 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Joel Stanley
,
2019/11/12
Re: [PATCH 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Cédric Le Goater
,
2019/11/12
Re: [PATCH 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour
,
Joel Stanley
,
2019/11/12
Re: [PATCH 0/4] arm/aspeed: Watchdog and SDRAM fixes
,
no-reply
,
2019/11/12
Re: [PATCH] enable translating statx syscalls on more arches
,
Andrew Kelley
,
2019/11/11
Re: [PATCH] enable translating statx syscalls on more arches
,
Aleksandar Markovic
,
2019/11/12
Re: [PATCH] enable translating statx syscalls on more arches
,
Aleksandar Markovic
,
2019/11/12
Re: [PATCH] enable translating statx syscalls on more arches
,
Laurent Vivier
,
2019/11/12
[PATCH] enable translating statx syscalls on more arches
,
Aleksandar Markovic
,
2019/11/13
Re: [PATCH] enable translating statx syscalls on more arches
,
Laurent Vivier
,
2019/11/13
virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/11
Re: virtio,iommu_platform=on
,
Michael S. Tsirkin
,
2019/11/12
Re: virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/12
Re: virtio,iommu_platform=on
,
Michael S. Tsirkin
,
2019/11/13
Re: virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/13
Re: virtio,iommu_platform=on
,
Michael S. Tsirkin
,
2019/11/14
Re: virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/14
Re: virtio,iommu_platform=on
,
Laszlo Ersek
,
2019/11/12
Re: virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/12
Re: virtio,iommu_platform=on
,
Michael Roth
,
2019/11/13
Re: virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/13
Re: virtio,iommu_platform=on
,
Alexey Kardashevskiy
,
2019/11/13
[PATCH qemu] scripts: Detect git worktrees for get_maintainer.pl --git
,
Alexey Kardashevskiy
,
2019/11/11
Re: [PATCH qemu] scripts: Detect git worktrees for get_maintainer.pl --git
,
Stefano Garzarella
,
2019/11/12
Re: [PATCH qemu] scripts: Detect git worktrees for get_maintainer.pl --git
,
Greg Kurz
,
2019/11/12
Re: [PATCH qemu] scripts: Detect git worktrees for get_maintainer.pl --git
,
Paolo Bonzini
,
2019/11/12
[PATCH] i386: define the 'flush_l1d' CPUID feature bit (CVE-2018-3646)
,
Kyle Copperfield
,
2019/11/11
Re: [PATCH] i386: define the 'flush_l1d' CPUID feature bit (CVE-2018-3646)
,
Daniel P . Berrangé
,
2019/11/12
Re: [PATCH] i386: define the 'flush_l1d' CPUID feature bit (CVE-2018-3646)
,
Paolo Bonzini
,
2019/11/12
Re: [PATCH] i386: define the 'flush_l1d' CPUID feature bit (CVE-2018-3646)
,
no-reply
,
2019/11/12
[PATCH v5] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/11
Re: [PATCH v5] iotests: Test NBD client reconnection
,
Eric Blake
,
2019/11/14
Re: [PATCH v5] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/14
[PATCH V4] target/i386/kvm: Add Hyper-V direct tlb flush support
,
lantianyu1986
,
2019/11/11
Re: [PATCH V4] target/i386/kvm: Add Hyper-V direct tlb flush support
,
Roman Kagan
,
2019/11/12
Re: [PATCH V4] target/i386/kvm: Add Hyper-V direct tlb flush support
,
Vitaly Kuznetsov
,
2019/11/13
Re: [PATCH V4] target/i386/kvm: Add Hyper-V direct tlb flush support
,
Roman Kagan
,
2019/11/13
Re: [PATCH V4] target/i386/kvm: Add Hyper-V direct tlb flush support
,
Vitaly Kuznetsov
,
2019/11/13
Re: [Qemu-devel] [PATCH] migration: check length directly to make sure the range is aligned
,
Paolo Bonzini
,
2019/11/11
Re: pcmcia support in windows xp guest
,
Paolo Bonzini
,
2019/11/11
[PATCH] qemu-coroutine-sleep: Silence Coverity warning
,
Eric Blake
,
2019/11/11
Re: [PATCH] qemu-coroutine-sleep: Silence Coverity warning
,
Peter Maydell
,
2019/11/12
Re: [PATCH] qemu-coroutine-sleep: Silence Coverity warning
,
Vladimir Sementsov-Ogievskiy
,
2019/11/12
Re: [PATCH] qemu-coroutine-sleep: Silence Coverity warning
,
Peter Maydell
,
2019/11/12
Re: [PATCH] qemu-coroutine-sleep: Silence Coverity warning
,
Alex Bennée
,
2019/11/12
[Bug 1852115] [NEW] qemu --static user build fails with fedora rawhide glibc-2.30.9000
,
Cole Robinson
,
2019/11/11
[Bug 1852115] Re: qemu --static user build fails with fedora rawhide glibc-2.30.9000
,
Peter Maydell
,
2019/11/12
[Bug 1852115] Re: qemu --static user build fails with fedora rawhide glibc-2.30.9000
,
Laurent Vivier
,
2019/11/13
Re: [Resend PATCH 0/3] Add CPU model for intel processor Cooper Lake
,
Bruce Rogers
,
2019/11/11
[PATCH v8 0/4] delete created files when block_crypto_co_create_opts_luks fails
,
Daniel Henrique Barboza
,
2019/11/11
[PATCH v8 1/4] block: introducing 'bdrv_co_delete_file' interface
,
Daniel Henrique Barboza
,
2019/11/11
[PATCH v8 2/4] block.c: adding bdrv_co_delete_file
,
Daniel Henrique Barboza
,
2019/11/11
[PATCH v8 3/4] crypto.c: cleanup created file when block_crypto_co_create_opts_luks fails
,
Daniel Henrique Barboza
,
2019/11/11
[PATCH v8 4/4] qemu-iotests: adding LUKS cleanup for non-UTF8 secret error
,
Daniel Henrique Barboza
,
2019/11/11
Re: [RFC v4 PATCH 07/49] multi-process: define mpqemu-link object
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC v4 PATCH 07/49] multi-process: define mpqemu-link object
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 07/49] multi-process: define mpqemu-link object
,
Stefan Hajnoczi
,
2019/11/13
Re: [RFC v4 PATCH 07/49] multi-process: define mpqemu-link object
,
Jag Raman
,
2019/11/18
Re: [RFC v4 PATCH 30/49] multi-process: send heartbeat messages to remote
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC v4 PATCH 30/49] multi-process: send heartbeat messages to remote
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 30/49] multi-process: send heartbeat messages to remote
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 32/49] multi-process: Use separate MMIO communication channel
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC v4 PATCH 32/49] multi-process: Use separate MMIO communication channel
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 32/49] multi-process: Use separate MMIO communication channel
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC v4 PATCH 33/49] multi-process: perform device reset in the remote process
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC v4 PATCH 33/49] multi-process: perform device reset in the remote process
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 45/49] multi-process/mig: Synchronize runstate of remote process
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC v4 PATCH 45/49] multi-process/mig: Synchronize runstate of remote process
,
Jag Raman
,
2019/11/13
Re: [RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote
,
Jag Raman
,
2019/11/13
[PATCH v6 0/3] qcow2: advanced compression options
,
Andrey Shinkevich
,
2019/11/11
[PATCH v6 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/11
Re: [PATCH v6 1/3] block: introduce compress filter driver
,
Eric Blake
,
2019/11/11
Re: [PATCH v6 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/12
Re: [PATCH v6 1/3] block: introduce compress filter driver
,
Kevin Wolf
,
2019/11/12
Re: [PATCH v6 1/3] block: introduce compress filter driver
,
Andrey Shinkevich
,
2019/11/12
Re: [PATCH v6 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/12
Re: [PATCH v6 1/3] block: introduce compress filter driver
,
Vladimir Sementsov-Ogievskiy
,
2019/11/12
[PATCH v6 3/3] tests/qemu-iotests: add case to write compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/11
[PATCH v6 2/3] qcow2: Allow writing compressed data of multiple clusters
,
Andrey Shinkevich
,
2019/11/11
[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 01/23] blockdev: Allow external snapshots everywhere
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 02/23] blockdev: Allow resizing everywhere
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 04/23] iotests: Let 041 use -blockdev for quorum children
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 03/23] block: Drop bdrv_is_first_non_filter()
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 05/23] quorum: Fix child permissions
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 05/23] quorum: Fix child permissions
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 06/23] block: Add bdrv_recurse_can_replace()
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 06/23] block: Add bdrv_recurse_can_replace()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 06/23] block: Add bdrv_recurse_can_replace()
,
Max Reitz
,
2019/11/29
Re: [PATCH for-5.0 v2 06/23] block: Add bdrv_recurse_can_replace()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 07/23] blkverify: Implement .bdrv_recurse_can_replace()
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 07/23] blkverify: Implement .bdrv_recurse_can_replace()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 08/23] quorum: Store children in own structure
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 08/23] quorum: Store children in own structure
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 09/23] quorum: Add QuorumChild.to_be_replaced
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 09/23] quorum: Add QuorumChild.to_be_replaced
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 10/23] quorum: Implement .bdrv_recurse_can_replace()
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 10/23] quorum: Implement .bdrv_recurse_can_replace()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 10/23] quorum: Implement .bdrv_recurse_can_replace()
,
Max Reitz
,
2019/11/29
[PATCH for-5.0 v2 11/23] block: Use bdrv_recurse_can_replace()
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 11/23] block: Use bdrv_recurse_can_replace()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 12/23] block: Remove bdrv_recurse_is_first_non_filter()
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 13/23] mirror: Double-check immediately before replacing
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 13/23] mirror: Double-check immediately before replacing
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
[PATCH for-5.0 v2 14/23] quorum: Stop marking it as a filter
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Max Reitz
,
2019/11/29
Re: [PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Max Reitz
,
2019/11/29
Re: [PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 15/23] mirror: Prevent loops
,
Max Reitz
,
2019/11/29
[PATCH for-5.0 v2 16/23] iotests: Use complete_and_wait() in 155
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 17/23] iotests: Use skip_if_unsupported decorator in 041
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 18/23] iotests: Add VM.assert_block_path()
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 19/23] iotests: Resolve TODOs in 041
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 21/23] iotests: Add tests for invalid Quorum @replaces
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 22/23] iotests: Check that @replaces can replace filters
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 20/23] iotests: Use self.image_len in TestRepairQuorum
,
Max Reitz
,
2019/11/11
[PATCH for-5.0 v2 23/23] iotests: Mirror must not attempt to create loops
,
Max Reitz
,
2019/11/11
Re: [PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
,
Max Reitz
,
2019/11/29
Re: [PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/29
Re: [PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
,
Max Reitz
,
2019/11/29
API definition for LUKS key management
,
Maxim Levitsky
,
2019/11/11
Re: API definition for LUKS key management
,
Daniel P . Berrangé
,
2019/11/11
Re: API definition for LUKS key management
,
Kevin Wolf
,
2019/11/12
Re: API definition for LUKS key management
,
Max Reitz
,
2019/11/12
Re: API definition for LUKS key management
,
Daniel P . Berrangé
,
2019/11/12
Re: API definition for LUKS key management
,
Maxim Levitsky
,
2019/11/14
Re: API definition for LUKS key management
,
Maxim Levitsky
,
2019/11/14
Re: API definition for LUKS key management
,
Maxim Levitsky
,
2019/11/14
Re: API definition for LUKS key management
,
Daniel P . Berrangé
,
2019/11/12
Re: API definition for LUKS key management [V2]
,
Maxim Levitsky
,
2019/11/22
Re: API definition for LUKS key management [V2]
,
Max Reitz
,
2019/11/25
Re: API definition for LUKS key management [V2]
,
Maxim Levitsky
,
2019/11/26
Re: API definition for LUKS key management [V2]
,
Kevin Wolf
,
2019/11/26
[PULL 0/4] tcg patch queue
,
Richard Henderson
,
2019/11/11
[PULL 1/4] tcg/aarch64/tcg-target.opc.h: Add copyright/license
,
Richard Henderson
,
2019/11/11
[PULL 2/4] tcg/i386/tcg-target.opc.h: Add copyright/license
,
Richard Henderson
,
2019/11/11
[PULL 3/4] tcg/ppc/tcg-target.opc.h: Add copyright/license
,
Richard Henderson
,
2019/11/11
[PULL 4/4] tcg/LICENSE: Remove out of date claim about TCG subdirectory licensing
,
Richard Henderson
,
2019/11/11
Re: [PULL 0/4] tcg patch queue
,
Peter Maydell
,
2019/11/11
[PATCH v2] s390x: Properly fetch the short psw on diag308 subc 0/1
,
Janosch Frank
,
2019/11/11
Re: [PATCH v2] s390x: Properly fetch the short psw on diag308 subc 0/1
,
David Hildenbrand
,
2019/11/11
Re: [PATCH v2] s390x: Properly fetch the short psw on diag308 subc 0/1
,
no-reply
,
2019/11/12
Re: [PATCH v2] s390x: Properly fetch the short psw on diag308 subc 0/1
,
Cornelia Huck
,
2019/11/12
Re: [PATCH v2] s390x: Properly fetch the short psw on diag308 subc 0/1
,
David Hildenbrand
,
2019/11/12
Re: [PATCH 4/5] hw/arm/boot: Expose the pmem nodes in the DT
,
Igor Mammedov
,
2019/11/11
Re: [PATCH 3/5] hw/arm/virt: Add nvdimm hot-plug infrastructure
,
Igor Mammedov
,
2019/11/11
Re: [PATCH 2/5] nvdimm: Use configurable ACPI IO base and size
,
Igor Mammedov
,
2019/11/11
Re: [PATCH v6 1/4] tests/vm: netbsd autoinstall, using serial console
,
Thomas Huth
,
2019/11/11
Re: [PATCH v2 0/4] tcg/LICENSE: Remove no-longer-true statement that TCG is BSD-licensed
,
Richard Henderson
,
2019/11/11
Re: [PATCH v3 4/6] iotests: Skip "make check-block" if QEMU does not support virtio-blk
,
Thomas Huth
,
2019/11/11
Re: [PATCH v3 4/6] iotests: Skip "make check-block" if QEMU does not support virtio-blk
,
Max Reitz
,
2019/11/11
[PULL 0/3] target-arm queue
,
Peter Maydell
,
2019/11/11
[PULL 2/3] Remove unassigned_access CPU hook
,
Peter Maydell
,
2019/11/11
[PULL 3/3] hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine
,
Peter Maydell
,
2019/11/11
[PULL 1/3] ptimer: Remove old ptimer_init_with_bh() API
,
Peter Maydell
,
2019/11/11
Re: [PULL 0/3] target-arm queue
,
Peter Maydell
,
2019/11/11
Re: [PULL 0/3] target-arm queue
,
no-reply
,
2019/11/12
[PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Anup Patel
,
2019/11/11
RE: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Anup Patel
,
2019/11/11
Re: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Bin Meng
,
2019/11/11
RE: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Anup Patel
,
2019/11/11
Re: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Alistair Francis
,
2019/11/11
[RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
,
Jan Kiszka
,
2019/11/11
[RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Jan Kiszka
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Michael S. Tsirkin
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Jan Kiszka
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Michael S. Tsirkin
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Daniel P . Berrangé
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Jan Kiszka
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Michael S. Tsirkin
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Jan Kiszka
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Michael S. Tsirkin
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Jan Kiszka
,
2019/11/11
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Michael S. Tsirkin
,
2019/11/12
Re: [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2
,
Jan Kiszka
,
2019/11/20
[RFC][PATCH 3/3] contrib: Add server for ivshmem revision 2
,
Jan Kiszka
,
2019/11/11
[RFC][PATCH 1/3] hw/misc: Add implementation of ivshmem revision 2 device
,
Jan Kiszka
,
2019/11/11
Re: [RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
,
no-reply
,
2019/11/11
Re: [RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
,
Liang Yan
,
2019/11/27
Re: [RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
,
Jan Kiszka
,
2019/11/27
[PATCH] tests/migration: use the common library function
,
Alex Bennée
,
2019/11/11
Re: [PATCH] tests/migration: use the common library function
,
Thomas Huth
,
2019/11/11
Re: [PATCH] tests/migration: use the common library function
,
Alex Bennée
,
2019/11/11
Re: [PATCH] tests/migration: use the common library function
,
Thomas Huth
,
2019/11/11
Re: [PATCH] tests/migration: use the common library function
,
Peter Maydell
,
2019/11/11
Re: [PATCH] tests/migration: use the common library function
,
Alex Bennée
,
2019/11/11
[PATCH v3 00/20] nvme: support NVMe v1.3d, SGLs and multiple namespaces
,
Klaus Jensen
,
2019/11/11
[PATCH v3 06/21] nvme: add support for the abort command
,
Klaus Jensen
,
2019/11/11
[PATCH v3 01/21] nvme: remove superfluous breaks
,
Klaus Jensen
,
2019/11/11
[PATCH v3 03/21] nvme: add missing fields in the identify controller data structure
,
Klaus Jensen
,
2019/11/11
[PATCH v3 10/21] nvme: add logging to error information log page
,
Klaus Jensen
,
2019/11/11
[PATCH v3 05/21] nvme: allow completion queues in the cmb
,
Klaus Jensen
,
2019/11/11
[PATCH v3 04/21] nvme: populate the mandatory subnqn and ver fields
,
Klaus Jensen
,
2019/11/11
[PATCH v3 02/21] nvme: move device parameters to separate struct
,
Klaus Jensen
,
2019/11/11
[PATCH v3 08/21] nvme: add support for the get log page command
,
Klaus Jensen
,
2019/11/11
[PATCH v3 07/21] nvme: refactor device realization
,
Klaus Jensen
,
2019/11/11
[PATCH v3 09/21] nvme: add support for the asynchronous event request command
,
Klaus Jensen
,
2019/11/11
[PATCH v3 11/21] nvme: add missing mandatory features
,
Klaus Jensen
,
2019/11/11
[PATCH v3 17/21] nvme: bump controller pci device id
,
Klaus Jensen
,
2019/11/11
[PATCH v3 21/21] nvme: handle dma errors
,
Klaus Jensen
,
2019/11/11
[PATCH v3 19/21] nvme: make lba data size configurable
,
Klaus Jensen
,
2019/11/11
[PATCH v3 20/21] pci: pass along the return value of dma_memory_rw
,
Klaus Jensen
,
2019/11/11
[PATCH v3 12/21] nvme: bump supported specification version to 1.3
,
Klaus Jensen
,
2019/11/11
[PATCH v3 13/21] nvme: refactor prp mapping
,
Klaus Jensen
,
2019/11/11
[PATCH v3 15/21] nvme: add support for scatter gather lists
,
Klaus Jensen
,
2019/11/11
[PATCH v3 14/21] nvme: allow multiple aios per command
,
Klaus Jensen
,
2019/11/11
[PATCH v3 18/21] nvme: remove redundant NvmeCmd pointer parameter
,
Klaus Jensen
,
2019/11/11
[PATCH v3 16/21] nvme: support multiple namespaces
,
Klaus Jensen
,
2019/11/11
Re: [PATCH v3 00/20] nvme: support NVMe v1.3d, SGLs and multiple namespaces
,
no-reply
,
2019/11/11
[PATCH v2] tcg plugins: expose an API version concept
,
Alex Bennée
,
2019/11/11
Re: [PATCH v2] tcg plugins: expose an API version concept
,
Peter Maydell
,
2019/11/11
RE: [PATCH v2] tcg plugins: expose an API version concept
,
Robert Foley
,
2019/11/11
Re: [PATCH v2 05/15] stubs: add stubs for io_uring interface
,
Kevin Wolf
,
2019/11/11
Re: [PATCH v2 05/15] stubs: add stubs for io_uring interface
,
Stefan Hajnoczi
,
2019/11/13
Re: [PATCH v2 03/15] block/block: add BDRV flag for io_uring
,
Kevin Wolf
,
2019/11/11
Re: [PATCH v2 03/15] block/block: add BDRV flag for io_uring
,
Max Reitz
,
2019/11/11
Re: [PATCH v2 03/15] block/block: add BDRV flag for io_uring
,
Stefan Hajnoczi
,
2019/11/13
[PATCH 0/2] A pair of memory access problems
,
Michal Privoznik
,
2019/11/11
[PATCH 2/2] vfio-helpers: Free QEMUVFIOState in qemu_vfio_close()
,
Michal Privoznik
,
2019/11/11
Re: [PATCH 2/2] vfio-helpers: Free QEMUVFIOState in qemu_vfio_close()
,
Cornelia Huck
,
2019/11/11
Re: [PATCH 2/2] vfio-helpers: Free QEMUVFIOState in qemu_vfio_close()
,
Michal Privoznik
,
2019/11/12
[PATCH 1/2] hw/vfio/pci: Fix double free of migration_blocker
,
Michal Privoznik
,
2019/11/11
Re: [PATCH 1/2] hw/vfio/pci: Fix double free of migration_blocker
,
Cornelia Huck
,
2019/11/11
Re: [PATCH 0/2] A pair of memory access problems
,
no-reply
,
2019/11/11
Re: [PATCH 0/2] A pair of memory access problems
,
Alex Williamson
,
2019/11/15
[PATCH v2] docs: build an index page for the HTML docs
,
Stefan Hajnoczi
,
2019/11/11
Re: [PATCH 2/2] core: replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size
,
Stefano Garzarella
,
2019/11/11
Re: [PATCH 2/2] core: replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size
,
Wei Yang
,
2019/11/11
[PATCH v4] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/11
Re: [PATCH v4] iotests: Test NBD client reconnection
,
Eric Blake
,
2019/11/11
Re: [PATCH v4] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/11
Re: [PATCH 1/2] tests/tcg/multiarch: fix code style in function main of test-mmap.c
,
Stefano Garzarella
,
2019/11/11
Re: [PATCH 1/2] tests/tcg/multiarch: fix code style in function main of test-mmap.c
,
Alex Bennée
,
2019/11/11
Re: [PATCH 1/2] tests/tcg/multiarch: fix code style in function main of test-mmap.c
,
Wei Yang
,
2019/11/11
Re: [PATCH 1/2] tests/tcg/multiarch: fix code style in function main of test-mmap.c
,
Alex Bennée
,
2019/11/11
[PATCH] docs: fix rst syntax errors in unbuilt docs
,
Stefan Hajnoczi
,
2019/11/11
Re: [RFC PATCH 13/18] qapi: Create module 'monitor'
,
Markus Armbruster
,
2019/11/11
Re: [PATCH 1/1] pci: pass along the return value of dma_memory_rw
,
Klaus Birkelund
,
2019/11/11
Re: [PATCH 1/1] pci: pass along the return value of dma_memory_rw
,
Michael S. Tsirkin
,
2019/11/11
Re: [PATCH 1/1] pci: pass along the return value of dma_memory_rw
,
Klaus Birkelund
,
2019/11/11
Re: [PATCH 1/1] pci: pass along the return value of dma_memory_rw
,
Michael S. Tsirkin
,
2019/11/11
Re: [PATCH] MAINTAINERS: slirp: Remove myself as maintainer
,
Jan Kiszka
,
2019/11/11
Re: [PATCH] MAINTAINERS: slirp: Remove myself as maintainer
,
Thomas Huth
,
2019/11/11
Re: [PATCH] MAINTAINERS: slirp: Remove myself as maintainer
,
Samuel Thibault
,
2019/11/11
[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
,
Xiang Zheng
,
2019/11/10
[RESEND PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option
,
Xiang Zheng
,
2019/11/10
[RESEND PATCH v21 6/6] MAINTAINERS: Add APCI/APEI/GHES entries
,
Xiang Zheng
,
2019/11/10
[RESEND PATCH v21 2/6] docs: APEI GHES generation and CPER record description
,
Xiang Zheng
,
2019/11/10
Re: [RESEND PATCH v21 2/6] docs: APEI GHES generation and CPER record description
,
Igor Mammedov
,
2019/11/15
Re: [RESEND PATCH v21 2/6] docs: APEI GHES generation and CPER record description
,
Xiang Zheng
,
2019/11/26
Re: [RESEND PATCH v21 2/6] docs: APEI GHES generation and CPER record description
,
Igor Mammedov
,
2019/11/27
[RESEND PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c
,
Xiang Zheng
,
2019/11/10
[RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Xiang Zheng
,
2019/11/10
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Igor Mammedov
,
2019/11/15
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Beata Michalska
,
2019/11/22
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Igor Mammedov
,
2019/11/25
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Xiang Zheng
,
2019/11/26
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Igor Mammedov
,
2019/11/27
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Beata Michalska
,
2019/11/22
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Xiang Zheng
,
2019/11/27
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Igor Mammedov
,
2019/11/27
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Beata Michalska
,
2019/11/27
Re: [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Beata Michalska
,
2019/11/27
[RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Xiang Zheng
,
2019/11/10
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Igor Mammedov
,
2019/11/15
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/18
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/18
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Michael S. Tsirkin
,
2019/11/18
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/18
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Igor Mammedov
,
2019/11/25
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/27
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Beata Michalska
,
2019/11/22
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Beata Michalska
,
2019/11/22
Re: [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Igor Mammedov
,
2019/11/25
[PATCH v0 0/2] allow to set 'drive' property on a realized block device
,
Denis Plotnikov
,
2019/11/10
[PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
,
Denis Plotnikov
,
2019/11/10
Re: [PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
,
Eduardo Habkost
,
2019/11/18
Re: [PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
,
Denis Plotnikov
,
2019/11/22
Re: [PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
,
Eduardo Habkost
,
2019/11/25
Re: [PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
,
Denis Plotnikov
,
2019/11/26
Re: [PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
,
Kevin Wolf
,
2019/11/26
[PATCH v0 2/2] block: allow to set 'drive' property on a realized block device
,
Denis Plotnikov
,
2019/11/10
Re: [PATCH v0 2/2] block: allow to set 'drive' property on a realized block device
,
Denis Plotnikov
,
2019/11/10
Re: [PATCH v0 2/2] block: allow to set 'drive' property on a realized block device
,
Denis Plotnikov
,
2019/11/18
Re: [PATCH v0 0/2] allow to set 'drive' property on a realized block device
,
Denis Plotnikov
,
2019/11/18
[Bug 1851972] [NEW] pc-q35-4.1 and AMD Navi 5700/XT incompatible
,
Marshall Porter
,
2019/11/10
[Bug 1851939] [NEW] RISC-V mstatus TSR bit not correctly implemented
,
tm
,
2019/11/09
Re: [PATCH 0/2] replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size
,
Wei Yang
,
2019/11/08
Re: [RFC v5 026/126] python: add commit-per-subsystem.py
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 026/126] python: add commit-per-subsystem.py
,
Aleksandar Markovic
,
2019/11/11
Re: [RFC v5 026/126] python: add commit-per-subsystem.py
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 024/126] error: auto propagated local_err
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 024/126] error: auto propagated local_err
,
Eric Blake
,
2019/11/08
Re: [RFC v5 023/126] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 023/126] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 023/126] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Vladimir Sementsov-Ogievskiy
,
2019/11/12
Re: [RFC v5 022/126] backends/cryptodev: drop local_err from cryptodev_backend_complete()
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 010/126] hw/core/qdev: cleanup Error ** variables
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 008/126] ppc: well form kvmppc_hint_smt_possible error hint helper
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 006/126] qdev-monitor: well form error hint helpers
,
Marc-André Lureau
,
2019/11/08
[PULL 0/2] Q800 branch patches
,
Laurent Vivier
,
2019/11/08
[PULL 2/2] dp8393x: fix dp8393x_receive()
,
Laurent Vivier
,
2019/11/08
[PULL 1/2] dp8393x: put the DMA buffer in the state structure
,
Laurent Vivier
,
2019/11/08
Re: [PULL 0/2] Q800 branch patches
,
Peter Maydell
,
2019/11/11
[PATCH] WHPX: refactor load library
,
Sunil Muthuswamy
,
2019/11/08
RE: [PATCH] WHPX: refactor load library
,
Sunil Muthuswamy
,
2019/11/12
Re: [PATCH] WHPX: refactor load library
,
Eduardo Habkost
,
2019/11/12
Re: [PATCH] WHPX: refactor load library
,
Philippe Mathieu-Daudé
,
2019/11/13
Re: [PATCH] WHPX: refactor load library
,
Eduardo Habkost
,
2019/11/13
RE: [PATCH] WHPX: refactor load library
,
Sunil Muthuswamy
,
2019/11/13
RE: [PATCH] WHPX: refactor load library
,
Sunil Muthuswamy
,
2019/11/13
Re: [PATCH] WHPX: refactor load library
,
Paolo Bonzini
,
2019/11/13
RE: [PATCH] WHPX: refactor load library
,
Sunil Muthuswamy
,
2019/11/13
[PATCH v2 0/3] device_tree: Allow for and use string arrays [Was: RISC-V: virt: This is a "sifive, test1" test finisher]
,
Palmer Dabbelt
,
2019/11/08
[PATCH v2 2/3] ARM/virt: Use fdt_setprop_strings()
,
Palmer Dabbelt
,
2019/11/08
Re: [PATCH v2 2/3] ARM/virt: Use fdt_setprop_strings()
,
Peter Maydell
,
2019/11/09
Re: [PATCH v2 2/3] ARM/virt: Use fdt_setprop_strings()
,
David Gibson
,
2019/11/10
[PATCH v2 1/3] device_tree: Add a helper function for string arrays
,
Palmer Dabbelt
,
2019/11/08
Re: [PATCH v2 1/3] device_tree: Add a helper function for string arrays
,
Peter Maydell
,
2019/11/09
Re: [PATCH v2 1/3] device_tree: Add a helper function for string arrays
,
David Gibson
,
2019/11/10
[PATCH v2 3/3] RISC-V: virt: This is a "sifive,test1" test finisher
,
Palmer Dabbelt
,
2019/11/08
[PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content
,
Aleksandar Markovic
,
2019/11/08
[PATCH 2/5] MAINTAINERS: Add a section on UI translation
,
Aleksandar Markovic
,
2019/11/08
[PATCH 1/5] MAINTAINERS: Add a section on git infrastructure
,
Aleksandar Markovic
,
2019/11/08
Re: [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure
,
Alex Bennée
,
2019/11/12
Re: [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure
,
Aleksandar Markovic
,
2019/11/12
[PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board
,
Aleksandar Markovic
,
2019/11/08
Re: [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board
,
Aurelien Jarno
,
2019/11/11
Re: [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board
,
Aurelien Jarno
,
2019/11/11
[PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Aleksandar Markovic
,
2019/11/08
Re: [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems
,
Aurelien Jarno
,
2019/11/11
[PATCH 3/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
,
Aleksandar Markovic
,
2019/11/08
Re: [PULL 1/3] qemu-coroutine-sleep: introduce qemu_co_sleep_wake
,
Peter Maydell
,
2019/11/08
Re: [PULL 1/3] qemu-coroutine-sleep: introduce qemu_co_sleep_wake
,
Eric Blake
,
2019/11/08
[PATCH v2 for-4.2] Remove unassigned_access CPU hook
,
Peter Maydell
,
2019/11/08
[PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Palmer Dabbelt
,
2019/11/08
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Alistair Francis
,
2019/11/08
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Peter Maydell
,
2019/11/08
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Palmer Dabbelt
,
2019/11/08
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
David Gibson
,
2019/11/10
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Palmer Dabbelt
,
2019/11/21
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Alistair Francis
,
2019/11/21
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
Palmer Dabbelt
,
2019/11/21
Re: [PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
,
David Gibson
,
2019/11/10
Re: [RFC PATCH 12/18] stubs: Update monitor stubs for qemu-storage-daemon
,
Markus Armbruster
,
2019/11/08
Re: [RFC PATCH 10/18] qemu-storage-daemon: Add --chardev option
,
Markus Armbruster
,
2019/11/08
Re: [PATCH 1/5] hw/arm: Align ACPI blob len to PAGE size
,
Igor Mammedov
,
2019/11/08
RE: [PATCH 1/5] hw/arm: Align ACPI blob len to PAGE size
,
Shameerali Kolothum Thodi
,
2019/11/11
Re: [RFC PATCH 09/18] qemu-storage-daemon: Add main loop
,
Markus Armbruster
,
2019/11/08
Re: [PATCH v2 3/7] configure: Detect compiler support for __attribute__((alias))
,
Thomas Huth
,
2019/11/08
[PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/08
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Greg Kurz
,
2019/11/08
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/08
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Greg Kurz
,
2019/11/08
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
David Gibson
,
2019/11/18
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/19
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Greg Kurz
,
2019/11/19
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Lukáš Doktor
,
2019/11/19
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
David Gibson
,
2019/11/19
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
David Gibson
,
2019/11/19
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Greg Kurz
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
David Gibson
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
David Gibson
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Greg Kurz
,
2019/11/20
Re: [PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
,
Laurent Vivier
,
2019/11/20
Re: [Qemu-devel] [PATCH v2 07/11] block: add x-blockdev-amend qmp command
,
Maxim Levitsky
,
2019/11/08
Re: [Qemu-devel] [PATCH v2 08/11] block/crypto: implement blockdev-amend
,
Maxim Levitsky
,
2019/11/08
Re: [RFC v5 000/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [RFC v5 000/126] error: auto propagated local_err
,
Marc-André Lureau
,
2019/11/08
Re: [RFC v5 000/126] error: auto propagated local_err
,
Cornelia Huck
,
2019/11/12
Re: [RFC v5 000/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/11/12
Re: [RFC v5 000/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [RFC v5 000/126] error: auto propagated local_err
,
Greg Kurz
,
2019/11/20
Re: [RFC v5 000/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/11/20
Re: [RFC v5 000/126] error: auto propagated local_err
,
Eric Blake
,
2019/11/20
Re: [RFC v5 000/126] error: auto propagated local_err
,
Kevin Wolf
,
2019/11/20
Re: [RFC v5 000/126] error: auto propagated local_err
,
Markus Armbruster
,
2019/11/28
Re: [RFC v5 000/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/11/28
Re: [RFC v5 000/126] error: auto propagated local_err
,
Markus Armbruster
,
2019/11/28
Re: [PATCH v5 00/13] Multi-phase reset mechanism
,
Damien Hedde
,
2019/11/08
Re: [PATCH v5 00/13] Multi-phase reset mechanism
,
Peter Maydell
,
2019/11/08
Re: [PATCH v5 00/13] Multi-phase reset mechanism
,
Damien Hedde
,
2019/11/08
Re: [PATCH v5 00/13] Multi-phase reset mechanism
,
Peter Maydell
,
2019/11/29
Re: [PATCH v2 09/11] block/qcow2: implement blockdev-amend
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 09/11] block/qcow2: implement blockdev-amend
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v5 07/13] hw/core/qdev: update hotplug reset regarding resettable
,
Damien Hedde
,
2019/11/08
Re: [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
,
Max Reitz
,
2019/11/12
Re: [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
,
Maxim Levitsky
,
2019/11/12
[PATCH v6 00/25] monitor: add asynchronous command type
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 01/25] qmp: constify QmpCommand and list
,
Marc-André Lureau
,
2019/11/08
Re: [PATCH v6 01/25] qmp: constify QmpCommand and list
,
Damien Hedde
,
2019/11/08
[PATCH v6 02/25] json-lexer: make it safe to call destroy multiple times
,
Marc-André Lureau
,
2019/11/08
Re: [PATCH v6 02/25] json-lexer: make it safe to call destroy multiple times
,
Damien Hedde
,
2019/11/08
[PATCH v6 03/25] qmp: add QmpSession
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 04/25] QmpSession: add a return callback
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 05/25] QmpSession: add json parser and use it in qga
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 06/25] monitor: use qmp session to parse json feed
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 07/25] qga: simplify dispatch_return_cb
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 08/25] QmpSession: introduce QmpReturn
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 09/25] qmp: simplify qmp_return_error()
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 10/25] QmpSession: keep a queue of pending commands
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 11/25] QmpSession: return orderly
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 12/25] qmp: introduce asynchronous command type
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 14/25] qmp: add qmp_return_is_cancelled()
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 13/25] scripts: learn 'async' qapi commands
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 15/25] console: add graphic_hw_update_done()
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 16/25] ppm-save: pass opened fd
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 17/25] ui: add pixman image g_autoptr support
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 18/25] object: add g_autoptr support
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 19/25] screendump: replace FILE with QIOChannel and fix close()/qemu_close()
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 20/25] osdep: add qemu_unlink()
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 21/25] screendump: use qemu_unlink()
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 22/25] console: make screendump asynchronous
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 23/25] monitor: start making qmp_human_monitor_command() asynchronous
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 24/25] monitor: teach HMP about asynchronous commands
,
Marc-André Lureau
,
2019/11/08
[PATCH v6 25/25] hmp: call the asynchronous QMP screendump to fix outdated/glitches
,
Marc-André Lureau
,
2019/11/08
[PATCH v2 0/3] hw: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH v2 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v2 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Eric Blake
,
2019/11/08
Re: [PATCH v2 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/14
Re: [PATCH v2 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Eric Blake
,
2019/11/18
Re: [PATCH v2 1/3] hw/block/pflash: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
[PATCH v2 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v2 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Eric Blake
,
2019/11/08
Re: [PATCH v2 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/14
Re: [PATCH v2 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH v2 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace events
,
Eric Blake
,
2019/11/18
[PATCH v2 3/3] trace: Forbid dynamic field width in event format
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v2 3/3] trace: Forbid dynamic field width in event format
,
Eric Blake
,
2019/11/08
Re: [PATCH v2 3/3] trace: Forbid dynamic field width in event format
,
Eric Blake
,
2019/11/18
[PATCH] Bug #1829242 correction
,
- -
,
2019/11/08
Re: [PATCH] Bug #1829242 correction
,
Dr. David Alan Gilbert
,
2019/11/08
[PATCH 0/3] hw: Remove dynamic field width from trace event
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH 1/3] hw/block/pflash: Remove dynamic field width from trace event
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace event
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH 2/3] hw/mips/gt64xxx: Remove dynamic field width from trace event
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH 3/3] trace: Forbid dynamic field width in event format
,
Philippe Mathieu-Daudé
,
2019/11/08
[Bug 1851845] [NEW] Windows 10 panics with BlueIris
,
Master
,
2019/11/08
[Bug 1844814] Re: trace: SystemTap documentation out of date
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH v2 0/1] virtio: fix IO request length in virtio SCSI/block
,
Denis Plotnikov
,
2019/11/08
[PATCH v2 1/1] virtio: make seg_max virtqueue size dependent
,
Denis Plotnikov
,
2019/11/08
Re: [PATCH v2 1/1] virtio: make seg_max virtqueue size dependent
,
Michael S. Tsirkin
,
2019/11/08
Re: [PATCH v2 1/1] virtio: make seg_max virtqueue size dependent
,
Stefan Hajnoczi
,
2019/11/11
Re: [PATCH v2 1/1] virtio: make seg_max virtqueue size dependent
,
Denis Plotnikov
,
2019/11/11
Re: [PATCH v2 0/1] virtio: fix IO request length in virtio SCSI/block
,
no-reply
,
2019/11/08
Re: [RFC PATCH 05/18] qemu-storage-daemon: Add --blockdev option
,
Markus Armbruster
,
2019/11/08
qxl - spice crash, memslot_get_virt: address generation is not valid
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [PULL 06/28] spapr: Set VSMT to smp_threads by default
,
Laurent Vivier
,
2019/11/08
Re: [PULL 06/28] spapr: Set VSMT to smp_threads by default
,
David Gibson
,
2019/11/08
Re: [PULL 06/28] spapr: Set VSMT to smp_threads by default
,
Laurent Vivier
,
2019/11/08
Re: [PULL 06/28] spapr: Set VSMT to smp_threads by default
,
Laurent Vivier
,
2019/11/08
[PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Damien Hedde
,
2019/11/08
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Luc Michel
,
2019/11/08
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Alex Bennée
,
2019/11/08
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Damien Hedde
,
2019/11/08
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Damien Hedde
,
2019/11/08
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Alex Bennée
,
2019/11/08
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Damien Hedde
,
2019/11/14
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Alex Bennée
,
2019/11/14
Re: [PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
,
Damien Hedde
,
2019/11/14
[PATCH v2 0/3] target/microblaze: Plug tcg temp leaks
,
Edgar E. Iglesias
,
2019/11/08
[PATCH v2 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Edgar E. Iglesias
,
2019/11/08
Re: [PATCH v2 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Richard Henderson
,
2019/11/08
Re: [PATCH v2 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Luc Michel
,
2019/11/08
Re: [PATCH v2 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Alistair Francis
,
2019/11/08
[PATCH v2 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Edgar E. Iglesias
,
2019/11/08
[PATCH v2 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Edgar E. Iglesias
,
2019/11/08
[PATCH for-5.0 v4 0/5] iotests: Test failing mirror complete
,
Max Reitz
,
2019/11/08
[PATCH for-5.0 v4 1/5] block: Add bdrv_qapi_perm_to_blk_perm()
,
Max Reitz
,
2019/11/08
Re: [PATCH for-5.0 v4 1/5] block: Add bdrv_qapi_perm_to_blk_perm()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
[PATCH for-5.0 v4 2/5] block: Use bdrv_qapi_perm_to_blk_perm()
,
Max Reitz
,
2019/11/08
Re: [PATCH for-5.0 v4 2/5] block: Use bdrv_qapi_perm_to_blk_perm()
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
[PATCH for-5.0 v4 3/5] blkdebug: Allow taking/unsharing permissions
,
Max Reitz
,
2019/11/08
Re: [PATCH for-5.0 v4 3/5] blkdebug: Allow taking/unsharing permissions
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
[PATCH for-5.0 v4 4/5] iotests: Add @error to wait_until_completed
,
Max Reitz
,
2019/11/08
[PATCH for-5.0 v4 5/5] iotests: Add test for failing mirror complete
,
Max Reitz
,
2019/11/08
Re: [PATCH for-5.0 v4 0/5] iotests: Test failing mirror complete
,
Max Reitz
,
2019/11/26
[PATCH v2 0/2] configure: Only decompress EDK2 blobs and check for bzip2 for X86/ARM
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Daniel P . Berrangé
,
2019/11/08
Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Wainer dos Santos Moschetta
,
2019/11/08
Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Luc Michel
,
2019/11/08
Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets
,
Laszlo Ersek
,
2019/11/08
[PATCH v2 2/2] configure: Check bzip2 is available
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v2 2/2] configure: Check bzip2 is available
,
Daniel P . Berrangé
,
2019/11/08
Re: [PATCH v2 2/2] configure: Check bzip2 is available
,
Wainer dos Santos Moschetta
,
2019/11/08
Re: [PATCH v2 2/2] configure: Check bzip2 is available
,
Laszlo Ersek
,
2019/11/08
Re: [PATCH v2 2/2] configure: Check bzip2 is available
,
Thomas Huth
,
2019/11/11
Re: [PATCH v2 2/2] configure: Check bzip2 is available
,
Luc Michel
,
2019/11/08
[PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/08
[PATCH v1 1/2] s390x/cpumodels: Factor out CPU feature dependencies
,
David Hildenbrand
,
2019/11/08
[PATCH v1 2/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/08
Re: [PATCH v1 2/2] s390x/cpumodel: Introduce "best" model variants
,
Eduardo Habkost
,
2019/11/08
Re: [PATCH v1 2/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/08
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/08
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/08
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/08
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Eduardo Habkost
,
2019/11/08
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/08
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/09
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Eduardo Habkost
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Eduardo Habkost
,
2019/11/18
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/19
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/19
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Peter Maydell
,
2019/11/19
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/19
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Eduardo Habkost
,
2019/11/19
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/20
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
Eduardo Habkost
,
2019/11/20
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
David Hildenbrand
,
2019/11/20
Re: [PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
,
no-reply
,
2019/11/08
[qemu-web PATCH v3] documentation: link to nightly documentation
,
Stefan Hajnoczi
,
2019/11/08
Re: [qemu-web PATCH v3] documentation: link to nightly documentation
,
Daniel P . Berrangé
,
2019/11/08
Re: [qemu-web PATCH v3] documentation: link to nightly documentation
,
Thomas Huth
,
2019/11/12
[qemu-web PATCH v2] documentation: link to nightly documentation
,
Stefan Hajnoczi
,
2019/11/08
[PATCH] tests/migration: Print some debug on bad status
,
Dr. David Alan Gilbert (git)
,
2019/11/08
Re: [PATCH] tests/migration: Print some debug on bad status
,
Thomas Huth
,
2019/11/08
Re: [PATCH] tests/migration: Print some debug on bad status
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH] tests/migration: Print some debug on bad status
,
no-reply
,
2019/11/08
Re: [PATCH] tests/migration: Print some debug on bad status
,
Dr. David Alan Gilbert
,
2019/11/08
Re: [PATCH] tests/migration: Print some debug on bad status
,
Jens Freimann
,
2019/11/11
Re: [PATCH] tests/migration: Print some debug on bad status
,
no-reply
,
2019/11/08
[PATCH] configure: Check bzip2 is available
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Daniel P . Berrangé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Thomas Huth
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Laszlo Ersek
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Thomas Huth
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Laszlo Ersek
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Daniel P . Berrangé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Thomas Huth
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Eric Blake
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Peter Maydell
,
2019/11/08
Re: [PATCH] configure: Check bzip2 is available
,
Thomas Huth
,
2019/11/11
Re: [PATCH] configure: Check bzip2 is available
,
Aleksandar Markovic
,
2019/11/11
[PULL 0/1] Seabios 20191108 patches
,
Gerd Hoffmann
,
2019/11/08
[PULL 1/1] seabios: update to pre-1.13 snapshot
,
Gerd Hoffmann
,
2019/11/08
Re: [PULL 0/1] Seabios 20191108 patches
,
no-reply
,
2019/11/08
Re: [PULL 0/1] Seabios 20191108 patches
,
Peter Maydell
,
2019/11/08
[PATCH v2 0/2] Deprecate implicit filters
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
[PATCH v2 1/2] qapi: add filter-node-name option to drive-mirror
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [PATCH v2 1/2] qapi: add filter-node-name option to drive-mirror
,
Peter Krempa
,
2019/11/08
[PATCH v2 2/2] qapi: deprecate implicit filters
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [PATCH v2 2/2] qapi: deprecate implicit filters
,
Peter Krempa
,
2019/11/08
Re: [PATCH v2 2/2] qapi: deprecate implicit filters
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [PATCH v2 2/2] qapi: deprecate implicit filters
,
Peter Krempa
,
2019/11/08
Re: [PATCH v2 0/2] Deprecate implicit filters
,
no-reply
,
2019/11/08
Re: [PATCH v2 0/2] Deprecate implicit filters
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [PATCH v2 0/2] Deprecate implicit filters
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2] ivshmem-server: Terminate also on SIGINT
,
Jan Kiszka
,
2019/11/08
Re: [PATCH v2] ivshmem-server: Terminate also on SIGINT
,
Markus Armbruster
,
2019/11/08
Re: [PATCH v2] ivshmem-server: Terminate also on SIGINT
,
Laurent Vivier
,
2019/11/12
[qemu-web PATCH] documentation: link to nightly documentation
,
Stefan Hajnoczi
,
2019/11/08
Re: [qemu-web PATCH] documentation: link to nightly documentation
,
Thomas Huth
,
2019/11/08
Re: [qemu-web PATCH] documentation: link to nightly documentation
,
Stefan Hajnoczi
,
2019/11/08
[PATCH 0/3] docs: build an index page for the HTML docs
,
Stefan Hajnoczi
,
2019/11/08
[PATCH 2/3] docs: build a global index page
,
Stefan Hajnoczi
,
2019/11/08
Re: [PATCH 2/3] docs: build a global index page
,
Daniel P . Berrangé
,
2019/11/08
Re: [PATCH 2/3] docs: build a global index page
,
Peter Maydell
,
2019/11/08
Re: [PATCH 2/3] docs: build a global index page
,
Stefan Hajnoczi
,
2019/11/08
Re: [PATCH 2/3] docs: build a global index page
,
Peter Maydell
,
2019/11/08
Re: [PATCH 2/3] docs: build a global index page
,
Peter Maydell
,
2019/11/15
[PATCH 1/3] docs: fix rst syntax errors in unbuilt docs
,
Stefan Hajnoczi
,
2019/11/08
Re: [PATCH 1/3] docs: fix rst syntax errors in unbuilt docs
,
Daniel P . Berrangé
,
2019/11/08
[PATCH 3/3] docs: install CSS and Javascript files for HTML docs
,
Stefan Hajnoczi
,
2019/11/08
Re: [PATCH 3/3] docs: install CSS and Javascript files for HTML docs
,
Daniel P . Berrangé
,
2019/11/08
Re: [PATCH 3/3] docs: install CSS and Javascript files for HTML docs
,
Peter Maydell
,
2019/11/08
[PATCH 0/4 V2] SCSI COMPARE_AND_WRITE command support
,
Yaowei Bai
,
2019/11/08
[PATCH 4/4 V2] scsi-disk: add FUA support for COMPARE_AND_WRITE
,
Yaowei Bai
,
2019/11/08
[PATCH 1/4 V2] block: add SCSI COMPARE_AND_WRITE support
,
Yaowei Bai
,
2019/11/08
[PATCH 2/4 V2] block/rbd: implement bdrv_aio_compare_and_write interface
,
Yaowei Bai
,
2019/11/08
[PATCH 3/4 V2] hw/scsi: add SCSI COMPARE_AND_WRITE support
,
Yaowei Bai
,
2019/11/08
Re: [PATCH v2 05/11] block/crypto: implement the encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 05/11] block/crypto: implement the encryption key management
,
Max Reitz
,
2019/11/08
Re: [PATCH v2 05/11] block/crypto: implement the encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 05/11] block/crypto: implement the encryption key management
,
Max Reitz
,
2019/11/08
Re: [PATCH v2 05/11] block/crypto: implement the encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 11/11] iotests : add tests for encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 02/11] qcrypto-luks: extend the create options for upcoming encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 02/11] qcrypto-luks: extend the create options for upcoming encryption key management
,
Max Reitz
,
2019/11/08
Re: [PATCH v2 02/11] qcrypto-luks: extend the create options for upcoming encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 02/11] qcrypto-luks: extend the create options for upcoming encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [Qemu-devel] [PATCH v2 02/11] qcrypto-luks: extend the create options for upcoming encryption key management
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 07/11] block: add x-blockdev-amend qmp command
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 07/11] block: add x-blockdev-amend qmp command
,
Max Reitz
,
2019/11/08
Re: [PATCH v2 07/11] block: add x-blockdev-amend qmp command
,
Maxim Levitsky
,
2019/11/08
Re: [PATCH v2 07/11] block: add x-blockdev-amend qmp command
,
Maxim Levitsky
,
2019/11/08
[PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/08
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/12
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Stefan Hajnoczi
,
2019/11/12
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Thomas Huth
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Paolo Bonzini
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Alex Bennée
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Daniel P . Berrangé
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Paolo Bonzini
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Laszlo Ersek
,
2019/11/15
Re: [PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
,
Kashyap Chamarthy
,
2019/11/15
Re: [PATCH v2] ivshmem-server: Clean up shmem on shutdown
,
Jan Kiszka
,
2019/11/08
Re: [PATCH v2] ivshmem-server: Clean up shmem on shutdown
,
Markus Armbruster
,
2019/11/08
Re: [PATCH v2] ivshmem-server: Clean up shmem on shutdown
,
Laurent Vivier
,
2019/11/12
Re: [RFC PATCH 04/18] stubs: Add blk_by_qdev_id()
,
Markus Armbruster
,
2019/11/08
[PATCH] iotests: Fix "no qualified output" error path
,
Kevin Wolf
,
2019/11/08
Re: [PATCH] iotests: Fix "no qualified output" error path
,
Max Reitz
,
2019/11/08
Re: [PATCH] iotests: Fix "no qualified output" error path
,
no-reply
,
2019/11/08
[PATCH 0/2] block: Fix multiple blockdev-snapshot calls
,
Kevin Wolf
,
2019/11/08
[PATCH 1/2] block: Remove 'backing': null from bs->{explicit_, }options
,
Kevin Wolf
,
2019/11/08
Re: [PATCH 1/2] block: Remove 'backing': null from bs->{explicit_, }options
,
Alberto Garcia
,
2019/11/08
Re: [PATCH 1/2] block: Remove 'backing': null from bs->{explicit_,}options
,
Peter Krempa
,
2019/11/12
[PATCH 2/2] iotests: Test multiple blockdev-snapshot calls
,
Kevin Wolf
,
2019/11/08
Re: [PATCH 2/2] iotests: Test multiple blockdev-snapshot calls
,
Alberto Garcia
,
2019/11/08
Re: [PATCH 2/2] iotests: Test multiple blockdev-snapshot calls
,
Kevin Wolf
,
2019/11/13
Re: [PATCH 2/2] iotests: Test multiple blockdev-snapshot calls
,
Peter Krempa
,
2019/11/12
Re: [PATCH 2/2] iotests: Test multiple blockdev-snapshot calls
,
Kevin Wolf
,
2019/11/13
Re: [PATCH 2/2] iotests: Test multiple blockdev-snapshot calls
,
Max Reitz
,
2019/11/18
Re: [PATCH 0/2] block: Fix multiple blockdev-snapshot calls
,
Peter Krempa
,
2019/11/18
Re: [PATCH 0/2] block: Fix multiple blockdev-snapshot calls
,
Kevin Wolf
,
2019/11/18
RE: [PATCH V2 0/4] Introduce Advanced Watch Dog module
,
Zhang, Chen
,
2019/11/07
Re: [PATCH V2 0/4] Introduce Advanced Watch Dog module
,
Markus Armbruster
,
2019/11/27
RE: [PATCH V2 0/4] Introduce Advanced Watch Dog module
,
Zhang, Chen
,
2019/11/27
[ANNOUNCE] QEMU 4.2.0-rc0 is now available
,
Michael Roth
,
2019/11/07
Re: [RFC PATCH 02/18] qemu-storage-daemon: Add --object option
,
Markus Armbruster
,
2019/11/07
Re: [RFC PATCH 02/18] qemu-storage-daemon: Add --object option
,
Kevin Wolf
,
2019/11/14
Re: [RFC PATCH 02/18] qemu-storage-daemon: Add --object option
,
Markus Armbruster
,
2019/11/18
[PATCH v2] WHPX: support for xcr0
,
Sunil Muthuswamy
,
2019/11/07
Re: [PATCH v2] WHPX: support for xcr0
,
Stefan Weil
,
2019/11/07
RE: [PATCH v2] WHPX: support for xcr0
,
Sunil Muthuswamy
,
2019/11/07
RE: [PATCH v2] WHPX: support for xcr0
,
Sunil Muthuswamy
,
2019/11/12
Re: [PATCH v2] WHPX: support for xcr0
,
Paolo Bonzini
,
2019/11/13
Should QEMU's configure script check for bzip2 ?
,
Thomas Huth
,
2019/11/07
Re: Should QEMU's configure script check for bzip2 ?
,
Wainer dos Santos Moschetta
,
2019/11/07
Re: Should QEMU's configure script check for bzip2 ?
,
Daniel P . Berrangé
,
2019/11/08
Re: Should QEMU's configure script check for bzip2 ?
,
Philippe Mathieu-Daudé
,
2019/11/08
[PATCH 0/3] Some memory leak fixes
,
Marc-André Lureau
,
2019/11/07
[PATCH 1/3] virtio-input: fix memory leak on unrealize
,
Marc-André Lureau
,
2019/11/07
Re: [PATCH 1/3] virtio-input: fix memory leak on unrealize
,
Michael S. Tsirkin
,
2019/11/08
[PATCH 2/3] qtest: fix qtest_qmp_device_add leak
,
Marc-André Lureau
,
2019/11/07
Re: [PATCH 2/3] qtest: fix qtest_qmp_device_add leak
,
Laurent Vivier
,
2019/11/07
Re: [PATCH 2/3] qtest: fix qtest_qmp_device_add leak
,
Marc-André Lureau
,
2019/11/07
Re: [PATCH 2/3] qtest: fix qtest_qmp_device_add leak
,
Thomas Huth
,
2019/11/08
[PATCH 3/3] cpu-plug-test: fix leaks
,
Marc-André Lureau
,
2019/11/07
Re: [PATCH 3/3] cpu-plug-test: fix leaks
,
Thomas Huth
,
2019/11/08
Re: [PATCH 0/3] Some memory leak fixes
,
no-reply
,
2019/11/07
Re: [PATCH 0/3] Some memory leak fixes
,
Thomas Huth
,
2019/11/08
Re: [PATCH 0/3] Some memory leak fixes
,
Laurent Vivier
,
2019/11/08
Re: [PATCH 0/3] Some memory leak fixes
,
Michael S. Tsirkin
,
2019/11/08
Re: [PATCH 0/3] Some memory leak fixes
,
Marc-André Lureau
,
2019/11/20
Re: [PATCH 0/3] Some memory leak fixes
,
Michael S. Tsirkin
,
2019/11/20
Re: [PATCH-for-4.1? 0/7] vl: Allow building with CONFIG_BLUETOOTH disabled
,
Philippe Mathieu-Daudé
,
2019/11/07
Re: [PATCH-for-4.1? 0/7] vl: Allow building with CONFIG_BLUETOOTH disabled
,
Thomas Huth
,
2019/11/07
Re: [Qemu-devel] Exposing feature deprecation to machine clients
,
Philippe Mathieu-Daudé
,
2019/11/07
Re: [Qemu-devel] Exposing feature deprecation to machine clients
,
Vladimir Sementsov-Ogievskiy
,
2019/11/07
Deprecating stuff for 4.2 (was: [Qemu-devel] Exposing feature deprecation to machine clients)
,
Markus Armbruster
,
2019/11/08
Re: Deprecating stuff for 4.2
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [Qemu-devel] Exposing feature deprecation to machine clients
,
Max Reitz
,
2019/11/08
Re: [PATCH 2/3] Acceptance tests: introduce utility method for tags unique vals
,
Wainer dos Santos Moschetta
,
2019/11/07
[PATCH v2 0/2] Add support for 2nd generation AMD EPYC processors
,
Moger, Babu
,
2019/11/07
[PATCH v2 1/2] i386: Add missing cpu feature bits in EPYC model
,
Moger, Babu
,
2019/11/07
[PATCH v2 2/2] i386: Add 2nd Generation AMD EPYC processors
,
Moger, Babu
,
2019/11/07
[Bug 1810105] Re: Hint showing volume never disappears, blocking buttons to minimize, maximize and close
,
Leonardo Müller
,
2019/11/07
[Bug 1810105] Re: Hint showing volume never disappears, blocking buttons to minimize, maximize and close
,
Thomas Huth
,
2019/11/11
Re: [PATCH 2/5] ipmi: Add support to customize OEM functions
,
David Gibson
,
2019/11/07
Re: [PATCH 2/5] ipmi: Add support to customize OEM functions
,
Cédric Le Goater
,
2019/11/07
Re: [PATCH 2/5] ipmi: Add support to customize OEM functions
,
Corey Minyard
,
2019/11/07
Re: [PATCH 2/5] ipmi: Add support to customize OEM functions
,
Cédric Le Goater
,
2019/11/07
Re: [PATCH 2/5] ipmi: Add support to customize OEM functions
,
Corey Minyard
,
2019/11/21
Re: [PATCH 2/5] ipmi: Add support to customize OEM functions
,
David Gibson
,
2019/11/21
[Bug 1851664] Re: qemu-system-x86_64: "VFIO_MAP_DMA : -28" error when we attache 6 VF's to guest machine
,
Thomas Huth
,
2019/11/07
[Bug 1851664] Re: qemu-system-x86_64: "VFIO_MAP_DMA : -28" error when we attache 6 VF's to guest machine
,
IndrasenaReddy Gali
,
2019/11/07
[Bug 1851664] Re: qemu-system-x86_64: "VFIO_MAP_DMA : -28" error when we attache 6 VF's to guest machine
,
IndrasenaReddy Gali
,
2019/11/07
[Bug 1851664] Re: qemu-system-x86_64: "VFIO_MAP_DMA : -28" error when we attache 6 VF's to guest machine
,
Alex Williamson
,
2019/11/07
[Bug 1851664] Re: qemu-system-x86_64: "VFIO_MAP_DMA : -28" error when we attache 6 VF's to guest machine
,
IndrasenaReddy Gali
,
2019/11/08
[PATCH v3 00/22] iotests: Allow ./check -o data_file
,
Max Reitz
,
2019/11/07
[PATCH v3 01/22] iotests: s/qocw2/qcow2/
,
Max Reitz
,
2019/11/07
Re: [PATCH v3 01/22] iotests: s/qocw2/qcow2/
,
Eric Blake
,
2019/11/07
Re: [PATCH v3 01/22] iotests: s/qocw2/qcow2/
,
Maxim Levitsky
,
2019/11/08
[PATCH v3 02/22] iotests/qcow2.py: Add dump-header-exts
,
Max Reitz
,
2019/11/07
[PATCH v3 04/22] iotests: Add _filter_json_filename
,
Max Reitz
,
2019/11/07
[PATCH v3 03/22] iotests/qcow2.py: Split feature fields into bits
,
Max Reitz
,
2019/11/07
[PATCH v3 05/22] iotests: Filter refcount_order in 036
,
Max Reitz
,
2019/11/07
[PATCH v3 06/22] iotests: Replace IMGOPTS by _unsupported_imgopts
,
Max Reitz
,
2019/11/07
[PATCH v3 07/22] iotests: Drop compat=1.1 in 050
,
Max Reitz
,
2019/11/07
[PATCH v3 08/22] iotests: Let _make_test_img parse its parameters
,
Max Reitz
,
2019/11/07
[PATCH v3 09/22] iotests: Add -o and --no-opts to _make_test_img
,
Max Reitz
,
2019/11/07
[PATCH v3 10/22] iotests: Inject space into -ocompat=0.10 in 051
,
Max Reitz
,
2019/11/07
[PATCH v3 12/22] iotests: Replace IMGOPTS='' by --no-opts
,
Max Reitz
,
2019/11/07
[PATCH v3 13/22] iotests: Drop IMGOPTS use in 267
,
Max Reitz
,
2019/11/07
[PATCH v3 11/22] iotests: Replace IMGOPTS= by -o
,
Max Reitz
,
2019/11/07
[PATCH v3 14/22] iotests: Avoid qemu-img create
,
Max Reitz
,
2019/11/07
[PATCH v3 16/22] iotests: Avoid cp/mv of test images
,
Max Reitz
,
2019/11/07
[PATCH v3 15/22] iotests: Use _rm_test_img for deleting test images
,
Max Reitz
,
2019/11/07
[PATCH v3 17/22] iotests: Make 091 work with data_file
,
Max Reitz
,
2019/11/07
[PATCH v3 18/22] iotests: Make 110 work with data_file
,
Max Reitz
,
2019/11/07
[PATCH v3 19/22] iotests: Make 137 work with data_file
,
Max Reitz
,
2019/11/07
[PATCH v3 20/22] iotests: Make 198 work with data_file
,
Max Reitz
,
2019/11/07
[PATCH v3 22/22] iotests: Allow check -o data_file
,
Max Reitz
,
2019/11/07
[PATCH v3 21/22] iotests: Disable data_file where it cannot be used
,
Max Reitz
,
2019/11/07
Re: [PATCH v3 21/22] iotests: Disable data_file where it cannot be used
,
Max Reitz
,
2019/11/07
Re: [PATCH v3 00/22] iotests: Allow ./check -o data_file
,
no-reply
,
2019/11/07
Re: [PATCH v3 00/22] iotests: Allow ./check -o data_file
,
Max Reitz
,
2019/11/08
Re: [RFC v4 PATCH 48/49] multi-process: add the concept description to docs/devel/qemu-multiprocess
,
Stefan Hajnoczi
,
2019/11/07
Re: [RFC v4 PATCH 48/49] multi-process: add the concept description to docs/devel/qemu-multiprocess
,
Stefan Hajnoczi
,
2019/11/11
Re: [PATCH 0/2] Acceptance test: update kernel used on m68k/q800 test
,
Eric Blake
,
2019/11/07
Re: [PATCH 0/2] Acceptance test: update kernel used on m68k/q800 test
,
Cleber Rosa
,
2019/11/07
Re: [PATCH 0/2] Acceptance test: update kernel used on m68k/q800 test
,
Laurent Vivier
,
2019/11/07
Re: [PATCH 0/2] Acceptance test: update kernel used on m68k/q800 test
,
Philippe Mathieu-Daudé
,
2019/11/07
Re: [PATCH 0/2] Acceptance test: update kernel used on m68k/q800 test
,
Laurent Vivier
,
2019/11/07
Re: [PATCH 2/2] Acceptance test: update kernel for m68k/q800 test
,
Wainer dos Santos Moschetta
,
2019/11/07
[PULL 0/3] Block patches for 4.2.0-rc0/4.1.1
,
Max Reitz
,
2019/11/07
[PULL 1/3] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Max Reitz
,
2019/11/07
[PULL 3/3] iotests: Add test for 4G+ compressed qcow2 write
,
Max Reitz
,
2019/11/07
[PULL 2/3] qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
,
Max Reitz
,
2019/11/07
Re: [PULL 0/3] Block patches for 4.2.0-rc0/4.1.1
,
Peter Maydell
,
2019/11/07
Re: [PATCH v4 08/20] tests: provide test variables to other targets
,
Darren Kenny
,
2019/11/07
Re: [PATCH v4 14/20] fuzz: Add target/fuzz makefile rules
,
Darren Kenny
,
2019/11/07
[PATCH 0/4] Make the qemu_logfile handle thread safe.
,
Robert Foley
,
2019/11/07
[PATCH 1/4] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/07
Re: [PATCH 1/4] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Alex Bennée
,
2019/11/07
Re: [PATCH 1/4] Add a mutex to guarantee single writer to qemu_logfile handle.
,
Robert Foley
,
2019/11/07
[PATCH 2/4] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/07
Re: [PATCH 2/4] Add use of RCU for qemu_logfile.
,
Alex Bennée
,
2019/11/07
Re: [PATCH 2/4] Add use of RCU for qemu_logfile.
,
Robert Foley
,
2019/11/07
[PATCH 4/4] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/07
Re: [PATCH 4/4] Added tests for close and change of logfile.
,
Alex Bennée
,
2019/11/07
Re: [PATCH 4/4] Added tests for close and change of logfile.
,
Alex Bennée
,
2019/11/07
Re: [PATCH 4/4] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/07
Re: [PATCH 4/4] Added tests for close and change of logfile.
,
Alex Bennée
,
2019/11/07
Re: [PATCH 4/4] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/07
Re: [PATCH 4/4] Added tests for close and change of logfile.
,
Robert Foley
,
2019/11/07
[PATCH 3/4] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Robert Foley
,
2019/11/07
Re: [PATCH 3/4] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Alex Bennée
,
2019/11/07
Re: [PATCH 3/4] qemu_log_lock/unlock now preserves the qemu_logfile handle.
,
Robert Foley
,
2019/11/07
Re: [PATCH 0/4] Make the qemu_logfile handle thread safe.
,
no-reply
,
2019/11/07
Re: [PATCH 0/4] Make the qemu_logfile handle thread safe.
,
Alex Bennée
,
2019/11/07
Re: [PATCH v4 09/20] libqos: split qos-test and libqos makefile vars
,
Darren Kenny
,
2019/11/07
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Stefan Hajnoczi
,
2019/11/07
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Michael S. Tsirkin
,
2019/11/07
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Stefan Hajnoczi
,
2019/11/08
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Daniel P . Berrangé
,
2019/11/08
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Daniel P . Berrangé
,
2019/11/07
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Jag Raman
,
2019/11/07
Re: [RFC v4 PATCH 49/49] multi-process: add configure and usage information
,
Stefan Hajnoczi
,
2019/11/08
How to clone CPUState in a new thread?
,
Michael Goffioul
,
2019/11/07
Re: [PATCH v4 20/20] fuzz: add documentation to docs/devel/
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 20/20] fuzz: add documentation to docs/devel/
,
Alexander Oleinik
,
2019/11/07
Re: [PATCH v4 19/20] fuzz: add virtio-net fuzz target
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 19/20] fuzz: add virtio-net fuzz target
,
Jason Wang
,
2019/11/07
Re: [PATCH v4 19/20] fuzz: add virtio-net fuzz target
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 18/20] fuzz: add i440fx fuzz targets
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 17/20] fuzz: add support for qos-assisted fuzz targets
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 16/20] fuzz: add support for fork-based fuzzing.
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 15/20] fuzz: add fuzzer skeleton
,
Stefan Hajnoczi
,
2019/11/07
Re: [PATCH v4 15/20] fuzz: add fuzzer skeleton
,
Alexander Bulekov
,
2019/11/12
[Patch v2 0/6] migration/postcopy: enable compress during postcopy
,
Wei Yang
,
2019/11/07
[Patch v2 1/6] migration/postcopy: reduce memset when it is zero page and matches_target_page_size
,
Wei Yang
,
2019/11/07
[Patch v2 3/6] migration/postcopy: count target page number to decide the place_needed
,
Wei Yang
,
2019/11/07
[Patch v2 4/6] migration/postcopy: set all_zero to true on the first target page
,
Wei Yang
,
2019/11/07
[Patch v2 2/6] migration/postcopy: wait for decompress thread in precopy
,
Wei Yang
,
2019/11/07
[Patch v2 5/6] migration/postcopy: enable random order target page arrival
,
Wei Yang
,
2019/11/07
Re: [Patch v2 5/6] migration/postcopy: enable random order target page arrival
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [Patch v2 5/6] migration/postcopy: enable random order target page arrival
,
Wei Yang
,
2019/11/07
[Patch v2 6/6] migration/postcopy: enable compress during postcopy
,
Wei Yang
,
2019/11/07
Re: [PATCH 2/2] migration/compress: disable compress if failed to setup
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [PATCH 1/2] migration/compress: compress QEMUFile is not writable
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [PATCH 1/2] migration/compress: compress QEMUFile is not writable
,
Wei Yang
,
2019/11/07
Re: [PATCH v3 11/16] hw/arm/raspi: Use -smp cores=<N> option to restrict enabled cores
,
Bonnans, Laurent
,
2019/11/07
privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Dr. David Alan Gilbert
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Dr. David Alan Gilbert
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Ard Biesheuvel
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Paolo Bonzini
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Daniel P . Berrangé
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Paolo Bonzini
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Paolo Bonzini
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Daniel P . Berrangé
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Paolo Bonzini
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Laszlo Ersek
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Daniel P . Berrangé
,
2019/11/07
Re: privileged entropy sources in QEMU/KVM guests
,
Ard Biesheuvel
,
2019/11/07
[Bug 1848556] Re: qemu-img check failing on remote image in Eoan
,
Launchpad Bug Tracker
,
2019/11/07
[Bug 1848556] Re: qemu-img check failing on remote image in Eoan
,
Christian Ehrhardt
,
2019/11/07
[Bug 1848556] Re: qemu-img check failing on remote image in Eoan
,
Christian Ehrhardt
,
2019/11/21
[Bug 1848556] Re: qemu-img check failing on remote image in Eoan
,
Timo Aaltonen
,
2019/11/22
[Bug 1848556] Re: qemu-img check failing on remote image in Eoan
,
Christian Ehrhardt
,
2019/11/25
[qemu-web PATCH] Add device fuzzing blog post
,
Stefan Hajnoczi
,
2019/11/07
Re: [qemu-web PATCH] Add device fuzzing blog post
,
Thomas Huth
,
2019/11/07
Re: [qemu-web PATCH] Add device fuzzing blog post
,
Stefan Hajnoczi
,
2019/11/07
Re: [qemu-web PATCH] Add device fuzzing blog post
,
Thomas Huth
,
2019/11/12
Re: [qemu-web PATCH] Add device fuzzing blog post
,
Stefan Hajnoczi
,
2019/11/21
[PULL 0/1] Usb 20191107 patches
,
Gerd Hoffmann
,
2019/11/07
[PULL 1/1] usb-host: add option to allow all resets.
,
Gerd Hoffmann
,
2019/11/07
Re: [PULL 0/1] Usb 20191107 patches
,
Peter Maydell
,
2019/11/07
Re: [PULL 0/1] Usb 20191107 patches
,
Philippe Mathieu-Daudé
,
2019/11/07
Re: [PULL 0/1] Usb 20191107 patches
,
Peter Maydell
,
2019/11/07
Re: [PULL 0/1] Usb 20191107 patches
,
Peter Maydell
,
2019/11/08
[PATCH v15 00/12] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/07
[PATCH v15 01/12] util/cutils: refactor do_strtosz() to support suffixes list
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 01/12] util/cutils: refactor do_strtosz() to support suffixes list
,
Eduardo Habkost
,
2019/11/07
[PATCH v15 02/12] util/cutils: Add qemu_strtotime_ns()
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 02/12] util/cutils: Add qemu_strtotime_ns()
,
Eduardo Habkost
,
2019/11/07
[PATCH v15 03/12] qapi: Add builtin type time
,
Tao Xu
,
2019/11/07
[PATCH v15 04/12] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/07
[PATCH v15 05/12] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/07
[PATCH v15 07/12] numa: Calculate hmat latency and bandwidth entry list
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 07/12] numa: Calculate hmat latency and bandwidth entry list
,
Igor Mammedov
,
2019/11/08
[PATCH v15 06/12] numa: Extend CLI to provide memory latency and bandwidth information
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 06/12] numa: Extend CLI to provide memory latency and bandwidth information
,
Igor Mammedov
,
2019/11/08
[PATCH v15 08/12] numa: Extend CLI to provide memory side cache information
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 08/12] numa: Extend CLI to provide memory side cache information
,
Igor Mammedov
,
2019/11/08
[PATCH v15 10/12] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 10/12] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
,
Igor Mammedov
,
2019/11/08
[PATCH v15 09/12] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 09/12] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Igor Mammedov
,
2019/11/08
Re: [PATCH v15 09/12] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
,
Tao Xu
,
2019/11/10
[PATCH v15 11/12] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 11/12] hmat acpi: Build Memory Side Cache Information Structure(s)
,
Igor Mammedov
,
2019/11/08
[PATCH v15 12/12] tests/bios-tables-test: add test cases for ACPI HMAT
,
Tao Xu
,
2019/11/07
Re: [PATCH v15 12/12] tests/bios-tables-test: add test cases for ACPI HMAT
,
Igor Mammedov
,
2019/11/08
Re: [PATCH v15 00/12] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Michael S. Tsirkin
,
2019/11/07
Re: [PATCH v15 00/12] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/07
Re: [Qemu-devel] [PATCH v2 1/2] net: assert that tx packets have nonzero size
,
Jason Wang
,
2019/11/06
Re: [Qemu-devel] [PATCH v2 1/2] net: assert that tx packets have nonzero size
,
Alexander Bulekov
,
2019/11/21
Looking for issues/features for my first contribution
,
Rajath Shashidhara
,
2019/11/06
Re: Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/07
Re: Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/07
Re: Looking for issues/features for my first contribution
,
Rajath Shashidhara
,
2019/11/07
Re: Looking for issues/features for my first contribution
,
Rajath Shashidhara
,
2019/11/07
Re: Looking for issues/features for my first contribution
,
Alex Bennée
,
2019/11/08
Re: Looking for issues/features for my first contribution
,
Richard Henderson
,
2019/11/08
Re: Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/08
Re: Looking for issues/features for my first contribution
,
Peter Maydell
,
2019/11/09
Re: Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/09
Re: Looking for issues/features for my first contribution
,
Peter Maydell
,
2019/11/10
Re: Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/08
Re: Looking for issues/features for my first contribution
,
BALATON Zoltan
,
2019/11/08
Re: Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/09
Re: Looking for issues/features for my first contribution
,
Rajath Shashidhara
,
2019/11/09
Looking for issues/features for my first contribution
,
Aleksandar Markovic
,
2019/11/09
Re: Looking for issues/features for my first contribution
,
Alex Bennée
,
2019/11/07
Re: Looking for issues/features for my first contribution
,
Stefan Hajnoczi
,
2019/11/07
Re: Looking for issues/features for my first contribution
,
Rajath Shashidhara
,
2019/11/07
[PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Alistair Francis
,
2019/11/06
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Palmer Dabbelt
,
2019/11/07
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Peter Maydell
,
2019/11/07
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Alistair Francis
,
2019/11/07
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Alex Bennée
,
2019/11/07
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Alistair Francis
,
2019/11/08
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Bin Meng
,
2019/11/11
Re: [PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
,
Alistair Francis
,
2019/11/12
[PATCH] WHPX: support for xcr0
,
Sunil Muthuswamy
,
2019/11/06
Re: [PATCH] WHPX: support for xcr0
,
no-reply
,
2019/11/06
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Eduardo Habkost
,
2019/11/06
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/07
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Eduardo Habkost
,
2019/11/07
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/08
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Markus Armbruster
,
2019/11/08
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Igor Mammedov
,
2019/11/08
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/10
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Igor Mammedov
,
2019/11/11
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Eduardo Habkost
,
2019/11/12
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/12
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Eduardo Habkost
,
2019/11/13
Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time
,
Tao Xu
,
2019/11/13
Re: [PATCH v14 04/11] numa: Extend CLI to provide initiator information for numa nodes
,
Eric Blake
,
2019/11/06
Re: [PATCH v14 04/11] numa: Extend CLI to provide initiator information for numa nodes
,
Tao Xu
,
2019/11/06
Re: [PATCH 0/6] migration/postcopy: enable compress during postcopy
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [PATCH 0/6] migration/postcopy: enable compress during postcopy
,
Wei Yang
,
2019/11/07
Re: [PATCH 0/6] migration/postcopy: enable compress during postcopy
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [PATCH 0/6] migration/postcopy: enable compress during postcopy
,
Wei Yang
,
2019/11/07
Re: [PATCH 0/6] migration/postcopy: enable compress during postcopy
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [PATCH 5/6] migration/postcopy: enable random order target page arrival
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [PATCH 5/6] migration/postcopy: enable random order target page arrival
,
Wei Yang
,
2019/11/07
Re: [PATCH 5/6] migration/postcopy: enable random order target page arrival
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [PATCH 4/6] migration/postcopy: set all_zero to true on the first target page
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [RHEL-8.1 virt 2/2] target/i386: sev: Do not pin the ram device memory region
,
Gary R Hook
,
2019/11/06
Re: [PATCH 3/6] migration/postcopy: count target page number to decide the place_needed
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [PATCH 2/6] migration/postcopy: wait for decompress thread in precopy
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [PATCH v14 01/11] util/cutils: Add qemu_strtotime_ns()
,
Eduardo Habkost
,
2019/11/06
Re: [PATCH v14 01/11] util/cutils: Add qemu_strtotime_ns()
,
Tao Xu
,
2019/11/06
Re: [PATCH 6/6] migration/postcopy: enable compress during postcopy
,
Dr. David Alan Gilbert
,
2019/11/06
[Bug 1851547] [NEW] qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \
,
Marietto
,
2019/11/06
[Bug 1851547] Re: qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \
,
Marietto
,
2019/11/06
[Bug 1851547] Re: qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \
,
Dr. David Alan Gilbert
,
2019/11/07
[Bug 1851547] Re: qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \
,
Marietto
,
2019/11/07
Re: [PATCH 1/6] migration/postcopy: reduce memset when it is zero page and matches_target_page_size
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [PATCH v4 13/20] fuzz: add configure flag --enable-fuzzing
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 12/20] libqtest: add in-process qtest.c tx/rx handlers
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 12/20] libqtest: add in-process qtest.c tx/rx handlers
,
Alexander Bulekov
,
2019/11/12
Re: [PATCH v4 11/20] libqtest: make qtest_bufwrite send "atomic"
,
Stefan Hajnoczi
,
2019/11/06
Re: [Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v4 10/20] libqos: move useful qos-test funcs to qos_external
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 07/20] qtest: add in-process incoming command handler
,
Stefan Hajnoczi
,
2019/11/06
[PULL v3 0/3] Trivial branch patches
,
Laurent Vivier
,
2019/11/06
[PULL v3 3/3] global: Squash 'the the'
,
Laurent Vivier
,
2019/11/06
[PULL v3 2/3] hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses
,
Laurent Vivier
,
2019/11/06
[PULL v3 1/3] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registers
,
Laurent Vivier
,
2019/11/06
Re: [PULL v3 0/3] Trivial branch patches
,
Peter Maydell
,
2019/11/07
Re: [PATCH v4 05/20] libqtest: Add a layer of abstraciton to send/recv
,
Stefan Hajnoczi
,
2019/11/06
QEMU HTML documentation now on qemu.org
,
Stefan Hajnoczi
,
2019/11/06
Re: QEMU HTML documentation now on qemu.org
,
Stefan Hajnoczi
,
2019/11/07
Re: QEMU HTML documentation now on qemu.org
,
Peter Maydell
,
2019/11/07
Re: QEMU HTML documentation now on qemu.org
,
Daniel P . Berrangé
,
2019/11/07
Re: QEMU HTML documentation now on qemu.org
,
Stefan Hajnoczi
,
2019/11/07
Re: QEMU HTML documentation now on qemu.org
,
Daniel P . Berrangé
,
2019/11/07
Re: QEMU HTML documentation now on qemu.org
,
Stefan Hajnoczi
,
2019/11/08
Re: QEMU HTML documentation now on qemu.org
,
Paolo Bonzini
,
2019/11/08
Re: QEMU HTML documentation now on qemu.org
,
Daniel P . Berrangé
,
2019/11/08
Re: QEMU HTML documentation now on qemu.org
,
G 3
,
2019/11/15
Re: QEMU HTML documentation now on qemu.org
,
Stefan Hajnoczi
,
2019/11/21
Re: [PATCH v8 1/3] docs: improve qcow2 spec about extending image header
,
Vladimir Sementsov-Ogievskiy
,
2019/11/06
Re: [PATCH v8 1/3] docs: improve qcow2 spec about extending image header
,
Eric Blake
,
2019/11/06
Re: [PATCH v8 1/3] docs: improve qcow2 spec about extending image header
,
Vladimir Sementsov-Ogievskiy
,
2019/11/07
Re: [PATCH v2 00/21] iotests: Allow ./check -o data_file
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 21/21] iotests: Allow check -o data_file
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 20/21] iotests: Disable data_file where it cannot be used
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 20/21] iotests: Disable data_file where it cannot be used
,
Max Reitz
,
2019/11/07
Re: [PATCH v2 20/21] iotests: Disable data_file where it cannot be used
,
Maxim Levitsky
,
2019/11/07
Re: [PATCH v2 20/21] iotests: Disable data_file where it cannot be used
,
Max Reitz
,
2019/11/07
Re: [PATCH v2 19/21] iotests: Make 198 work with data_file
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 18/21] iotests: Make 137 work with data_file
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 17/21] iotests: Make 110 work with data_file
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 16/21] iotests: Make 091 work with data_file
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 12/21] iotests: Drop IMGOPTS use in 267
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 14/21] iotests: Use _rm_test_img for deleting test images
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 10/21] iotests: Replace IMGOPTS= by -o
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 10/21] iotests: Replace IMGOPTS= by -o
,
Max Reitz
,
2019/11/07
Re: [PATCH v2 10/21] iotests: Replace IMGOPTS= by -o
,
Maxim Levitsky
,
2019/11/07
Re: [PATCH v2 05/21] iotests: Replace IMGOPTS by _unsupported_imgopts
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 05/21] iotests: Replace IMGOPTS by _unsupported_imgopts
,
Max Reitz
,
2019/11/07
Re: [PATCH v2 05/21] iotests: Replace IMGOPTS by _unsupported_imgopts
,
Maxim Levitsky
,
2019/11/07
Re: [PATCH v2 04/21] iotests: Filter refcount_order in 036
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 03/21] iotests: Add _filter_json_filename
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 03/21] iotests: Add _filter_json_filename
,
Max Reitz
,
2019/11/07
Re: [PATCH v2 03/21] iotests: Add _filter_json_filename
,
Maxim Levitsky
,
2019/11/07
Re: [PATCH v2 02/21] iotests/qcow2.py: Split feature fields into bits
,
Maxim Levitsky
,
2019/11/06
Re: [PATCH v2 01/21] iotests/qcow2.py: Add dump-header-exts
,
Maxim Levitsky
,
2019/11/06
Re: [Qemu-devel] [PATCH v2 0/2] Avoid sending zero-size packets
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 06/20] module: check module wasn't already initialized
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 06/20] module: check module wasn't already initialized
,
Darren Kenny
,
2019/11/06
Re: [PATCH v4 02/20] libqos: Rename i2c_send and i2c_recv
,
Stefan Hajnoczi
,
2019/11/06
BeagleBone support, omap1, omap2, omap3, etc.
,
Esteban Bosse
,
2019/11/06
[Qemu-devel] [PATCH PULL 0/2] RDMA queue
,
Marcel Apfelbaum
,
2019/11/06
[Qemu-devel] [PATCH PULL 1/2] configure: Check if we can use ibv_reg_mr_iova
,
Marcel Apfelbaum
,
2019/11/06
[Qemu-devel] [PATCH PULL 2/2] hw/rdma: Utilize ibv_reg_mr_iova for memory registration
,
Marcel Apfelbaum
,
2019/11/06
Re: [Qemu-devel] [PATCH PULL 0/2] RDMA queue
,
Peter Maydell
,
2019/11/07
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Kevin Wolf
,
2019/11/07
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Max Reitz
,
2019/11/07
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Markus Armbruster
,
2019/11/08
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Markus Armbruster
,
2019/11/12
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Kevin Wolf
,
2019/11/13
Re: [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option
,
Markus Armbruster
,
2019/11/13
[PATCH] ppc/pnv: Add a "/qemu" device tree node
,
Cédric Le Goater
,
2019/11/06
Re: [PATCH] ppc/pnv: Add a "/qemu" device tree node
,
David Gibson
,
2019/11/07
[PATCH v1 0/3] target/microblaze: Plug tcg temp leaks
,
Edgar E. Iglesias
,
2019/11/06
[PATCH v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Edgar E. Iglesias
,
2019/11/06
Re: [PATCH v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Philippe Mathieu-Daudé
,
2019/11/06
Re: [PATCH v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Luc Michel
,
2019/11/06
Re: [PATCH v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Alistair Francis
,
2019/11/06
Re: [PATCH v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Richard Henderson
,
2019/11/07
Re: [PATCH v1 1/3] target/microblaze: Plug temp leaks for loads/stores
,
Edgar E. Iglesias
,
2019/11/08
[PATCH v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Edgar E. Iglesias
,
2019/11/06
Re: [PATCH v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Philippe Mathieu-Daudé
,
2019/11/06
Re: [PATCH v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Luc Michel
,
2019/11/06
Re: [PATCH v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Alistair Francis
,
2019/11/06
Re: [PATCH v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
,
Richard Henderson
,
2019/11/07
[PATCH v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Edgar E. Iglesias
,
2019/11/06
Re: [PATCH v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Philippe Mathieu-Daudé
,
2019/11/06
Re: [PATCH v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Luc Michel
,
2019/11/06
Re: [PATCH v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Alistair Francis
,
2019/11/06
Re: [PATCH v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()
,
Richard Henderson
,
2019/11/07
Re: [PATCH v4 04/20] qtest: add qtest_server_send abstraction
,
Darren Kenny
,
2019/11/06
Re: [PATCH v4 04/20] qtest: add qtest_server_send abstraction
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 03/20] fuzz: Add FUZZ_TARGET module type
,
Darren Kenny
,
2019/11/06
Re: [PATCH v4 03/20] fuzz: Add FUZZ_TARGET module type
,
Stefan Hajnoczi
,
2019/11/06
Re: [RFC PATCH 08/18] qemu-storage-daemon: Add --export option
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 08/18] qemu-storage-daemon: Add --export option
,
Kevin Wolf
,
2019/11/06
Re: [RFC PATCH 08/18] qemu-storage-daemon: Add --export option
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 08/18] qemu-storage-daemon: Add --export option
,
Markus Armbruster
,
2019/11/08
[PULL v2 00/13] Linux user for 4.2 patches
,
Laurent Vivier
,
2019/11/06
[PULL v2 01/13] linux-user: Support for NETLINK socket options
,
Laurent Vivier
,
2019/11/06
Re: [PULL v2 01/13] linux-user: Support for NETLINK socket options
,
Peter Maydell
,
2019/11/12
Re: [PULL v2 01/13] linux-user: Support for NETLINK socket options
,
Laurent Vivier
,
2019/11/12
[PULL v2 08/13] linux-user/sparc: Fix WREG usage in setup_frame
,
Laurent Vivier
,
2019/11/06
[PULL v2 03/13] tests/tcg/multiarch/linux-test: Fix error check for shmat
,
Laurent Vivier
,
2019/11/06
[PULL v2 12/13] linux-user/sparc: Fix cpu_clone_regs_*
,
Laurent Vivier
,
2019/11/06
[PULL v2 06/13] linux-user/sparc: Begin using WREG constants in sparc/signal.c
,
Laurent Vivier
,
2019/11/06
[PULL v2 02/13] scripts/qemu-binfmt-conf: Update for sparc64
,
Laurent Vivier
,
2019/11/06
[PULL v2 09/13] linux-user/sparc64: Fix target_signal_frame
,
Laurent Vivier
,
2019/11/06
[PULL v2 13/13] linux-user/alpha: Set r20 secondary return value
,
Laurent Vivier
,
2019/11/06
[PULL v2 04/13] target/sparc: Define an enumeration for accessing env->regwptr
,
Laurent Vivier
,
2019/11/06
[PULL v2 10/13] linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
,
Laurent Vivier
,
2019/11/06
[PULL v2 05/13] linux-user/sparc: Use WREG constants in sparc/target_cpu.h
,
Laurent Vivier
,
2019/11/06
[PULL v2 07/13] linux-user/sparc: Use WREG_SP constant in sparc/signal.c
,
Laurent Vivier
,
2019/11/06
[PULL v2 11/13] linux-user: Introduce cpu_clone_regs_parent
,
Laurent Vivier
,
2019/11/06
Re: [PULL v2 00/13] Linux user for 4.2 patches
,
no-reply
,
2019/11/06
Re: [PULL v2 00/13] Linux user for 4.2 patches
,
Peter Maydell
,
2019/11/06
[PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Jason Andryuk
,
2019/11/06
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Marc-André Lureau
,
2019/11/06
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Jason Andryuk
,
2019/11/06
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
no-reply
,
2019/11/06
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Jason Andryuk
,
2019/11/07
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Markus Armbruster
,
2019/11/13
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Marc-André Lureau
,
2019/11/13
Re: [PATCH] qmp: Reset mon->commands on CHR_EVENT_CLOSED
,
Jason Andryuk
,
2019/11/13
Re: [PATCH v4 00/14] block: Try to create well-typed json:{} filenames
,
Max Reitz
,
2019/11/06
Re: [PATCH v4 00/14] block: Try to create well-typed json:{} filenames
,
Markus Armbruster
,
2019/11/14
Re: [PATCH v4 00/14] block: Try to create well-typed json:{} filenames
,
Markus Armbruster
,
2019/11/21
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Eric Blake
,
2019/11/06
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Kevin Wolf
,
2019/11/07
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Eric Blake
,
2019/11/07
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Kevin Wolf
,
2019/11/07
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Eric Blake
,
2019/11/07
Re: [RFC PATCH 06/18] qemu-storage-daemon: Add --nbd-server option
,
Markus Armbruster
,
2019/11/08
[PATCH] numa: Add missing \n to error message
,
Greg Kurz
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Greg Kurz
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Laurent Vivier
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Greg Kurz
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Laurent Vivier
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Philippe Mathieu-Daudé
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Markus Armbruster
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Laurent Vivier
,
2019/11/06
Re: [PATCH] numa: Add missing \n to error message
,
Laurent Vivier
,
2019/11/12
Re: [PULL v2 00/73] tcg plugins and testing updates
,
Markus Armbruster
,
2019/11/06
Re: [PULL v2 00/73] tcg plugins and testing updates
,
Peter Maydell
,
2019/11/08
[PULL 0/3] virtio, pci: fixes
,
Michael S. Tsirkin
,
2019/11/06
[PULL 1/3] pci: Use PCI aliases when determining device IOMMU address space
,
Michael S. Tsirkin
,
2019/11/06
[PULL 2/3] hw/i386: AMD-Vi IVRS DMA alias support
,
Michael S. Tsirkin
,
2019/11/06
[PULL 3/3] virtio: notify virtqueue via host notifier when available
,
Michael S. Tsirkin
,
2019/11/06
Re: [PULL 0/3] virtio, pci: fixes
,
Peter Maydell
,
2019/11/07
[PULL 0/1] Seabios 20191106 patches
,
Gerd Hoffmann
,
2019/11/06
[PULL 1/1] seabios: update to pre-1.13 snapshot
,
Gerd Hoffmann
,
2019/11/06
Re: [PULL 0/1] Seabios 20191106 patches
,
no-reply
,
2019/11/06
Re: [PULL 0/1] Seabios 20191106 patches
,
Peter Maydell
,
2019/11/07
Re: [PULL 0/1] Seabios 20191106 patches
,
Gerd Hoffmann
,
2019/11/08
Re: [RFC PATCH 01/18] qemu-storage-daemon: Add barebone tool
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 01/18] qemu-storage-daemon: Add barebone tool
,
Markus Armbruster
,
2019/11/07
Re: [RFC PATCH 01/18] qemu-storage-daemon: Add barebone tool
,
Kevin Wolf
,
2019/11/13
Re: [PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
,
Michael S. Tsirkin
,
2019/11/06
Re: [PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
,
Denis Plotnikov
,
2019/11/13
Re: [PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
,
Michael S. Tsirkin
,
2019/11/13
Re: [PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
,
Denis Plotnikov
,
2019/11/14
Re: [PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
,
Denis Plotnikov
,
2019/11/25
Re: [PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
,
Stefan Hajnoczi
,
2019/11/12
[PATCH v8 0/3] RTC support for QEMU RISC-V virt machine
,
Anup Patel
,
2019/11/06
[PATCH v8 1/3] hw: rtc: Add Goldfish RTC device
,
Anup Patel
,
2019/11/06
[PATCH v8 2/3] riscv: virt: Use Goldfish RTC device
,
Anup Patel
,
2019/11/06
[PATCH v8 3/3] MAINTAINERS: Add maintainer entry for Goldfish RTC
,
Anup Patel
,
2019/11/06
Re: [PATCH v8 0/3] RTC support for QEMU RISC-V virt machine
,
Palmer Dabbelt
,
2019/11/07
Re: [PATCH v8 0/3] RTC support for QEMU RISC-V virt machine
,
Philippe Mathieu-Daudé
,
2019/11/07
Re: [PATCH 1/2] vhost-user: add VHOST_USER_RESET_DEVICE to reset devices
,
Michael S. Tsirkin
,
2019/11/06
[PATCH v3 00/12] linux-user sparc fixes
,
Richard Henderson
,
2019/11/06
[PATCH v3 02/12] tests/tcg/multiarch/linux-test: Fix error check for shmat
,
Richard Henderson
,
2019/11/06
[PATCH v3 01/12] scripts/qemu-binfmt-conf: Update for sparc64
,
Richard Henderson
,
2019/11/06
[PATCH v3 03/12] target/sparc: Define an enumeration for accessing env->regwptr
,
Richard Henderson
,
2019/11/06
[PATCH v3 04/12] linux-user/sparc: Use WREG constants in sparc/target_cpu.h
,
Richard Henderson
,
2019/11/06
[PATCH v3 06/12] linux-user/sparc: Use WREG_SP constant in sparc/signal.c
,
Richard Henderson
,
2019/11/06
[PATCH v3 05/12] linux-user/sparc: Begin using WREG constants in sparc/signal.c
,
Richard Henderson
,
2019/11/06
[PATCH v3 07/12] linux-user/sparc: Fix WREG usage in setup_frame
,
Richard Henderson
,
2019/11/06
[PATCH v3 08/12] linux-user/sparc64: Fix target_signal_frame
,
Richard Henderson
,
2019/11/06
[PATCH v3 09/12] linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
,
Richard Henderson
,
2019/11/06
[PATCH v3 10/12] linux-user: Introduce cpu_clone_regs_parent
,
Richard Henderson
,
2019/11/06
[PATCH v3 11/12] linux-user/sparc: Fix cpu_clone_regs_*
,
Richard Henderson
,
2019/11/06
[PATCH v3 12/12] linux-user/alpha: Set r20 secondary return value
,
Richard Henderson
,
2019/11/06
Re: [PATCH v3 00/12] linux-user sparc fixes
,
Laurent Vivier
,
2019/11/06
Re: [PATCH v3 00/12] linux-user sparc fixes
,
no-reply
,
2019/11/06
Re: [PATCH v3 00/12] linux-user sparc fixes
,
Laurent Vivier
,
2019/11/06
[PATCH v2 0/2] dp8393x: fix problems detected with Quadra 800 machine
,
Laurent Vivier
,
2019/11/06
[PATCH v2 2/2] dp8393x: fix dp8393x_receive()
,
Laurent Vivier
,
2019/11/06
[PATCH v2 1/2] dp8393x: put the DMA buffer in the state structure
,
Laurent Vivier
,
2019/11/06
Re: [PATCH for-4.2 0/2] qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
,
Max Reitz
,
2019/11/06
RE: [RFC v2 04/22] hw/iommu: introduce IOMMUContext
,
Liu, Yi L
,
2019/11/06
Re: [SeaBIOS] 1.13 release?
,
Gerd Hoffmann
,
2019/11/06
Re: [SeaBIOS] Re: 1.13 release?
,
Kevin O'Connor
,
2019/11/06
Re: [SeaBIOS] Re: 1.13 release?
,
Kevin O'Connor
,
2019/11/18
Re: [SeaBIOS] Re: 1.13 release?
,
Gerd Hoffmann
,
2019/11/20
Re: [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
,
Alexander Popov
,
2019/11/06
Re: [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
,
Michael S. Tsirkin
,
2019/11/06
Re: [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
,
Alexander Popov
,
2019/11/06
Re: [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
,
Michael S. Tsirkin
,
2019/11/06
Re: [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
,
Alexander Popov
,
2019/11/06
Re: [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
,
Alexander Popov
,
2019/11/14
Re: [PATCH v14 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
,
Tao Xu
,
2019/11/06
[PATCH v7 0/3] RTC support for QEMU RISC-V virt machine
,
Anup Patel
,
2019/11/06
[PATCH v7 2/3] riscv: virt: Use Goldfish RTC device
,
Anup Patel
,
2019/11/06
Re: [PATCH v7 2/3] riscv: virt: Use Goldfish RTC device
,
Anup Patel
,
2019/11/06
[PATCH v7 1/3] hw: rtc: Add Goldfish RTC device
,
Anup Patel
,
2019/11/06
[PATCH v7 3/3] MAINTAINERS: Add maintainer entry for Goldfish RTC
,
Anup Patel
,
2019/11/06
[PULL 0/1] Audio 20191106 patches
,
Gerd Hoffmann
,
2019/11/06
[PULL 1/1] audio: add -audiodev pa,in|out.latency= to documentation
,
Gerd Hoffmann
,
2019/11/06
Re: [PULL 0/1] Audio 20191106 patches
,
no-reply
,
2019/11/06
Re: [PULL 0/1] Audio 20191106 patches
,
Peter Maydell
,
2019/11/07
[PATCH] [RFC] vhost-user: clean up set_mem_table functions
,
Raphael Norwitz
,
2019/11/06
[PATCH] vhost-user: Refractor vhost_user_set_mem_table Functions
,
Raphael Norwitz
,
2019/11/06
Re: [PATCH] vhost-user: Refractor vhost_user_set_mem_table Functions
,
no-reply
,
2019/11/06
[PULL 0/1] Ui 20191106 patches
,
Gerd Hoffmann
,
2019/11/06
[PULL 1/1] qemu-options: Rework the help text of the '-display' option
,
Gerd Hoffmann
,
2019/11/06
Re: [PULL 0/1] Ui 20191106 patches
,
Peter Maydell
,
2019/11/07
[PATCH v2 0/4] target/arm: Support for Data Cache Clean up to PoP
,
Beata Michalska
,
2019/11/05
[PATCH v2 1/4] tcg: cputlb: Add probe_read
,
Beata Michalska
,
2019/11/05
[PATCH v2 2/4] Memory: Enable writeback for given memory region
,
Beata Michalska
,
2019/11/05
Re: [PATCH v2 2/4] Memory: Enable writeback for given memory region
,
Richard Henderson
,
2019/11/06
Re: [PATCH v2 2/4] Memory: Enable writeback for given memory region
,
Beata Michalska
,
2019/11/07
Re: [PATCH v2 2/4] Memory: Enable writeback for given memory region
,
Alex Bennée
,
2019/11/07
Re: [PATCH v2 2/4] Memory: Enable writeback for given memory region
,
Peter Maydell
,
2019/11/07
[PATCH v2 3/4] migration: ram: Switch to ram block writeback
,
Beata Michalska
,
2019/11/05
Re: [PATCH v2 3/4] migration: ram: Switch to ram block writeback
,
Alex Bennée
,
2019/11/06
[PATCH v2 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Beata Michalska
,
2019/11/05
Re: [PATCH v2 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Richard Henderson
,
2019/11/06
[PULL v2 00/21] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
,
Philippe Mathieu-Daudé
,
2019/11/05
[PULL v2 01/21] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Philippe Mathieu-Daudé
,
2019/11/05
Re: [PULL v2 00/21] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
,
Peter Maydell
,
2019/11/06
[PATCH 0/2] Add support for 2nd generation AMD EPYC processors
,
Moger, Babu
,
2019/11/05
[PATCH 1/2] i386: Add missing cpu feature bits in EPYC model
,
Moger, Babu
,
2019/11/05
Re: [PATCH 1/2] i386: Add missing cpu feature bits in EPYC model
,
Eduardo Habkost
,
2019/11/05
RE: [PATCH 1/2] i386: Add missing cpu feature bits in EPYC model
,
Moger, Babu
,
2019/11/05
Re: [PATCH 1/2] i386: Add missing cpu feature bits in EPYC model
,
Eduardo Habkost
,
2019/11/05
[PATCH 2/2] i386: Add 2nd Generation AMD EPYC processors
,
Moger, Babu
,
2019/11/05
Re: [PATCH v1 Resend] target/i386: set the CPUID level to 0x14 on old machine-type
,
Eduardo Habkost
,
2019/11/05
RE: [PATCH v1 Resend] target/i386: set the CPUID level to 0x14 on old machine-type
,
Kang, Luwei
,
2019/11/05
Re: [PATCH v1 Resend] target/i386: set the CPUID level to 0x14 on old machine-type
,
Eduardo Habkost
,
2019/11/07
[PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Michael Roth
,
2019/11/05
[PATCH 12/55] vpc: Return 0 from vpc_co_create() on success
,
Michael Roth
,
2019/11/05
[PATCH 14/55] iotests: Add supported protocols to execute_test()
,
Michael Roth
,
2019/11/05
[PATCH 09/55] iotests: Test reverse sub-cluster qcow2 writes
,
Michael Roth
,
2019/11/05
[PATCH 11/55] x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not set
,
Michael Roth
,
2019/11/05
[PATCH 16/55] iotests: Restrict nbd Python tests to nbd
,
Michael Roth
,
2019/11/05
[PATCH 17/55] iotests: Test blockdev-create for vpc
,
Michael Roth
,
2019/11/05
[PATCH 15/55] iotests: Restrict file Python tests to file
,
Michael Roth
,
2019/11/05
[PATCH 23/55] curl: Keep pointer to the CURLState in CURLSocket
,
Michael Roth
,
2019/11/05
[PATCH 26/55] curl: Pass CURLSocket to curl_multi_do()
,
Michael Roth
,
2019/11/05
[PATCH 18/55] target/arm: Free TCG temps in trans_VMOV_64_sp()
,
Michael Roth
,
2019/11/05
[PATCH 01/55] dma-helpers: ensure AIO callback is invoked after cancellation
,
Michael Roth
,
2019/11/05
[PATCH 19/55] target/arm: Don't abort on M-profile exception return in linux-user mode
,
Michael Roth
,
2019/11/05
[PATCH 30/55] block/qcow2: Fix corruption introduced by commit 8ac0f15f335
,
Michael Roth
,
2019/11/05
[PATCH 29/55] blockjob: update nodes head while removing all bdrv
,
Michael Roth
,
2019/11/05
[PATCH 24/55] curl: Keep *socket until the end of curl_sock_cb()
,
Michael Roth
,
2019/11/05
[PATCH 20/55] libvhost-user: fix SLAVE_SEND_FD handling
,
Michael Roth
,
2019/11/05
[PATCH 27/55] curl: Report only ready sockets
,
Michael Roth
,
2019/11/05
[PATCH 36/55] make-release: pull in edk2 submodules so we can build it from tarballs
,
Michael Roth
,
2019/11/05
[PATCH 28/55] curl: Handle success in multi_check_completion
,
Michael Roth
,
2019/11/05
[PATCH 32/55] qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
,
Michael Roth
,
2019/11/05
[PATCH 02/55] Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
,
Michael Roth
,
2019/11/05
[PATCH 22/55] block/nfs: tear down aio before nfs_close
,
Michael Roth
,
2019/11/05
[PATCH 31/55] coroutine: Add qemu_co_mutex_assert_locked()
,
Michael Roth
,
2019/11/05
[PATCH 33/55] block/backup: fix max_transfer handling for copy_range
,
Michael Roth
,
2019/11/05
[PATCH 34/55] block/backup: fix backup_cow_with_offload for last cluster
,
Michael Roth
,
2019/11/05
[PATCH 39/55] block/snapshot: Restrict set of snapshot nodes
,
Michael Roth
,
2019/11/05
[PATCH 03/55] s390x/tcg: Fix VERIM with 32/64 bit elements
,
Michael Roth
,
2019/11/05
[PATCH 38/55] s390: PCI: fix IOMMU region init
,
Michael Roth
,
2019/11/05
[PATCH 45/55] mirror: Do not dereference invalid pointers
,
Michael Roth
,
2019/11/05
[PATCH 35/55] hw/arm/boot.c: Set NSACR.{CP11, CP10} for NS kernel boots
,
Michael Roth
,
2019/11/05
[PATCH 42/55] hw/core/loader: Fix possible crash in rom_copy()
,
Michael Roth
,
2019/11/05
[PATCH 46/55] ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
,
Michael Roth
,
2019/11/05
[PATCH 47/55] virtio: new post_load hook
,
Michael Roth
,
2019/11/05
[PATCH 50/55] util/hbitmap: strict hbitmap_reset
,
Michael Roth
,
2019/11/05
[PATCH 05/55] pc: Don't make die-id mandatory unless necessary
,
Michael Roth
,
2019/11/05
[PATCH 51/55] hbitmap: handle set/reset with zero length
,
Michael Roth
,
2019/11/05
[PATCH 52/55] target/arm: Allow reading flags from FPSCR for M-profile
,
Michael Roth
,
2019/11/05
[PATCH 55/55] virtio-blk: Cancel the pending BH when the dataplane is reset
,
Michael Roth
,
2019/11/05
[PATCH 21/55] qcow2: Fix the calculation of the maximum L2 cache size
,
Michael Roth
,
2019/11/05
[PATCH 44/55] iotests: Test large write request to qcow2 file
,
Michael Roth
,
2019/11/05
[PATCH 48/55] virtio-net: prevent offloads reset on migration
,
Michael Roth
,
2019/11/05
[PATCH 06/55] xen-bus: Fix backend state transition on device reset
,
Michael Roth
,
2019/11/05
[PATCH 08/55] block/file-posix: Reduce xfsctl() use
,
Michael Roth
,
2019/11/05
[PATCH 04/55] target/alpha: fix tlb_fill trap_arg2 value for instruction fetch
,
Michael Roth
,
2019/11/05
[PATCH 43/55] qcow2: Limit total allocation range to INT_MAX
,
Michael Roth
,
2019/11/05
[PATCH 07/55] xen-bus: check whether the frontend is active during device reset...
,
Michael Roth
,
2019/11/05
[PATCH 53/55] target/xtensa: regenerate and re-import test_mmuhifi_c3 core
,
Michael Roth
,
2019/11/05
[PATCH 25/55] curl: Check completion in curl_multi_do()
,
Michael Roth
,
2019/11/05
[PATCH 13/55] iotests: add testing shim for script-style python tests
,
Michael Roth
,
2019/11/05
[PATCH 49/55] COLO-compare: Fix incorrect `if` logic
,
Michael Roth
,
2019/11/05
[PATCH 41/55] vhost-user: save features if the char dev is closed
,
Michael Roth
,
2019/11/05
[PATCH 40/55] iotests: Test internal snapshots with -blockdev
,
Michael Roth
,
2019/11/05
[PATCH 54/55] scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)
,
Michael Roth
,
2019/11/05
[PATCH 37/55] roms/Makefile.edk2: don't pull in submodules when building from tarball
,
Michael Roth
,
2019/11/05
[PATCH 10/55] pr-manager: Fix invalid g_free() crash bug
,
Michael Roth
,
2019/11/05
Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Max Reitz
,
2019/11/08
Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Cole Robinson
,
2019/11/11
Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Cole Robinson
,
2019/11/11
Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Michael Roth
,
2019/11/12
Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Michael Roth
,
2019/11/12
Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
,
Bruce Rogers
,
2019/11/12
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Eduardo Habkost
,
2019/11/05
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Peter Maydell
,
2019/11/05
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Alex Bennée
,
2019/11/05
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Eduardo Habkost
,
2019/11/05
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Daniel P . Berrangé
,
2019/11/06
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Peter Maydell
,
2019/11/06
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
,
Alex Bennée
,
2019/11/06
Re: git-publish, --pull-request and --signoff (was: Re: [PULL 0/9] Ide patches)
,
Eduardo Habkost
,
2019/11/05
Re: git-publish, --pull-request and --signoff (was: Re: [PULL 0/9] Ide patches)
,
Stefan Hajnoczi
,
2019/11/05
Re: git-publish, --pull-request and --signoff (was: Re: [PULL 0/9] Ide patches)
,
Eduardo Habkost
,
2019/11/05
Re: git-publish, --pull-request and --signoff (was: Re: [PULL 0/9] Ide patches)
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v1 1/1] opensbi: Upgrade from v0.4 to v0.5
,
Alistair Francis
,
2019/11/05
Re: [PATCH v1 1/1] opensbi: Upgrade from v0.4 to v0.5
,
Palmer Dabbelt
,
2019/11/05
[PATCH] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Janosch Frank
,
2019/11/05
Re: [PATCH] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
David Hildenbrand
,
2019/11/05
Re: [PATCH] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Janosch Frank
,
2019/11/05
Re: [PATCH] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
David Hildenbrand
,
2019/11/05
Re: [PATCH] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Janosch Frank
,
2019/11/11
Re: [PATCH] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
David Hildenbrand
,
2019/11/11
[PATCH] virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
,
Evgeny Yakovlev
,
2019/11/05
Re: [PATCH] virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
,
Stefan Hajnoczi
,
2019/11/06
[PULL 00/13] Linux user for 4.2 patches
,
Laurent Vivier
,
2019/11/05
[PULL 13/13] linux-user/alpha: Set r20 secondary return value
,
Laurent Vivier
,
2019/11/05
[PULL 01/13] linux-user: Support for NETLINK socket options
,
Laurent Vivier
,
2019/11/05
[PULL 10/13] linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
,
Laurent Vivier
,
2019/11/05
[PULL 07/13] linux-user/sparc: Use WREG_SP constant in sparc/signal.c
,
Laurent Vivier
,
2019/11/05
[PULL 02/13] scripts/qemu-binfmt-conf: Update for sparc64
,
Laurent Vivier
,
2019/11/05
[PULL 09/13] linux-user/sparc64: Fix target_signal_frame
,
Laurent Vivier
,
2019/11/05
[PULL 06/13] linux-user/sparc: Begin using WREG constants in sparc/signal.c
,
Laurent Vivier
,
2019/11/05
[PULL 05/13] linux-user/sparc: Use WREG constants in sparc/target_cpu.h
,
Laurent Vivier
,
2019/11/05
[PULL 04/13] target/sparc: Define an enumeration for accessing env->regwptr
,
Laurent Vivier
,
2019/11/05
[PULL 03/13] tests/tcg/multiarch/linux-test: Fix error check for shmat
,
Laurent Vivier
,
2019/11/05
[PULL 12/13] linux-user/sparc: Fix cpu_clone_regs_*
,
Laurent Vivier
,
2019/11/05
[PULL 08/13] linux-user/sparc: Fix WREG usage in setup_frame
,
Laurent Vivier
,
2019/11/05
[PULL 11/13] linux-user: Introduce cpu_clone_regs_parent
,
Laurent Vivier
,
2019/11/05
Re: [PULL 00/13] Linux user for 4.2 patches
,
no-reply
,
2019/11/05
Re: [PULL 00/13] Linux user for 4.2 patches
,
Laurent Vivier
,
2019/11/05
Re: [PULL 00/13] Linux user for 4.2 patches
,
Philippe Mathieu-Daudé
,
2019/11/05
[PULL 0/1] Q800 branch patches
,
Laurent Vivier
,
2019/11/05
[PULL 1/1] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/05
Re: [PULL 0/1] Q800 branch patches
,
Peter Maydell
,
2019/11/06
[PULL v2 0/3] Trivial branch patches
,
Laurent Vivier
,
2019/11/05
[PULL v2 2/3] hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses
,
Laurent Vivier
,
2019/11/05
[PULL v2 1/3] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registers
,
Laurent Vivier
,
2019/11/05
[PULL v2 3/3] global: Squash 'the the'
,
Laurent Vivier
,
2019/11/05
Re: [Xen-devel] [PULL v2 0/3] Trivial branch patches
,
no-reply
,
2019/11/05
Re: [Xen-devel] [PULL v2 0/3] Trivial branch patches
,
Laurent Vivier
,
2019/11/05
Re: [Xen-devel] [PULL v2 0/3] Trivial branch patches
,
Peter Maydell
,
2019/11/06
Re: [Xen-devel] [PULL v2 0/3] Trivial branch patches
,
Laurent Vivier
,
2019/11/06
Re: [PATCH v4 01/20] softmmu: split off vl.c:main() into main.c
,
Darren Kenny
,
2019/11/05
Re: [PATCH v4 01/20] softmmu: split off vl.c:main() into main.c
,
Alexander Bulekov
,
2019/11/12
Re: [PATCH v4 01/20] softmmu: split off vl.c:main() into main.c
,
Stefan Hajnoczi
,
2019/11/06
[PATCH v1 0/4] virtio: fix IO request length in virtio SCSI/block
,
Denis Plotnikov
,
2019/11/05
[PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Denis Plotnikov
,
2019/11/05
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Michael S. Tsirkin
,
2019/11/05
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Denis Plotnikov
,
2019/11/06
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Michael S. Tsirkin
,
2019/11/06
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v1 1/4] virtio: protect non-modern devices from too big virtqueue size setting
,
Michael S. Tsirkin
,
2019/11/06
[PATCH v1 2/4] virtio: make seg_max virtqueue size dependent
,
Denis Plotnikov
,
2019/11/05
Re: [PATCH v1 2/4] virtio: make seg_max virtqueue size dependent
,
Michael S. Tsirkin
,
2019/11/05
Re: [PATCH v1 2/4] virtio: make seg_max virtqueue size dependent
,
Denis Lunev
,
2019/11/06
Re: [PATCH v1 2/4] virtio: make seg_max virtqueue size dependent
,
Michael S. Tsirkin
,
2019/11/06
Re: [PATCH v1 2/4] virtio: make seg_max virtqueue size dependent
,
Denis Plotnikov
,
2019/11/08
Re: [PATCH v1 2/4] virtio: make seg_max virtqueue size dependent
,
Michael S. Tsirkin
,
2019/11/08
[PATCH v1 3/4] virtio: increase virtuqueue sizes in new machine types
,
Denis Plotnikov
,
2019/11/05
Re: [PATCH v1 3/4] virtio: increase virtuqueue sizes in new machine types
,
Michael S. Tsirkin
,
2019/11/05
[PATCH v1 4/4] iotests: add test for virtio-scsi and virtio-blk machine type settings
,
Denis Plotnikov
,
2019/11/05
Re: [PATCH v1 4/4] iotests: add test for virtio-scsi and virtio-blk machine type settings
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v1 4/4] iotests: add test for virtio-scsi and virtio-blk machine type settings
,
Max Reitz
,
2019/11/06
Re: [PATCH v1 4/4] iotests: add test for virtio-scsi and virtio-blk machine type settings
,
Eduardo Habkost
,
2019/11/06
Re: [PATCH v1 4/4] iotests: add test for virtio-scsi and virtio-blk machine type settings
,
Cleber Rosa
,
2019/11/07
Re: [PATCH v1 4/4] iotests: add test for virtio-scsi and virtio-blk machine type settings
,
Denis Plotnikov
,
2019/11/08
Re: Failure of troublesome vhost-user/flags-mismatch test can't be reproduced
,
Stefan Hajnoczi
,
2019/11/05
Re: [PATCH] iothread: document -object iothread on man page
,
Stefan Hajnoczi
,
2019/11/05
Re: [RFC 3/3] tests/vhost-user-fs-test: add vhost-user-fs test case
,
Stefan Hajnoczi
,
2019/11/05
Re: [RFC 3/3] tests/vhost-user-fs-test: add vhost-user-fs test case
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Stefan Hajnoczi
,
2019/11/05
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Kevin Wolf
,
2019/11/06
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Max Reitz
,
2019/11/06
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Eric Blake
,
2019/11/06
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Stefan Hajnoczi
,
2019/11/21
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Kevin Wolf
,
2019/11/21
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Daniel P . Berrangé
,
2019/11/07
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Kevin Wolf
,
2019/11/07
Re: [RFC PATCH 00/18] Add qemu-storage-daemon
,
Kevin Wolf
,
2019/11/14
[PULL 00/11] Block patches
,
Stefan Hajnoczi
,
2019/11/05
[PULL 01/11] image-fuzzer: Open image files in binary mode
,
Stefan Hajnoczi
,
2019/11/05
[PULL 02/11] image-fuzzer: Write bytes instead of string to image file
,
Stefan Hajnoczi
,
2019/11/05
[PULL 03/11] image-fuzzer: Explicitly use integer division operator
,
Stefan Hajnoczi
,
2019/11/05
[PULL 04/11] image-fuzzer: Use io.StringIO
,
Stefan Hajnoczi
,
2019/11/05
[PULL 05/11] image-fuzzer: Use %r for all fiels at Field.__repr__()
,
Stefan Hajnoczi
,
2019/11/05
[PULL 06/11] image-fuzzer: Return bytes objects on string fuzzing functions
,
Stefan Hajnoczi
,
2019/11/05
[PULL 07/11] image-fuzzer: Use bytes constant for field values
,
Stefan Hajnoczi
,
2019/11/05
[PULL 08/11] image-fuzzer: Encode file name and file format to bytes
,
Stefan Hajnoczi
,
2019/11/05
[PULL 09/11] image-fuzzer: Run using python3
,
Stefan Hajnoczi
,
2019/11/05
[PULL 10/11] image-fuzzer: Use errors parameter of subprocess.Popen()
,
Stefan Hajnoczi
,
2019/11/05
[PULL 11/11] image-fuzzer: Use OSerror.strerror instead of tuple subscript
,
Stefan Hajnoczi
,
2019/11/05
Re: [PULL 00/11] Block patches
,
Peter Maydell
,
2019/11/06
Re: [PATCH] image-fuzzer: Use OSerror.strerror instead of tuple subscript
,
Stefan Hajnoczi
,
2019/11/05
Re: [PATCH 00/10] image-fuzzer: Port to Python 3
,
Stefan Hajnoczi
,
2019/11/05
Re: [PATCH] audio: add -audiodev pa,in|out.latency= to documentation
,
Stefan Hajnoczi
,
2019/11/05
[PATCH v2] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Philippe Mathieu-Daudé
,
2019/11/05
Re: [PATCH v2] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Daniel P . Berrangé
,
2019/11/05
[PULL 0/4] Trivial branch patches
,
Laurent Vivier
,
2019/11/05
[PULL 1/4] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registers
,
Laurent Vivier
,
2019/11/05
[PULL 4/4] global: Squash 'the the'
,
Laurent Vivier
,
2019/11/05
[PULL 3/4] qom: Fix error message in object_class_property_add()
,
Laurent Vivier
,
2019/11/05
[PULL 2/4] hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses
,
Laurent Vivier
,
2019/11/05
Re: [PULL 0/4] Trivial branch patches
,
no-reply
,
2019/11/05
Re: [PULL 0/4] Trivial branch patches
,
Laurent Vivier
,
2019/11/05
Re: [PULL 0/4] Trivial branch patches
,
Dr. David Alan Gilbert
,
2019/11/05
Re: [PULL 0/4] Trivial branch patches
,
Laurent Vivier
,
2019/11/05
Re: [PULL 0/4] Trivial branch patches
,
Greg Kurz
,
2019/11/06
Re: [PULL 0/4] Trivial branch patches
,
no-reply
,
2019/11/05
[PATCH v2] virtio: notify virtqueue via host notifier when available
,
Stefan Hajnoczi
,
2019/11/05
Re: [PATCH v2] virtio: notify virtqueue via host notifier when available
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v2] virtio: notify virtqueue via host notifier when available
,
Michael S. Tsirkin
,
2019/11/06
Re: [PATCH v2] virtio: notify virtqueue via host notifier when available
,
Felipe Franciosi
,
2019/11/07
Re: [PATCH 2/2] hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses
,
Laurent Vivier
,
2019/11/05
Re: [PATCH 1/2] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registers
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v4 00/20] Add virtual device fuzzing support
,
Darren Kenny
,
2019/11/05
Re: [PATCH v4 00/20] Add virtual device fuzzing support
,
Alexander Oleinik
,
2019/11/05
Re: [PATCH v4 00/20] Add virtual device fuzzing support
,
Darren Kenny
,
2019/11/05
Re: [PATCH v4 00/20] Add virtual device fuzzing support
,
Stefan Hajnoczi
,
2019/11/06
Re: [PATCH v4 00/20] Add virtual device fuzzing support
,
Stefan Hajnoczi
,
2019/11/07
Re: [RFC PATCH v2 00/26] Add subcluster allocation to qcow2
,
Max Reitz
,
2019/11/05
Re: [RFC PATCH v2 25/26] qcow2: Allow preallocation and backing files if extended_l2 is set
,
Max Reitz
,
2019/11/05
[Bug 1596579] Re: segfault upon reboot
,
Thomas Huth
,
2019/11/05
Re: [RFC PATCH v2 24/26] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
,
Max Reitz
,
2019/11/05
Re: [RFC PATCH v2 24/26] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
,
Alberto Garcia
,
2019/11/15
Re: [PATCH] virtio: notify virtqueue via host notifier when available
,
Stefan Hajnoczi
,
2019/11/05
Re: [RFC PATCH v2 22/26] qcow2: Add subcluster support to handle_alloc_space()
,
Max Reitz
,
2019/11/05
Re: [RFC PATCH v2 20/26] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
,
Max Reitz
,
2019/11/05
Re: [RFC PATCH v2 20/26] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
,
Alberto Garcia
,
2019/11/14
Re: [Qemu-devel] Cross-posted : Odd QXL/KVM performance issue with a Windows 7 Guest
,
Alex Bennée
,
2019/11/05
Re: [PATCH 0/2] rdma: Utilize ibv_reg_mr_iova for memory registration
,
Marcel Apfelbaum
,
2019/11/05
Re: [RFC PATCH v2 18/26] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
,
Max Reitz
,
2019/11/05
Re: [RFC PATCH v2 18/26] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
,
Alberto Garcia
,
2019/11/14
guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/05
Re: guest / host buffer sharing ...
,
Geoffrey McRae
,
2019/11/05
Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/06
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/06
Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/06
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Dr. David Alan Gilbert
,
2019/11/06
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/07
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Dr. David Alan Gilbert
,
2019/11/07
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/08
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/06
Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/06
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/07
Re: guest / host buffer sharing ...
,
Frank Yang
,
2019/11/07
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/20
Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/08
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/08
Re: guest / host buffer sharing ...
,
Stéphane Marchesin
,
2019/11/08
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/09
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/09
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/09
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/09
Re: guest / host buffer sharing ...
,
Stefan Hajnoczi
,
2019/11/18
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/20
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/20
Re: guest / host buffer sharing ...
,
David Stevens
,
2019/11/10
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Liam Girdwood
,
2019/11/11
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gurchetan Singh
,
2019/11/11
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Liam Girdwood
,
2019/11/12
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gurchetan Singh
,
2019/11/12
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Liam Girdwood
,
2019/11/19
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gurchetan Singh
,
2019/11/19
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/20
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Liam Girdwood
,
2019/11/25
Re: [virtio-dev] Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/27
Re: guest / host buffer sharing ...
,
David Stevens
,
2019/11/06
Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/06
Re: guest / host buffer sharing ...
,
Geoffrey McRae
,
2019/11/06
Re: guest / host buffer sharing ...
,
Gerd Hoffmann
,
2019/11/07
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/20
Re: guest / host buffer sharing ...
,
Geoffrey McRae
,
2019/11/20
Re: guest / host buffer sharing ...
,
Tomasz Figa
,
2019/11/21
backup_calculate_cluster_size does not consider source
,
Dietmar Maurer
,
2019/11/05
Re: backup_calculate_cluster_size does not consider source
,
Stefan Hajnoczi
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Dietmar Maurer
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Wolfgang Bumiller
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Dietmar Maurer
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Dietmar Maurer
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Dietmar Maurer
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Max Reitz
,
2019/11/06
Re: backup_calculate_cluster_size does not consider source
,
Vladimir Sementsov-Ogievskiy
,
2019/11/06
Re: [PATCH v2 11/12] linux-user/sparc: Fix cpu_clone_regs_*
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 12/12] linux-user/alpha: Set r20 secondary return value
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 10/12] linux-user: Introduce cpu_clone_regs_parent
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 09/12] linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 07/12] linux-user/sparc: Fix WREG usage in setup_frame
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 06/12] linux-user/sparc: Use WREG_SP constant in sparc/signal.c
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 05/12] linux-user/sparc: Begin using WREG constants in sparc/signal.c
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 04/12] linux-user/sparc: Use WREG constants in sparc/target_cpu.h
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 03/12] target/sparc: Define an enumeration for accessing env->regwptr
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 02/12] tests/tcg/multiarch/linux-test: Fix error check for shmat
,
Laurent Vivier
,
2019/11/05
Re: [PATCH v2 01/12] scripts/qemu-binfmt-conf: Update for sparc64
,
Laurent Vivier
,
2019/11/05
[RFC v2 00/14] Add SDEI support for arm64
,
Heyi Guo
,
2019/11/05
[RFC v2 04/14] arm: add CONFIG_SDEI build flag
,
Heyi Guo
,
2019/11/05
[RFC v2 06/14] arm/sdei: add system reset callback
,
Heyi Guo
,
2019/11/05
[RFC v2 07/14] arm/sdei: add support to trigger event by GIC interrupt ID
,
Heyi Guo
,
2019/11/05
[RFC v2 13/14] arm/kvm: handle guest exit of hypercall
,
Heyi Guo
,
2019/11/05
[RFC v2 08/14] core/irq: add qemu_irq_remove_intercept interface
,
Heyi Guo
,
2019/11/05
[RFC v2 10/14] arm/sdei: add support to register interrupt bind notifier
,
Heyi Guo
,
2019/11/05
[RFC v2 14/14] virt/acpi: add SDEI table if SDEI is enabled
,
Heyi Guo
,
2019/11/05
Re: [RFC v2 14/14] virt/acpi: add SDEI table if SDEI is enabled
,
Igor Mammedov
,
2019/11/12
Re: [RFC v2 14/14] virt/acpi: add SDEI table if SDEI is enabled
,
Guoheyi
,
2019/11/18
[RFC v2 01/14] update-linux-headers.sh: import linux/arm_sdei.h to standard-headers
,
Heyi Guo
,
2019/11/05
[RFC v2 09/14] arm/sdei: override qemu_irq handler when binding interrupt
,
Heyi Guo
,
2019/11/05
[RFC v2 12/14] arm/sdei: add stub to fix build failure when SDEI is not enabled
,
Heyi Guo
,
2019/11/05
[RFC v2 02/14] standard-headers: import arm_sdei.h
,
Heyi Guo
,
2019/11/05
Re: [RFC v2 02/14] standard-headers: import arm_sdei.h
,
Cornelia Huck
,
2019/11/06
Re: [RFC v2 02/14] standard-headers: import arm_sdei.h
,
Guoheyi
,
2019/11/06
Re: [RFC v2 02/14] standard-headers: import arm_sdei.h
,
Cornelia Huck
,
2019/11/07
Re: [RFC v2 02/14] standard-headers: import arm_sdei.h
,
Michael S. Tsirkin
,
2019/11/07
[RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Heyi Guo
,
2019/11/05
Re: [RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Cornelia Huck
,
2019/11/06
Re: [RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Guoheyi
,
2019/11/06
Re: [RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Michael S. Tsirkin
,
2019/11/07
Re: [RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Guoheyi
,
2019/11/07
Re: [RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Cornelia Huck
,
2019/11/07
Re: [RFC v2 11/14] linux-headers/kvm.h: add capability to forward hypercall
,
Guoheyi
,
2019/11/07
[RFC v2 03/14] arm/sdei: add virtual device framework
,
Heyi Guo
,
2019/11/05
[RFC v2 05/14] arm/sdei: add support to handle SDEI requests from guest
,
Heyi Guo
,
2019/11/05
Re: [RFC v2 00/14] Add SDEI support for arm64
,
Guoheyi
,
2019/11/05
Re: [RFC v2 00/14] Add SDEI support for arm64
,
no-reply
,
2019/11/05
Re: [RFC v2 00/14] Add SDEI support for arm64
,
no-reply
,
2019/11/05
Re: [RFC v2 00/14] Add SDEI support for arm64
,
Guoheyi
,
2019/11/18
Re: [RFC v2 00/14] Add SDEI support for arm64
,
Peter Maydell
,
2019/11/18
Re: [RFC v2 00/14] Add SDEI support for arm64
,
Guoheyi
,
2019/11/18
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/05
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/05
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Richard Henderson
,
2019/11/05
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/05
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Michael Rolnik
,
2019/11/19
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Aleksandar Markovic
,
2019/11/19
Re: [PATCH v35 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Michael Rolnik
,
2019/11/19
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Keith Packard
,
2019/11/05
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/11
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Alistair Francis
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Keith Packard
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Keith Packard
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Keith Packard
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Richard Henderson
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Richard Henderson
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Keith Packard
,
2019/11/14
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Peter Maydell
,
2019/11/15
Re: [PATCH] Semihost SYS_READC implementation (v4)
,
Keith Packard
,
2019/11/15
Live migration primary vncviewer blocked.
,
Chang Howard
,
2019/11/04
Re: Live migration primary vncviewer blocked.
,
Dr. David Alan Gilbert
,
2019/11/05
Re: [Qemu-discuss] Cross-posted : Odd QXL/KVM performance issue with a Windows 7 Guest
,
Brad Campbell
,
2019/11/04
Adding New, Unsupported ISA to Qemu
,
Hanson, Seth
,
2019/11/04
Re: Adding New, Unsupported ISA to Qemu
,
Alex Bennée
,
2019/11/05
Re: Adding New, Unsupported ISA to Qemu
,
Stefan Hajnoczi
,
2019/11/05
Re: Adding New, Unsupported ISA to Qemu
,
Peter Maydell
,
2019/11/05
Re: [EXTERNAL] Re: Adding New, Unsupported ISA to Qemu
,
Hanson, Seth
,
2019/11/05
Re: [EXTERNAL] Re: Adding New, Unsupported ISA to Qemu
,
Peter Maydell
,
2019/11/05
Re: [EXTERNAL] Re: Adding New, Unsupported ISA to Qemu
,
Philippe Mathieu-Daudé
,
2019/11/05
Re: Adding New, Unsupported ISA to Qemu
,
Palmer Dabbelt
,
2019/11/05
SIGSEGV question (Hexagon)
,
Taylor Simpson
,
2019/11/04
Re: SIGSEGV question (Hexagon)
,
Alex Bennée
,
2019/11/05
RE: SIGSEGV question (Hexagon)
,
Taylor Simpson
,
2019/11/05
Re: [RESEND PATCH 0/2] PCI DMA alias support
,
Alex Williamson
,
2019/11/04
Re: [RESEND PATCH 0/2] PCI DMA alias support
,
Michael S. Tsirkin
,
2019/11/05
Re: [RESEND PATCH 0/2] PCI DMA alias support
,
Michael S. Tsirkin
,
2019/11/06
[PATCH] net/cadence_gem: Set PHY autonegotiation restart status
,
linus . ziegert
,
2019/11/04
Re: [PATCH] net/cadence_gem: Set PHY autonegotiation restart status
,
Alistair Francis
,
2019/11/04
Re: [PATCH] net/cadence_gem: Set PHY autonegotiation restart status
,
Linus Ziegert
,
2019/11/05
Re: [PATCH] net/cadence_gem: Set PHY autonegotiation restart status
,
Philippe Mathieu-Daudé
,
2019/11/18
Re: [PATCH] net/cadence_gem: Set PHY autonegotiation restart status
,
Peter Maydell
,
2019/11/18
Re: [PATCH for-4.2 v10 06/15] virtio-iommu: Endpoint and domains structs and helpers
,
Jean-Philippe Brucker
,
2019/11/04
Re: [PATCH for-4.2 v10 06/15] virtio-iommu: Endpoint and domains structs and helpers
,
Auger Eric
,
2019/11/25
RE: [PATCH v7 0/11] add failover feature for assigned network devices
,
Parav Pandit
,
2019/11/04
Re: [PATCH v7 0/11] add failover feature for assigned network devices
,
Laine Stump
,
2019/11/04
[PATCH] Semihost SYS_READC implementation (v6)
,
Keith Packard
,
2019/11/04
Re: [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host
,
Peter Xu
,
2019/11/04
RE: [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host
,
Peter Xu
,
2019/11/06
Re: [Qemu-devel] [Fail] tests/test-util-filemonitor fails
,
Miguel Arruga Vivas
,
2019/11/04
Re: [Qemu-devel] [Fail] tests/test-util-filemonitor fails
,
Daniel P . Berrangé
,
2019/11/05
Re: [Qemu-devel] [Fail] tests/test-util-filemonitor fails
,
Miguel Arruga Vivas
,
2019/11/08
[PATCH] global: Squash 'the the'
,
Dr. David Alan Gilbert (git)
,
2019/11/04
Re: [PATCH] global: Squash 'the the'
,
Alex Bennée
,
2019/11/04
Re: [PATCH] global: Squash 'the the'
,
Laurent Vivier
,
2019/11/04
Re: [PATCH] global: Squash 'the the'
,
no-reply
,
2019/11/04
Re: [PATCH] global: Squash 'the the'
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH] global: Squash 'the the'
,
Alex Bennée
,
2019/11/05
Re: [PATCH] global: Squash 'the the'
,
Laurent Vivier
,
2019/11/05
Re: [PATCH] global: Squash 'the the'
,
Dr. David Alan Gilbert
,
2019/11/05
Re: [PATCH] global: Squash 'the the'
,
Dr. David Alan Gilbert
,
2019/11/05
Re: [PATCH] global: Squash 'the the'
,
no-reply
,
2019/11/04
Re: [PATCH] global: Squash 'the the'
,
Laurent Vivier
,
2019/11/05
Re: [PATCH] global: Squash 'the the'
,
David Gibson
,
2019/11/06
Re: [PATCH v26 00/21] Add RX archtecture support
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH v26 00/21] Add RX archtecture support
,
Yoshinori Sato
,
2019/11/05
Re: The problems about COLO
,
Lukas Straub
,
2019/11/04
Re: The problems about COLO
,
Daniel Cho
,
2019/11/07
Re: The problems about COLO
,
Lukas Straub
,
2019/11/07
Re: The problems about COLO
,
Daniel Cho
,
2019/11/07
Questions about the VFIO BAR region
,
Li Qiang
,
2019/11/04
Re: Questions about the VFIO BAR region
,
Alex Williamson
,
2019/11/04
Re: Questions about the VFIO BAR region
,
Li Qiang
,
2019/11/04
Re: Questions about the VFIO BAR region
,
Auger Eric
,
2019/11/05
Re: Questions about the VFIO BAR region
,
Li Qiang
,
2019/11/05
Re: [PATCH v2 0/2] block/nvme: add support for write zeros and discard
,
Maxim Levitsky
,
2019/11/04
Re: [PATCH v2 2/2] nbd: Allow description when creating NBD blockdev
,
Maxim Levitsky
,
2019/11/04
Re: [PATCH v2 1/2] nbd: Don't send oversize strings
,
Maxim Levitsky
,
2019/11/04
Re: [PATCH v2 1/2] nbd: Don't send oversize strings
,
Eric Blake
,
2019/11/13
[PATCH v1 0/6] testing/next (netbsd stuff)
,
Alex Bennée
,
2019/11/04
[PATCH v1 2/6] tests/vm: add console_consume helper
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 2/6] tests/vm: add console_consume helper
,
Philippe Mathieu-Daudé
,
2019/11/04
[PATCH v1 4/6] tests/vm: update netbsd to version 8.1
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 4/6] tests/vm: update netbsd to version 8.1
,
Philippe Mathieu-Daudé
,
2019/11/04
[PATCH v1 3/6] tests/vm: use console_consume for netbsd
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 3/6] tests/vm: use console_consume for netbsd
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH v1 3/6] tests/vm: use console_consume for netbsd
,
Alex Bennée
,
2019/11/04
[PATCH v1 1/6] tests/vm: netbsd autoinstall, using serial console
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 1/6] tests/vm: netbsd autoinstall, using serial console
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH v1 1/6] tests/vm: netbsd autoinstall, using serial console
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH v1 1/6] tests/vm: netbsd autoinstall, using serial console
,
Thomas Huth
,
2019/11/11
[PATCH v1 6/6] tests/vm: support sites with sha512 checksums
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 6/6] tests/vm: support sites with sha512 checksums
,
Philippe Mathieu-Daudé
,
2019/11/04
[PATCH v1 5/6] tests: only run ipmi-bt-test if CONFIG_LINUX
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 5/6] tests: only run ipmi-bt-test if CONFIG_LINUX
,
Corey Minyard
,
2019/11/04
Re: [PATCH v1 5/6] tests: only run ipmi-bt-test if CONFIG_LINUX
,
Alex Bennée
,
2019/11/04
Re: [PATCH v1 0/6] testing/next (netbsd stuff)
,
Peter Maydell
,
2019/11/07
Re: [PATCH v1 0/6] testing/next (netbsd stuff)
,
Kamil Rytarowski
,
2019/11/07
Re: [PATCH v1 0/6] testing/next (netbsd stuff)
,
Peter Maydell
,
2019/11/07
[PULL 0/2] qemu-ga patch queue for 4.2-rc0
,
Michael Roth
,
2019/11/04
[PULL 1/2] qga-win: network-get-interfaces command name field bug fix
,
Michael Roth
,
2019/11/04
[PULL 2/2] qga: Add "guest-get-memory-block-info" to blacklist
,
Michael Roth
,
2019/11/04
Re: [PULL 0/2] qemu-ga patch queue for 4.2-rc0
,
Peter Maydell
,
2019/11/06
Re: [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
,
Peter Xu
,
2019/11/04
Re: [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
,
Peter Xu
,
2019/11/04
RE: [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
,
Peter Xu
,
2019/11/07
Re: [PATCH 1/1] target/arm: Add support for cortex-m7 CPU
,
Alex Bennée
,
2019/11/04
Re: [PATCH 1/1] target/arm: Add support for cortex-m7 CPU
,
Peter Maydell
,
2019/11/12
Re: [PING] [PATCH 1/1] target/arm: Add support for cortex-m7 CPU
,
Christophe Lyon
,
2019/11/04
Re: [PING] [PATCH 1/1] target/arm: Add support for cortex-m7 CPU
,
Peter Maydell
,
2019/11/05
Re: [PING] [PATCH 1/1] target/arm: Add support for cortex-m7 CPU
,
Christophe Lyon
,
2019/11/05
Re: [RFC v2 14/22] vfio/pci: add iommu_context notifier for pasid bind/unbind
,
David Gibson
,
2019/11/04
RE: [RFC v2 14/22] vfio/pci: add iommu_context notifier for pasid bind/unbind
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 14/22] vfio/pci: add iommu_context notifier for pasid bind/unbind
,
Peter Xu
,
2019/11/06
Re: [PATCH v17 4/7] target/ppc: Build rtas error log upon an MCE
,
David Gibson
,
2019/11/04
Re: [PATCH v17 4/7] target/ppc: Build rtas error log upon an MCE
,
Ganesh
,
2019/11/06
Re: [PATCH v17 4/7] target/ppc: Build rtas error log upon an MCE
,
Ganesh
,
2019/11/18
Re: [PATCH v17 4/7] target/ppc: Build rtas error log upon an MCE
,
David Gibson
,
2019/11/18
[PATCH v7 0/8] Acceptance test: Add "boot_linux" acceptance test
,
Cleber Rosa
,
2019/11/04
[PATCH v7 1/8] Acceptance test x86_cpu_model_versions: use default vm
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 1/8] Acceptance test x86_cpu_model_versions: use default vm
,
Philippe Mathieu-Daudé
,
2019/11/04
[PATCH v7 2/8] Acceptance tests: introduce utility method for tags unique vals
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 2/8] Acceptance tests: introduce utility method for tags unique vals
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v7 2/8] Acceptance tests: introduce utility method for tags unique vals
,
Cleber Rosa
,
2019/11/11
[PATCH v7 4/8] Acceptance tests: use relative location for tests
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 4/8] Acceptance tests: use relative location for tests
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH v7 4/8] Acceptance tests: use relative location for tests
,
Cleber Rosa
,
2019/11/11
Re: [PATCH v7 4/8] Acceptance tests: use relative location for tests
,
Philippe Mathieu-Daudé
,
2019/11/12
Re: [PATCH v7 4/8] Acceptance tests: use relative location for tests
,
Wainer dos Santos Moschetta
,
2019/11/07
[PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
,
Cleber Rosa
,
2019/11/11
Re: [PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
,
Philippe Mathieu-Daudé
,
2019/11/12
Re: [PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
,
Cleber Rosa
,
2019/11/11
Re: [PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
,
Philippe Mathieu-Daudé
,
2019/11/12
[PATCH v7 5/8] Acceptance tests: keep a stable reference to the QEMU build dir
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 5/8] Acceptance tests: keep a stable reference to the QEMU build dir
,
Wainer dos Santos Moschetta
,
2019/11/07
Re: [PATCH v7 5/8] Acceptance tests: keep a stable reference to the QEMU build dir
,
Cleber Rosa
,
2019/11/11
Re: [PATCH v7 5/8] Acceptance tests: keep a stable reference to the QEMU build dir
,
Cleber Rosa
,
2019/11/15
[PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Wainer dos Santos Moschetta
,
2019/11/07
Re: [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Cleber Rosa
,
2019/11/11
Re: [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Wainer dos Santos Moschetta
,
2019/11/12
Re: [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Cleber Rosa
,
2019/11/15
Re: [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Philippe Mathieu-Daudé
,
2019/11/08
Re: [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
,
Cleber Rosa
,
2019/11/15
[PATCH v7 7/8] Acceptance tests: depend on qemu-img
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 7/8] Acceptance tests: depend on qemu-img
,
Wainer dos Santos Moschetta
,
2019/11/07
Re: [PATCH v7 7/8] Acceptance tests: depend on qemu-img
,
Cleber Rosa
,
2019/11/15
[PATCH v7 8/8] Acceptance test: add "boot_linux" tests
,
Cleber Rosa
,
2019/11/04
Re: [PATCH v7 8/8] Acceptance test: add "boot_linux" tests
,
Wainer dos Santos Moschetta
,
2019/11/08
Re: [PATCH v7 8/8] Acceptance test: add "boot_linux" tests
,
Cleber Rosa
,
2019/11/15
Re: [PATCH v7 8/8] Acceptance test: add "boot_linux" tests
,
Philippe Mathieu-Daudé
,
2019/11/12
Re: [PATCH v7 8/8] Acceptance test: add "boot_linux" tests
,
Cleber Rosa
,
2019/11/15
Re: [PATCH v7 0/8] Acceptance test: Add "boot_linux" acceptance test
,
no-reply
,
2019/11/04
Re: [PATCH v7 0/8] Acceptance test: Add "boot_linux" acceptance test
,
Wainer dos Santos Moschetta
,
2019/11/07
[PATCH] hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine
,
Clement Deschamps
,
2019/11/04
Re: [PATCH] hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine
,
Bonnans, Laurent
,
2019/11/05
Re: [PATCH] hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine
,
Peter Maydell
,
2019/11/11
Re: [RFC PATCH v2 16/26] qcow2: Add subcluster support to discard_in_l2_slice()
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 16/26] qcow2: Add subcluster support to discard_in_l2_slice()
,
Alberto Garcia
,
2019/11/14
Re: [RFC PATCH v2 16/26] qcow2: Add subcluster support to discard_in_l2_slice()
,
Max Reitz
,
2019/11/14
Re: [RFC PATCH v2 15/26] qcow2: Add subcluster support to zero_in_l2_slice()
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 15/26] qcow2: Add subcluster support to zero_in_l2_slice()
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 15/26] qcow2: Add subcluster support to zero_in_l2_slice()
,
Alberto Garcia
,
2019/11/14
Re: [RFC PATCH v2 14/26] qcow2: Add subcluster support to qcow2_get_cluster_offset()
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 14/26] qcow2: Add subcluster support to qcow2_get_cluster_offset()
,
Alberto Garcia
,
2019/11/08
Re: [RFC PATCH v2 14/26] qcow2: Add subcluster support to qcow2_get_cluster_offset()
,
Max Reitz
,
2019/11/11
Re: [RFC PATCH v2 13/26] qcow2: Add subcluster support to calculate_l2_meta()
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 13/26] qcow2: Add subcluster support to calculate_l2_meta()
,
Alberto Garcia
,
2019/11/08
Re: [RFC 0/3] block/file-posix: Work around XFS bug
,
Alberto Garcia
,
2019/11/04
Re: [RFC 0/3] block/file-posix: Work around XFS bug
,
Max Reitz
,
2019/11/04
Re: [RFC 0/3] block/file-posix: Work around XFS bug
,
Alberto Garcia
,
2019/11/04
Re: [RFC 0/3] block/file-posix: Work around XFS bug
,
Max Reitz
,
2019/11/04
Re: [RFC 0/3] block/file-posix: Work around XFS bug
,
Alberto Garcia
,
2019/11/04
Re: [RFC 0/3] block/file-posix: Work around XFS bug
,
Max Reitz
,
2019/11/04
[PATCH] pl031: Expose RTCICR as proper WC register
,
Alexander Graf
,
2019/11/04
Re: [PATCH] pl031: Expose RTCICR as proper WC register
,
Peter Maydell
,
2019/11/08
Re: [PATCH] pl031: Expose RTCICR as proper WC register
,
Alexander Graf
,
2019/11/12
Re: [PATCH] pl031: Expose RTCICR as proper WC register
,
Peter Maydell
,
2019/11/12
Re: [PATCH] pl031: Expose RTCICR as proper WC register
,
Peter Maydell
,
2019/11/14
Re: [PATCH] pl031: Expose RTCICR as proper WC register
,
Alexander Graf
,
2019/11/14
Re: [PATCH] pl031: Expose RTCICR as proper WC register
,
Peter Maydell
,
2019/11/14
[PATCH] qom: Fix error message in object_class_property_add()
,
Greg Kurz
,
2019/11/04
Re: [PATCH] qom: Fix error message in object_class_property_add()
,
Laurent Vivier
,
2019/11/04
Re: [PATCH] qom: Fix error message in object_class_property_add()
,
Laurent Vivier
,
2019/11/05
Re: [PATCH] qom: Fix error message in object_class_property_add()
,
Laurent Vivier
,
2019/11/12
[PATCH] tcg plugins: expose an API version concept
,
Alex Bennée
,
2019/11/04
Re: [PATCH] tcg plugins: expose an API version concept
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH] tcg plugins: expose an API version concept
,
Peter Maydell
,
2019/11/08
Re: [PATCH] tcg plugins: expose an API version concept
,
Alex Bennée
,
2019/11/08
Re: [RFC PATCH v2 12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
,
Alberto Garcia
,
2019/11/04
Re: [RFC PATCH v2 12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
,
Alberto Garcia
,
2019/11/07
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Laszlo Ersek (Red Hat)
,
2019/11/04
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Matti Hameister
,
2019/11/14
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Kevin Wolf
,
2019/11/15
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Michael Weiser
,
2019/11/15
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Matti Hameister
,
2019/11/17
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Michael Weiser
,
2019/11/18
[Bug 1846427] Re: 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
,
Michael Weiser
,
2019/11/28
Re: [RFC PATCH v2 11/26] qcow2: Add qcow2_get_subcluster_type()
,
Max Reitz
,
2019/11/04
Re: [RFC PATCH v2 11/26] qcow2: Add qcow2_get_subcluster_type()
,
Max Reitz
,
2019/11/04
[PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
,
Xiang Zheng
,
2019/11/04
[PATCH v21 6/6] MAINTAINERS: Add APCI/APEI/GHES entries
,
Xiang Zheng
,
2019/11/04
[PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c
,
Xiang Zheng
,
2019/11/04
[PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Xiang Zheng
,
2019/11/04
[PATCH v21 2/6] docs: APEI GHES generation and CPER record description
,
Xiang Zheng
,
2019/11/04
[PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Xiang Zheng
,
2019/11/04
Re: [PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
gengdongjiu
,
2019/11/08
Re: [PATCH v21 3/6] ACPI: Add APEI GHES table generation support
,
Xiang Zheng
,
2019/11/10
[PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option
,
Xiang Zheng
,
2019/11/04
Re: [PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
,
no-reply
,
2019/11/04
Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition
,
Damien Hedde
,
2019/11/04
Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: logfile issue
,
Alex Bennée
,
2019/11/04
Re: logfile issue
,
Robert Foley
,
2019/11/06
Re: [PATCH v5 08/13] hw/core: deprecate old reset functions and introduce new ones
,
Damien Hedde
,
2019/11/04
Re: [PATCH v5 08/13] hw/core: deprecate old reset functions and introduce new ones
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH v5 08/13] hw/core: deprecate old reset functions and introduce new ones
,
Peter Maydell
,
2019/11/29
[Bug 1847793] Re: qemu 4.1.0 - Corrupt guest filesystem after new vm install
,
Wayne
,
2019/11/04
[Bug 1847793] Re: qemu 4.1.0 - Corrupt guest filesystem after new vm install
,
Max Reitz
,
2019/11/05
Re: [PATCH v2 00/15] io_uring: add Linux io_uring AIO engine
,
Stefan Hajnoczi
,
2019/11/04
Re: [PATCH v2 00/15] io_uring: add Linux io_uring AIO engine
,
Stefan Hajnoczi
,
2019/11/13
[PATCH v3] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/04
Re: [PATCH v3] q800: fix I/O memory map
,
Richard Henderson
,
2019/11/05
[PATCH] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Philippe Mathieu-Daudé
,
2019/11/04
Re: [PATCH] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Daniel P . Berrangé
,
2019/11/05
Re: [PATCH] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Philippe Mathieu-Daudé
,
2019/11/05
Re: [PATCH] Makefile: Fix config-devices.mak not regenerated when Kconfig updated
,
Philippe Mathieu-Daudé
,
2019/11/05
[PULL 0/5] Block patches for 4.2-rc0
,
Max Reitz
,
2019/11/04
[PULL 1/5] nvme: fix NSSRS offset in CAP register
,
Max Reitz
,
2019/11/04
[PULL 2/5] block/block-copy: fix s->copy_size for compressed cluster
,
Max Reitz
,
2019/11/04
[PULL 3/5] block: Make wait/mark serialising requests public
,
Max Reitz
,
2019/11/04
[PULL 4/5] block: Add bdrv_co_get_self_request()
,
Max Reitz
,
2019/11/04
[PULL 5/5] block/file-posix: Let post-EOF fallocate serialize
,
Max Reitz
,
2019/11/04
Re: [PULL 0/5] Block patches for 4.2-rc0
,
Peter Maydell
,
2019/11/06
Re: [Qemu-devel] [PATCH 16/16] nvme: support multiple namespaces
,
Ross Lagerwall
,
2019/11/04
Re: [Qemu-devel] [PATCH 16/16] nvme: support multiple namespaces
,
Klaus Birkelund
,
2019/11/04
Re: [Qemu-devel] [PATCH 16/16] nvme: support multiple namespaces
,
Ross Lagerwall
,
2019/11/04
[PULL 0/2] fw_cfg for-4.2-soft-freeze patches
,
Philippe Mathieu-Daudé
,
2019/11/03
[PULL 1/2] fw_cfg: Allow reboot-timeout=-1 again
,
Philippe Mathieu-Daudé
,
2019/11/03
[PULL 2/2] tests/fw_cfg: Test 'reboot-timeout=-1' special value
,
Philippe Mathieu-Daudé
,
2019/11/03
Re: [PULL 0/2] fw_cfg for-4.2-soft-freeze patches
,
Peter Maydell
,
2019/11/05
[PATCH v4 0/6] HPPA: i82596, PS/2 and graphics emulation
,
Sven Schnelle
,
2019/11/03
[PATCH v4 3/6] ps2: accept 'Set Key Make and Break' commands
,
Sven Schnelle
,
2019/11/03
[PATCH v4 1/6] hw/hppa/dino.c: Improve emulation of Dino PCI chip
,
Sven Schnelle
,
2019/11/03
[PATCH v4 4/6] hppa: add emulation of LASI PS2 controllers
,
Sven Schnelle
,
2019/11/03
[PATCH v4 2/6] hppa: Add support for LASI chip with i82596 NIC
,
Sven Schnelle
,
2019/11/03
[PATCH v4 5/6] hppa: Add emulation of Artist graphics
,
Sven Schnelle
,
2019/11/03
[PATCH v4 6/6] seabios-hppa: update to latest version
,
Sven Schnelle
,
2019/11/03
Re: [PATCH v4 0/6] HPPA: i82596, PS/2 and graphics emulation
,
Sven Schnelle
,
2019/11/23
Re: [PATCH v4 0/6] HPPA: i82596, PS/2 and graphics emulation
,
Richard Henderson
,
2019/11/25
Feature Recommendations?
,
Dinah A Baum
,
2019/11/03
Re: Feature Recommendations?
,
Alex Bennée
,
2019/11/04
Re: Feature Recommendations?
,
Stefan Hajnoczi
,
2019/11/05
Re: Feature Recommendations?
,
Eric Blake
,
2019/11/06
Re: Feature Recommendations?
,
Peter Maydell
,
2019/11/06
Wiki account
,
Esteban Bosse
,
2019/11/03
Re: Wiki account
,
Daniel P . Berrangé
,
2019/11/04
Re: Wiki account
,
Esteban Bosse
,
2019/11/04
Re: RFC: New device for zero-copy VM memory access
,
geoff
,
2019/11/03
Re: RFC: New device for zero-copy VM memory access
,
geoff
,
2019/11/03
Re: RFC: New device for zero-copy VM memory access
,
Dr. David Alan Gilbert
,
2019/11/04
Re: RFC: New device for zero-copy VM memory access
,
geoff
,
2019/11/04
Re: RFC: New device for zero-copy VM memory access
,
Dr. David Alan Gilbert
,
2019/11/04
Re: RFC: New device for zero-copy VM memory access
,
Marc-André Lureau
,
2019/11/05
Re: RFC: New device for zero-copy VM memory access
,
Dr. David Alan Gilbert
,
2019/11/26
Re: RFC: New device for zero-copy VM memory access
,
Gerd Hoffmann
,
2019/11/04
Re: RFC: New device for zero-copy VM memory access
,
geoff
,
2019/11/04
Re: RFC: New device for zero-copy VM memory access
,
Gerd Hoffmann
,
2019/11/05
[PATCH v6 0/3] RTC support for QEMU RISC-V virt machine
,
Anup Patel
,
2019/11/03
[PATCH v6 1/3] hw: rtc: Add Goldfish RTC device
,
Anup Patel
,
2019/11/03
Re: [PATCH v6 1/3] hw: rtc: Add Goldfish RTC device
,
Philippe Mathieu-Daudé
,
2019/11/05
Re: [PATCH v6 1/3] hw: rtc: Add Goldfish RTC device
,
Anup Patel
,
2019/11/06
[PATCH v6 2/3] riscv: virt: Use Goldfish RTC device
,
Anup Patel
,
2019/11/03
[PATCH v6 3/3] MAINTAINERS: Add maintainer entry for Goldfish RTC
,
Anup Patel
,
2019/11/03
Re: [PATCH v6 3/3] MAINTAINERS: Add maintainer entry for Goldfish RTC
,
Alistair Francis
,
2019/11/04
[Bug 1851095] [NEW] [feature request] awareness of instructions that are well emulated
,
Shawn Landden
,
2019/11/03
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Shawn Landden
,
2019/11/03
Re: [Bug 1851095] [NEW] [feature request] awareness of instructions that are well emulated
,
Peter Maydell
,
2019/11/03
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Shawn Landden
,
2019/11/03
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Laurent Desnogues
,
2019/11/04
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Shawn Landden
,
2019/11/04
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Shawn Landden
,
2019/11/04
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Shawn Landden
,
2019/11/04
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Alex Bennée
,
2019/11/04
[Bug 1851095] Re: [feature request] awareness of instructions that are well emulated
,
Aleksandar Markovic
,
2019/11/04
[PATCH v2] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/02
Re: [PATCH v2] q800: fix I/O memory map
,
Philippe Mathieu-Daudé
,
2019/11/03
Re: [PATCH v2] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/04
Re: [PULL 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
,
Philippe Mathieu-Daudé
,
2019/11/02
Re: [PULL 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
,
Philippe Mathieu-Daudé
,
2019/11/02
Re: [RFC] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/02
Re: [RFC] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/02
Re: [RFC] q800: fix I/O memory map
,
Philippe Mathieu-Daudé
,
2019/11/02
Re: [RFC] q800: fix I/O memory map
,
Laurent Vivier
,
2019/11/02
[PATCH 0/3] dp8393x: fix problems detected with Quadra 800 machine
,
Laurent Vivier
,
2019/11/02
[PATCH 3/3] dp8393x: fix receiving buffer exhaustion
,
Laurent Vivier
,
2019/11/02
Re: [PATCH 3/3] dp8393x: fix receiving buffer exhaustion
,
Laurent Vivier
,
2019/11/04
Re: [PATCH 3/3] dp8393x: fix receiving buffer exhaustion
,
Hervé Poussineau
,
2019/11/05
Re: [PATCH 3/3] dp8393x: fix receiving buffer exhaustion
,
Laurent Vivier
,
2019/11/05
[PATCH 1/3] dp8393x: put the DMA buffer in the state structure
,
Laurent Vivier
,
2019/11/02
Re: [PATCH 1/3] dp8393x: put the DMA buffer in the state structure
,
Hervé Poussineau
,
2019/11/05
[PATCH 2/3] dp8393x: fix dp8393x_receive()
,
Laurent Vivier
,
2019/11/02
Re: [PATCH 2/3] dp8393x: fix dp8393x_receive()
,
Philippe Mathieu-Daudé
,
2019/11/02
Re: [PATCH 2/3] dp8393x: fix dp8393x_receive()
,
Laurent Vivier
,
2019/11/02
Re: [PATCH 2/3] dp8393x: fix dp8393x_receive()
,
Hervé Poussineau
,
2019/11/05
Re: [PATCH 2/3] dp8393x: fix dp8393x_receive()
,
Laurent Vivier
,
2019/11/05
Re: [PATCH 2/3] dp8393x: fix dp8393x_receive()
,
Hervé Poussineau
,
2019/11/06
Re: [PATCH 0/3] dp8393x: fix problems detected with Quadra 800 machine
,
Laurent Vivier
,
2019/11/05
Re: [RFC v2 12/22] intel_iommu: add present bit check for pasid table entries
,
Peter Xu
,
2019/11/02
RE: [RFC v2 12/22] intel_iommu: add present bit check for pasid table entries
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 11/22] intel_iommu: process pasid cache invalidation
,
Peter Xu
,
2019/11/02
RE: [RFC v2 11/22] intel_iommu: process pasid cache invalidation
,
Liu, Yi L
,
2019/11/06
[PATCH] mos6522: fix T1 and T2 timers
,
Laurent Vivier
,
2019/11/02
Re: [PATCH] mos6522: fix T1 and T2 timers
,
David Gibson
,
2019/11/03
Re: [PATCH] mos6522: fix T1 and T2 timers
,
Mark Cave-Ayland
,
2019/11/03
[PATCH] Makefile: install bios-microvm like other binary blobs
,
Philippe Mathieu-Daudé
,
2019/11/02
Re: [PATCH] Makefile: install bios-microvm like other binary blobs
,
Stefano Garzarella
,
2019/11/02
Re: [PATCH] Makefile: install bios-microvm like other binary blobs
,
Sergio Lopez
,
2019/11/04
Re: [PATCH] Makefile: install bios-microvm like other binary blobs
,
Laurent Vivier
,
2019/11/12
Re: [PATCH] linux-user: Support for NETLINK socket options
,
Laurent Vivier
,
2019/11/02
Re: [PATCH] linux-user: Support for NETLINK socket options
,
Laurent Vivier
,
2019/11/05
Re: [PATCH] linux-user: Support for NETLINK socket options
,
Josh Kunz
,
2019/11/05
Re: [PATCH v3 5/6] hppa: Add emulation of Artist graphics
,
Sven Schnelle
,
2019/11/01
Re: [PATCH v3 5/6] hppa: Add emulation of Artist graphics
,
Mark Cave-Ayland
,
2019/11/03
Re: [PATCH v3 5/6] hppa: Add emulation of Artist graphics
,
Sven Schnelle
,
2019/11/03
Re: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Philippe Mathieu-Daudé
,
2019/11/01
RE: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Taylor Simpson
,
2019/11/03
Re: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Aleksandar Markovic
,
2019/11/04
RE: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Taylor Simpson
,
2019/11/05
RE: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Taylor Simpson
,
2019/11/12
Re: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Alex Bennée
,
2019/11/13
RE: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Taylor Simpson
,
2019/11/13
Re: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Richard Henderson
,
2019/11/13
RE: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Taylor Simpson
,
2019/11/14
Re: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Peter Maydell
,
2019/11/13
Re: QEMU for Qualcomm Hexagon - KVM Forum talk and code available
,
Philippe Mathieu-Daudé
,
2019/11/19
Re: [RFC v2 07/22] hw/pci: introduce pci_device_iommu_context()
,
Peter Xu
,
2019/11/01
RE: [RFC v2 07/22] hw/pci: introduce pci_device_iommu_context()
,
Liu, Yi L
,
2019/11/06
RE: [RFC v2 07/22] hw/pci: introduce pci_device_iommu_context()
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 06/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
,
Peter Xu
,
2019/11/01
RE: [RFC v2 06/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
,
Liu, Yi L
,
2019/11/06
RE: [RFC v2 06/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 10/22] intel_iommu: add virtual command capability support
,
Peter Xu
,
2019/11/01
RE: [RFC v2 10/22] intel_iommu: add virtual command capability support
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 10/22] intel_iommu: add virtual command capability support
,
Peter Xu
,
2019/11/06
RE: [RFC v2 10/22] intel_iommu: add virtual command capability support
,
Liu, Yi L
,
2019/11/12
Re: [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
,
Peter Xu
,
2019/11/01
RE: [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
,
Liu, Yi L
,
2019/11/06
RE: [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
,
David Gibson
,
2019/11/19
RE: [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
,
Liu, Yi L
,
2019/11/26
Re: [PATCH v1 1/1] target/riscv: Remove atomic accesses to MIP CSR
,
Palmer Dabbelt
,
2019/11/01
Re: [PATCH] remove unnecessary ifdef TARGET_RISCV64
,
Palmer Dabbelt
,
2019/11/01
Re: [PATCH] remove unnecessary ifdef TARGET_RISCV64
,
Obinata Hiroyuki
,
2019/11/01
[PATCH v3] fdc/i8257: implement verify transfer mode
,
Sven Schnelle
,
2019/11/01
Re: [PATCH v3] fdc/i8257: implement verify transfer mode
,
Hervé Poussineau
,
2019/11/03
[PATCH v3] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/01
Re: [PATCH v3] iotests: Test NBD client reconnection
,
Vladimir Sementsov-Ogievskiy
,
2019/11/08
Re: [PATCH v3] iotests: Test NBD client reconnection
,
Roman Kagan
,
2019/11/08
Re: [PATCH v3] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/11
Re: [PATCH v3] iotests: Test NBD client reconnection
,
Roman Kagan
,
2019/11/11
Re: [PATCH v3] iotests: Test NBD client reconnection
,
Andrey Shinkevich
,
2019/11/11
[PULL] Update my MAINTAINERS file entry
,
Palmer Dabbelt
,
2019/11/01
[PULL] MAINTAINERS: Change to my personal email address
,
Palmer Dabbelt
,
2019/11/01
Re: [PULL] Update my MAINTAINERS file entry
,
Peter Maydell
,
2019/11/02
bitmaps -- copying allocation status into dirty bitmaps
,
John Snow
,
2019/11/01
Re: bitmaps -- copying allocation status into dirty bitmaps
,
Denis V. Lunev
,
2019/11/01
Re: bitmaps -- copying allocation status into dirty bitmaps
,
Eric Blake
,
2019/11/01
Re: bitmaps -- copying allocation status into dirty bitmaps
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
Re: bitmaps -- copying allocation status into dirty bitmaps
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
Re: bitmaps -- copying allocation status into dirty bitmaps
,
Max Reitz
,
2019/11/04
Re: bitmaps -- copying allocation status into dirty bitmaps
,
Max Reitz
,
2019/11/04
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Anup Patel
,
2019/11/01
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Palmer Dabbelt
,
2019/11/01
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Anup Patel
,
2019/11/03
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Alistair Francis
,
2019/11/04
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Peter Maydell
,
2019/11/02
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Alistair Francis
,
2019/11/04
Re: [PATCH v5 0/2] RTC support for QEMU RISC-V virt machine
,
Palmer Dabbelt
,
2019/11/05
[PATCH for-4.2 v2 0/3] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 v2 2/3] block: Add bdrv_co_get_self_request()
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 v2 1/3] block: Make wait/mark serialising requests public
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 v2 3/3] block/file-posix: Let post-EOF fallocate serialize
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 v2 3/3] block/file-posix: Let post-EOF fallocate serialize
,
Christoph Hellwig
,
2019/11/14
Re: [PATCH for-4.2 v2 3/3] block/file-posix: Let post-EOF fallocate serialize
,
Max Reitz
,
2019/11/14
Re: [PATCH for-4.2 v2 3/3] block/file-posix: Let post-EOF fallocate serialize
,
Max Reitz
,
2019/11/14
Re: [PATCH for-4.2 v2 0/3] qcow2: Fix data corruption on XFS
,
no-reply
,
2019/11/01
Re: [PATCH for-4.2 v2 0/3] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/04
Re: [PATCH for-4.2 v2 0/3] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/04
Re: [PATCH for-4.2 v2 0/3] qcow2: Fix data corruption on XFS
,
Stefan Hajnoczi
,
2019/11/04
Re: [RFC v2 05/22] vfio/common: add iommu_ctx_notifier in container
,
Peter Xu
,
2019/11/01
RE: [RFC v2 05/22] vfio/common: add iommu_ctx_notifier in container
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 03/22] intel_iommu: modify x-scalable-mode to be string option
,
Peter Xu
,
2019/11/01
RE: [RFC v2 03/22] intel_iommu: modify x-scalable-mode to be string option
,
Liu, Yi L
,
2019/11/05
Re: [RFC v2 03/22] intel_iommu: modify x-scalable-mode to be string option
,
Peter Xu
,
2019/11/05
RE: [RFC v2 03/22] intel_iommu: modify x-scalable-mode to be string option
,
Liu, Yi L
,
2019/11/06
Re: [RFC v2 08/22] intel_iommu: provide get_iommu_context() callback
,
Peter Xu
,
2019/11/01
RE: [RFC v2 08/22] intel_iommu: provide get_iommu_context() callback
,
Liu, Yi L
,
2019/11/06
Re: [PATCH v3] smb daemon get additional command line parameters from env variable
,
Jordi Pujol
,
2019/11/01
Re: [PATCH v3] smb daemon get additional command line parameters from env variable
,
Samuel Thibault
,
2019/11/01
Re: [PATCH v4] smb daemon get additional command line parameters from env variable
,
Jordi Pujol
,
2019/11/02
Re: [PATCH v4] smb daemon get additional command line parameters from env variable
,
Samuel Thibault
,
2019/11/02
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
Jiri Denemark
,
2019/11/01
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
Jiri Denemark
,
2019/11/13
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
Greg Kurz
,
2019/11/13
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
Peter Maydell
,
2019/11/13
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
Greg Kurz
,
2019/11/13
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
David Gibson
,
2019/11/15
Re: [PATCH] spapr/kvm: Set default cpu model for all machine classes
,
Laurent Vivier
,
2019/11/15
Re: [PATCH v2] fdc/i8257: implement verify transfer mode
,
Hervé Poussineau
,
2019/11/01
Re: [PATCH v2] fdc/i8257: implement verify transfer mode
,
John Snow
,
2019/11/01
Re: [Bug 1850570] Re: Cannot use usb-host on Mac OS
,
Programmingkid
,
2019/11/01
Re: [Bug 1850570] Re: Cannot use usb-host on Mac OS
,
Howard Spoelstra
,
2019/11/01
[PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
Luc Michel
,
2019/11/01
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
Peter Maydell
,
2019/11/01
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
Luc Michel
,
2019/11/01
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
Richard Henderson
,
2019/11/05
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
Peter Maydell
,
2019/11/05
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
no-reply
,
2019/11/01
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
,
no-reply
,
2019/11/01
Re: [PATCH 01/32] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
,
Dr. David Alan Gilbert
,
2019/11/01
Re: [libvirt] [PULL 1/9] IDE: deprecate ide-drive
,
Peter Krempa
,
2019/11/01
[PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
Re: [PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"
,
Eric Blake
,
2019/11/01
Re: [PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"
,
Kevin Wolf
,
2019/11/01
Re: [PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 2/4] block: Make wait/mark serialising requests public
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 3/4] block: Add bdrv_co_get_self_request()
,
Max Reitz
,
2019/11/01
[PATCH for-4.2 4/4] block/file-posix: Let post-EOF fallocate serialize
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Denis Lunev
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
Re: [PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
,
Max Reitz
,
2019/11/01
[PULL 00/11] target-arm queue
,
Peter Maydell
,
2019/11/01
[PULL 02/11] tests: arm: Introduce cpu feature tests
,
Peter Maydell
,
2019/11/01
[PULL 03/11] target/arm: Allow SVE to be disabled via a CPU property
,
Peter Maydell
,
2019/11/01
[PULL 05/11] target/arm/kvm64: Add kvm_arch_get/put_sve
,
Peter Maydell
,
2019/11/01
[PULL 10/11] hw/arm/boot: Rebuild hflags when modifying CPUState at boot
,
Peter Maydell
,
2019/11/01
[PULL 06/11] target/arm/kvm64: max cpu: Enable SVE when available
,
Peter Maydell
,
2019/11/01
[PULL 09/11] target/arm/kvm: host cpu: Add support for sve<N> properties
,
Peter Maydell
,
2019/11/01
[PULL 01/11] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
,
Peter Maydell
,
2019/11/01
[PULL 11/11] target/arm: Allow reading flags from FPSCR for M-profile
,
Peter Maydell
,
2019/11/01
[PULL 07/11] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
,
Peter Maydell
,
2019/11/01
[PULL 04/11] target/arm/cpu64: max cpu: Introduce sve<N> properties
,
Peter Maydell
,
2019/11/01
Re: [PULL 04/11] target/arm/cpu64: max cpu: Introduce sve<N> properties
,
Peter Maydell
,
2019/11/12
Re: [PULL 04/11] target/arm/cpu64: max cpu: Introduce sve<N> properties
,
Richard Henderson
,
2019/11/13
Re: [PULL 04/11] target/arm/cpu64: max cpu: Introduce sve<N> properties
,
Peter Maydell
,
2019/11/13
Re: [PULL 04/11] target/arm/cpu64: max cpu: Introduce sve<N> properties
,
Richard Henderson
,
2019/11/15
[PULL 08/11] target/arm/cpu64: max cpu: Support sve properties with KVM
,
Peter Maydell
,
2019/11/01
Re: [PULL 00/11] target-arm queue
,
Peter Maydell
,
2019/11/01
Re: [PULL 00/11] target-arm queue
,
Andrew Jones
,
2019/11/01
Re: [PULL 00/11] target-arm queue
,
Peter Maydell
,
2019/11/01
Re: [PULL 00/11] target-arm queue
,
Peter Maydell
,
2019/11/01
Re: [PULL 00/11] target-arm queue
,
Andrew Jones
,
2019/11/01
Re: [PULL 00/11] target-arm queue
,
Peter Maydell
,
2019/11/02
Re: [PATCH 1/1] target/arm: Allow reading flags from FPSCR for M-profile
,
Peter Maydell
,
2019/11/01
Re: [PATCH v1 0/1] hw/arm/boot: Rebuild hflags when modifying CPUState at boot
,
Peter Maydell
,
2019/11/01
Re: [Virtio-fs] [PATCH] virtiofsd: Fix data corruption with O_APPEND wirte in writeback mode
,
Dr. David Alan Gilbert
,
2019/11/01
[PATCH v4] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Tuguoyi
,
2019/11/01
Re: [PATCH v4] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
RE: [PATCH v4] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Tuguoyi
,
2019/11/01
Re: [PATCH v4] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Vladimir Sementsov-Ogievskiy
,
2019/11/01
RE: [PATCH v4] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Tuguoyi
,
2019/11/01
Re: [PATCH v4] qcow2-bitmap: Fix uint64_t left-shift overflow
,
Max Reitz
,
2019/11/05
Re: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Jason Wang
,
2019/11/01
RE: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Tian, Kevin
,
2019/11/01
Re: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Jason Wang
,
2019/11/01
Re: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Jason Wang
,
2019/11/01
RE: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Tian, Kevin
,
2019/11/02
Re: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Peter Xu
,
2019/11/04
RE: [RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
,
Liu, Yi L
,
2019/11/05
Best practices to handle shared objects through qemu upgrades?
,
Christian Ehrhardt
,
2019/11/01
Re: Best practices to handle shared objects through qemu upgrades?
,
Daniel P . Berrangé
,
2019/11/01
Re: Best practices to handle shared objects through qemu upgrades?
,
Christian Ehrhardt
,
2019/11/01
Re: Best practices to handle shared objects through qemu upgrades?
,
Daniel P . Berrangé
,
2019/11/01
Re: [PULL 1/9] IDE: deprecate ide-drive
,
Markus Armbruster
,
2019/11/01
Re: [PULL 1/9] IDE: deprecate ide-drive
,
Paolo Bonzini
,
2019/11/01
Re: [PATCH] fw_cfg: Allow reboot-timeout=-1 again
,
Markus Armbruster
,
2019/11/01
Sparc Solaris 10
,
Zainuddin AR
,
2019/11/01
Re: Sparc Solaris 10
,
Philippe Mathieu-Daudé
,
2019/11/02
Re: Sparc Solaris 10
,
Mark Cave-Ayland
,
2019/11/03
Re: Sparc Solaris 10
,
Artyom Tarasenko
,
2019/11/04
Re: Sparc Solaris 10
,
Zainuddin AR
,
2019/11/06
Re: presentation at kvm forum and pagefaults
,
Michael S. Tsirkin
,
2019/11/01
Re: presentation at kvm forum and pagefaults
,
Michael S. Tsirkin
,
2019/11/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc