Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-block (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-block info page
]
Advanced
[
Prev Period
]
Last Modified: Tue Jan 31 2023 16:40:32 -0500
Messages in reverse chronological order
[
Next Period
]
January 31, 2023
Re: MBR plus emulated FAT
,
Csepp
,
16:40
Re: [PATCH v2 3/4] qemu-io: add -r option to register I/O buffer
,
Eric Blake
,
16:23
Re: [PATCH v2 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Eric Blake
,
15:37
Re: [PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
,
Denis V. Lunev
,
13:18
Re: [PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
,
Vladimir Sementsov-Ogievskiy
,
12:45
Re: [PATCH v2 5/5] parallels: Image repairing in parallels_open()
,
Denis V. Lunev
,
12:41
Re: MBR plus emulated FAT
,
Kevin Wolf
,
12:35
Re: [PATCH v2 5/5] parallels: Image repairing in parallels_open()
,
Denis V. Lunev
,
10:50
Re: [PATCH v2 4/5] parallels: Replace fprintf by qemu_log in check
,
Denis V. Lunev
,
10:45
Re: [PATCH v2 3/5] parallels: Add checking and repairing duplicate offsets in BAT
,
Denis V. Lunev
,
10:45
Re: [PATCH v9 12/12] parallels: Incorrect condition in out-of-image check
,
Denis V. Lunev
,
10:37
Re: [PATCH v9 09/12] parallels: Move check of leaks to a separate function
,
Denis V. Lunev
,
10:36
Re: [PATCH v9 08/12] parallels: Fix statistics calculation
,
Denis V. Lunev
,
10:34
Re: [PATCH v9 07/12] parallels: Move check of cluster outside image to a separate function
,
Denis V. Lunev
,
10:30
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Stefan Hajnoczi
,
09:10
Re: [PATCH v9 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
,
Denis V. Lunev
,
08:43
Re: [PULL 5/5] migration: simplify migration_iteration_run()
,
Vladimir Sementsov-Ogievskiy
,
06:44
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
06:29
Re: RFC: towards systemd socket activation in q-s-d
,
Kevin Wolf
,
06:17
[PATCH v9 12/12] parallels: Incorrect condition in out-of-image check
,
Alexander Ivanov
,
05:28
[PATCH v9 11/12] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
,
Alexander Ivanov
,
05:28
[PATCH v9 10/12] parallels: Move statistic collection to a separate function
,
Alexander Ivanov
,
05:28
[PATCH v9 09/12] parallels: Move check of leaks to a separate function
,
Alexander Ivanov
,
05:28
[PATCH v9 08/12] parallels: Fix statistics calculation
,
Alexander Ivanov
,
05:28
[PATCH v9 07/12] parallels: Move check of cluster outside image to a separate function
,
Alexander Ivanov
,
05:28
[PATCH v9 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
,
Alexander Ivanov
,
05:28
[PATCH v9 06/12] parallels: Move check of unclean image to a separate function
,
Alexander Ivanov
,
05:28
[PATCH v9 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
,
Alexander Ivanov
,
05:28
[PATCH v9 02/12] parallels: Fix high_off calculation in parallels_co_check()
,
Alexander Ivanov
,
05:27
[PATCH v9 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
,
Alexander Ivanov
,
05:27
[PATCH v9 00/11] parallels: Refactor the code of images checks and fix a bug
,
Alexander Ivanov
,
05:27
[PATCH v9 01/12] parallels: Out of image offset in BAT leads to image inflation
,
Alexander Ivanov
,
05:27
Re: [PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers
,
Denis V. Lunev
,
05:03
Re: [PATCH v3] migration: Remove res_compatible parameter
,
Vladimir Sementsov-Ogievskiy
,
03:33
January 30, 2023
[PATCH v2 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Stefan Hajnoczi
,
16:54
[PATCH v2 3/4] qemu-io: add -r option to register I/O buffer
,
Stefan Hajnoczi
,
16:54
[PATCH v2 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
16:54
[PATCH v2 2/4] qemu-io: use BdrvRequestFlags instead of int
,
Stefan Hajnoczi
,
16:54
[PATCH v2 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
16:54
Re: [PATCH 3/4] qemu-io: add -r option to register I/O buffer
,
Stefan Hajnoczi
,
15:55
Re: [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Stefan Hajnoczi
,
15:46
Re: Zoned storage support in libvirt
,
Stefan Hajnoczi
,
14:29
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Daniel P . Berrangé
,
13:30
Re: [PATCH v2 00/10] Resolve isabus global
,
Bernhard Beschow
,
12:05
Re: [PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]
,
Bernhard Beschow
,
12:01
Re: RFC: towards systemd socket activation in q-s-d
,
Richard W.M. Jones
,
11:56
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
11:45
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
10:52
Re: RFC: towards systemd socket activation in q-s-d
,
Richard W.M. Jones
,
10:44
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Stefan Hajnoczi
,
10:18
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
09:58
Re: [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message
,
Juan Quintela
,
09:12
[PATCH v5 17/20] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
08:23
[PATCH v5 20/20] Drop duplicate #include
,
Markus Armbruster
,
08:23
[PATCH v5 06/20] crypto: Clean up includes
,
Markus Armbruster
,
08:23
[PATCH v5 15/20] block: Clean up includes
,
Markus Armbruster
,
08:23
[PATCH v5 19/20] 9p: Drop superfluous include of linux/limits.h
,
Markus Armbruster
,
08:23
[PATCH v5 11/20] migration: Clean up includes
,
Markus Armbruster
,
08:23
[PATCH v5 16/20] accel: Clean up includes
,
Markus Armbruster
,
08:23
[PATCH v5 10/20] qga: Clean up includes
,
Markus Armbruster
,
08:23
[PATCH v5 12/20] net: Clean up includes
,
Markus Armbruster
,
08:23
[PATCH v5 18/20] Don't include headers already included by qemu/osdep.h
,
Markus Armbruster
,
08:23
[PATCH v5 04/20] scripts/clean-includes: Improve --git commit message
,
Markus Armbruster
,
08:22
[PATCH v5 13/20] target/hexagon: Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 14/20] riscv: Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 05/20] bsd-user: Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 07/20] hw/cxl: Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 03/20] scripts/clean-includes: Skip symbolic links
,
Markus Armbruster
,
08:22
[PATCH v5 02/20] scripts/clean-includes: Don't claim duplicate headers found when not
,
Markus Armbruster
,
08:22
[PATCH v5 09/20] hw/tricore: Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 00/20] Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 08/20] hw/input: Clean up includes
,
Markus Armbruster
,
08:22
[PATCH v5 01/20] scripts/clean-includes: Fully skip / ignore files
,
Markus Armbruster
,
08:22
Re: [PATCH v6 0/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
08:16
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
08:12
Re: [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Markus Armbruster
,
07:56
Re: Zoned storage support in libvirt
,
Daniel P . Berrangé
,
07:53
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Daniel P . Berrangé
,
07:33
Re: Zoned storage support in libvirt
,
Damien Le Moal
,
07:30
Re: Zoned storage support in libvirt
,
Daniel P . Berrangé
,
07:21
Re: [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
,
Thomas Huth
,
07:05
[PATCH v6 3/3] block/rbd: Add support for layered encryption
,
address@hidden
,
06:59
[PATCH v6 2/3] block/rbd: Add luks-any encryption opening option
,
address@hidden
,
06:46
[PATCH v6 1/3] block/rbd: Remove redundant stack variable passphrase_len
,
address@hidden
,
06:42
RE: [PATCH v1 1/1] virtio-block: switch to blk_get_max_hw_transfer
,
Or Ozeri
,
06:41
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Kevin Wolf
,
05:57
[PATCH v3] migration: Remove res_compatible parameter
,
Juan Quintela
,
03:06
[PULL 4/5] migration: Remove unused threshold_size parameter
,
Juan Quintela
,
03:03
[PULL 5/5] migration: simplify migration_iteration_run()
,
Juan Quintela
,
03:03
[PULL 1/5] migration: Fix migration crash when target psize larger than host
,
Juan Quintela
,
03:03
[PULL 3/5] migration: Split save_live_pending() into state_pending_*
,
Juan Quintela
,
03:03
[PULL 2/5] migration: No save_live_pending() method uses the QEMUFile parameter
,
Juan Quintela
,
03:03
[PULL 0/5] Next patches
,
Juan Quintela
,
03:03
January 29, 2023
Re: [PATCH v4 19/19] Drop duplicate #include
,
Juan Quintela
,
23:17
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Juan Quintela
,
23:13
Re: [PATCH v4 10/19] migration: Clean up includes
,
Juan Quintela
,
23:11
[PATCH v6 0/3] block/rbd: Add support for layered encryption
,
address@hidden
,
09:19
[RFC v6 4/4] virtio-blk: add some trace events for zoned emulation
,
Sam Li
,
05:40
[RFC v6 3/4] block: add accounting for zone append operation
,
Sam Li
,
05:40
[RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Sam Li
,
05:40
[RFC v6 1/4] include: update virtio_blk headers
,
Sam Li
,
05:40
[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
,
Sam Li
,
05:40
[PATCH v15 8/8] docs/zoned-storage: add zoned device documentation
,
Sam Li
,
05:29
[PATCH v15 6/8] qemu-iotests: test new zone operations
,
Sam Li
,
05:29
[PATCH v15 7/8] block: add some trace events for new block layer APIs
,
Sam Li
,
05:29
[PATCH v15 5/8] config: add check to block layer
,
Sam Li
,
05:29
[PATCH v15 4/8] raw-format: add zone operations to pass through requests
,
Sam Li
,
05:29
[PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
,
Sam Li
,
05:29
[PATCH v15 2/8] file-posix: introduce helper functions for sysfs attributes
,
Sam Li
,
05:29
[PATCH v15 1/8] include: add zoned device structs
,
Sam Li
,
05:29
[PATCH v15 0/8] Add support for zoned device
,
Sam Li
,
05:29
January 28, 2023
Re: MBR plus emulated FAT
,
Csepp
,
14:52
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Michael S. Tsirkin
,
05:30
Re: [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Michael S. Tsirkin
,
05:28
Re: RFC: towards systemd socket activation in q-s-d
,
Richard W.M. Jones
,
02:51
January 27, 2023
Re: [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Eric Blake
,
18:25
Re: [PATCH 3/4] qemu-io: add -r option to register I/O buffer
,
Eric Blake
,
18:24
Re: [PATCH 2/4] qemu-io: use BdrvRequestFlags instead of int
,
Eric Blake
,
18:19
Re: MBR plus emulated FAT
,
Eric Blake
,
18:17
Re: [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
,
Warner Losh
,
18:08
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Eric Blake
,
18:06
Re: [PATCH v2 02/12] block/file: Add file-specific image info
,
Eric Blake
,
18:01
Re: [PATCH v4 14/19] block: Clean up includes
,
Eric Blake
,
17:55
Re: [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
,
Eric Blake
,
17:47
Re: [PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
,
Eric Blake
,
16:38
Re: [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Eric Blake
,
16:29
RFC: towards systemd socket activation in q-s-d
,
Eric Blake
,
16:26
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Michael S. Tsirkin
,
10:02
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Peter Maydell
,
09:54
Re: [PATCH v8 01/13] linux-headers: Update to v6.2-rc1
,
Michael S. Tsirkin
,
08:19
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
07:05
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
07:01
Re: [PATCH v5 3/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
04:32
Re: [PATCH v5 0/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
04:30
Re: [PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
,
Emanuele Giuseppe Esposito
,
03:31
Re: [PATCH 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Fiona Ebner
,
03:24
January 26, 2023
MBR plus emulated FAT
,
Csepp
,
20:44
Re: [PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice
,
Philippe Mathieu-Daudé
,
19:27
[PATCH v2 03/10] softmmu/ioport: Remove unused functions
,
Bernhard Beschow
,
16:18
[PATCH v2 09/10] hw/isa: Remove use of global isa bus
,
Bernhard Beschow
,
16:18
[PATCH v2 05/10] Revert "hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine"
,
Bernhard Beschow
,
16:18
[PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]
,
Bernhard Beschow
,
16:18
[PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice
,
Bernhard Beschow
,
16:18
[PATCH v2 10/10] hw/isa/isa-bus: Resolve isabus global
,
Bernhard Beschow
,
16:18
[PATCH v2 00/10] Resolve isabus global
,
Bernhard Beschow
,
16:18
[PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
,
Bernhard Beschow
,
16:18
[PATCH v2 04/10] hw/ide/piix: Disuse isa_get_irq()
,
Bernhard Beschow
,
16:18
[PATCH v2 02/10] softmmu/ioport: Merge portio_list_add() into portio_list_init()
,
Bernhard Beschow
,
16:18
[PATCH v2 01/10] softmmu/ioport: Move portio_list_init() in front of portio_list_add()
,
Bernhard Beschow
,
16:18
[PATCH 3/4] qemu-io: add -r option to register I/O buffer
,
Stefan Hajnoczi
,
15:16
[PATCH 2/4] qemu-io: use BdrvRequestFlags instead of int
,
Stefan Hajnoczi
,
15:16
[PATCH 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
15:16
[PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Stefan Hajnoczi
,
15:16
[PATCH 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
15:16
[PATCH 13/13] block: Assert non-coroutine context for bdrv_open_inherit()
,
Kevin Wolf
,
12:25
[PATCH 09/13] vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 10/13] vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 04/13] parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 05/13] qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 12/13] block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 11/13] vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 06/13] qcow2: Fix open/create to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 07/13] qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 08/13] vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:25
[PATCH 01/13] block-coroutine-wrapper: Introduce no_co_wrapper
,
Kevin Wolf
,
12:24
[PATCH 03/13] luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
12:24
[PATCH 02/13] block: Create no_co_wrappers for open functions
,
Kevin Wolf
,
12:24
[PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
,
Kevin Wolf
,
12:24
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
08:41
Re: [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
,
Stefan Berger
,
08:29
[PATCH v5 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Alexander Bulekov
,
00:26
[PATCH v5 2/4] async: Add an optional reentrancy guard to the BH API
,
Alexander Bulekov
,
00:26
January 25, 2023
Re: [PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
,
Alexander Bulekov
,
23:19
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Alex Williamson
,
19:00
Re: [PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Stefan Hajnoczi
,
17:20
Re: [PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Stefan Hajnoczi
,
17:20
Re: [PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
,
Stefan Hajnoczi
,
16:24
January 24, 2023
[PULL 3/7] python/machine: Fix AF_UNIX path too long on macOS
,
John Snow
,
21:35
[PULL 7/7] python/qemu/machine: use socketpair() for QMP by default
,
John Snow
,
21:34
[PULL 6/7] python/qmp/legacy: make QEMUMonitorProtocol accept a socket
,
John Snow
,
21:34
[PULL 0/7] Python patches
,
John Snow
,
21:34
[PULL 5/7] python/qmp/protocol: add open_with_socket()
,
John Snow
,
21:34
[PULL 1/7] Fix some typos
,
John Snow
,
21:34
[PULL 4/7] python/qmp: increase read buffer size
,
John Snow
,
21:34
[PULL 2/7] python: QEMUMachine: enable qmp accept timeout by default
,
John Snow
,
21:34
Re: [PATCH 01/32] monitor: Drop unnecessary includes
,
Stefan Berger
,
17:44
Re: [PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
,
Stefan Berger
,
17:40
[PULL v3 00/38] Block layer patches
,
Kevin Wolf
,
12:45
Re: [PULL v2 00/38] Block layer patches
,
Peter Maydell
,
10:38
Re: [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
,
Stefan Hajnoczi
,
09:21
Re: [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
,
Stefan Hajnoczi
,
09:21
Re: [PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
,
Fiona Ebner
,
08:57
Re: [PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/
,
Philippe Mathieu-Daudé
,
07:25
Re: [PULL 0/3] Block patches
,
Peter Maydell
,
07:24
Re: [PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/
,
Philippe Mathieu-Daudé
,
07:24
Re: [PATCH 11/32] qom: Move HMP commands from monitor/ to qom/
,
Philippe Mathieu-Daudé
,
07:24
[PATCH 16/32] net: Move hmp_info_network() to net-hmp-cmds.c
,
Markus Armbruster
,
07:24
Re: [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
,
Philippe Mathieu-Daudé
,
07:24
[PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/
,
Markus Armbruster
,
07:24
[PATCH 17/32] migration: Move HMP commands from monitor/ to migration/
,
Markus Armbruster
,
07:24
[PATCH 25/32] qdev: Move HMP command completion from monitor to softmmu/
,
Markus Armbruster
,
07:24
[PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
,
Markus Armbruster
,
07:24
[PATCH 22/32] stats: Move QMP commands from monitor/ to stats/
,
Markus Armbruster
,
07:24
[PATCH 31/32] monitor: Loosen coupling between misc.c and monitor.c slightly
,
Markus Armbruster
,
07:24
[PATCH 04/32] char: Factor out qmp_add_client() parts and move to chardev/
,
Markus Armbruster
,
07:24
[PATCH 15/32] net: Move HMP commands from monitor to net/
,
Markus Armbruster
,
07:24
[PATCH 29/32] monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
,
Markus Armbruster
,
07:24
[PATCH 32/32] monitor: Rename misc.c to hmp-target.c
,
Markus Armbruster
,
07:24
[PATCH 18/32] migration: Move the QMP command from monitor/ to migration/
,
Markus Armbruster
,
07:24
[PATCH 30/32] monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
,
Markus Armbruster
,
07:22
[PATCH 27/32] monitor: Move monitor_putc() next to monitor_puts & external linkage
,
Markus Armbruster
,
07:22
[PATCH 23/32] stats: Move HMP commands from monitor/ to stats/
,
Markus Armbruster
,
07:22
[PATCH 21/32] runstate: Move HMP commands from monitor/ to softmmu/
,
Markus Armbruster
,
07:22
[PATCH 13/32] rocker: Move HMP commands from monitor to hw/net/rocker/
,
Markus Armbruster
,
07:21
[PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/
,
Markus Armbruster
,
07:21
[PATCH 28/32] monitor: Move target-dependent HMP commands to hmp-cmds-target.c
,
Markus Armbruster
,
07:21
[PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
,
Markus Armbruster
,
07:21
[PATCH 10/32] machine: Move HMP commands from monitor/ to hw/core/
,
Markus Armbruster
,
07:20
[PATCH 09/32] machine: Move QMP commands from monitor/ to hw/core/
,
Markus Armbruster
,
07:20
[PATCH 06/32] readline: Extract readline_add_completion_of() from monitor
,
Markus Armbruster
,
07:20
[PATCH 14/32] hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
,
Markus Armbruster
,
07:20
[PATCH 07/32] hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
,
Markus Armbruster
,
07:20
[PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
,
Markus Armbruster
,
07:20
[PATCH 03/32] char: Move HMP commands from monitor/ to chardev/
,
Markus Armbruster
,
07:20
[PATCH 05/32] hmp: Drop redundant argument check from add_completion_option()
,
Markus Armbruster
,
07:20
[PATCH 26/32] monitor: Split file descriptor passing stuff off misc.c
,
Markus Armbruster
,
07:20
[PATCH 01/32] monitor: Drop unnecessary includes
,
Markus Armbruster
,
07:20
[PATCH 00/32] Move and clean up monitor command code
,
Markus Armbruster
,
07:20
[PATCH 11/32] qom: Move HMP commands from monitor/ to qom/
,
Markus Armbruster
,
07:20
[PATCH 02/32] audio: Move HMP commands from monitor/ to audio/
,
Markus Armbruster
,
07:19
[PULL v2 00/38] Block layer patches
,
Kevin Wolf
,
06:22
January 23, 2023
[PULL 2/3] virtio-blk: simplify virtio_blk_dma_restart_cb()
,
Stefan Hajnoczi
,
15:04
[PULL 3/3] block/blkio: Fix inclusion of required headers
,
Stefan Hajnoczi
,
15:04
[PULL 1/3] util/aio: Defer disabling poll mode as long as possible
,
Stefan Hajnoczi
,
15:04
[PULL 0/3] Block patches
,
Stefan Hajnoczi
,
15:04
Re: [PATCH] block/blkio: Fix inclusion of required headers
,
Stefan Hajnoczi
,
15:02
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
10:52
Re: [PATCH] block/blkio: Fix inclusion of required headers
,
Peter Krempa
,
09:14
Re: [PATCH] block/blkio: Fix inclusion of required headers
,
Markus Armbruster
,
09:01
[PATCH] block/blkio: Fix inclusion of required headers
,
Peter Krempa
,
07:39
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Philippe Mathieu-Daudé
,
04:26
January 22, 2023
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
05:31
Re: [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
05:04
January 21, 2023
Re: [PULL 00/38] Block layer patches
,
Peter Maydell
,
08:03
January 20, 2023
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Alex Williamson
,
18:07
Re: [PATCH v8 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Alex Williamson
,
18:06
Re: [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Alex Williamson
,
18:06
Re: [PATCH v2 01/12] block: Improve empty format-specific info dump
,
Kevin Wolf
,
09:08
Re: [PATCH v2 00/12] qemu-img info: Show protocol-level information
,
Hanna Czenczek
,
08:44
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Hanna Czenczek
,
08:43
Re: [PATCH v2 01/12] block: Improve empty format-specific info dump
,
Hanna Czenczek
,
08:36
Re: QEMU iotest 267 failure / assertion in migration code
,
Thomas Huth
,
07:48
[PULL 37/38] qemu-img: Let info print block graph
,
Kevin Wolf
,
07:27
[PULL 38/38] qemu-img: Change info key names for protocol nodes
,
Kevin Wolf
,
07:27
[PULL 35/38] iotests: Filter child node information
,
Kevin Wolf
,
07:27
[PULL 34/38] block/qapi: Add indentation to bdrv_node_info_dump()
,
Kevin Wolf
,
07:27
[PULL 36/38] iotests/106, 214, 308: Read only one size line
,
Kevin Wolf
,
07:27
[PULL 31/38] qemu-img: Use BlockNodeInfo
,
Kevin Wolf
,
07:27
[PULL 33/38] block/qapi: Introduce BlockGraphInfo
,
Kevin Wolf
,
07:27
[PULL 24/38] block: Convert bdrv_debug_event() to co_wrapper_mixed
,
Kevin Wolf
,
07:27
[PULL 26/38] block/nbd: Add missing <qemu/bswap.h> include
,
Kevin Wolf
,
07:27
[PULL 32/38] block/qapi: Let bdrv_query_image_info() recurse
,
Kevin Wolf
,
07:27
[PULL 27/38] block: Improve empty format-specific info dump
,
Kevin Wolf
,
07:27
[PULL 29/38] block/vmdk: Change extent info type
,
Kevin Wolf
,
07:27
[PULL 30/38] block: Split BlockNodeInfo off of ImageInfo
,
Kevin Wolf
,
07:27
[PULL 22/38] block: Convert bdrv_eject() to co_wrapper
,
Kevin Wolf
,
07:27
[PULL 23/38] block: Convert bdrv_lock_medium() to co_wrapper
,
Kevin Wolf
,
07:27
[PULL 25/38] block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
,
Kevin Wolf
,
07:27
[PULL 28/38] block/file: Add file-specific image info
,
Kevin Wolf
,
07:27
[PULL 18/38] block-backend: use bdrv_getlength instead of blk_getlength
,
Kevin Wolf
,
07:27
[PULL 21/38] block: Convert bdrv_get_info() to co_wrapper_mixed
,
Kevin Wolf
,
07:27
[PULL 17/38] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
,
Kevin Wolf
,
07:27
[PULL 16/38] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
,
Kevin Wolf
,
07:27
[PULL 19/38] block: use bdrv_co_refresh_total_sectors when possible
,
Kevin Wolf
,
07:27
[PULL 20/38] block: Convert bdrv_get_allocated_file_size() to co_wrapper
,
Kevin Wolf
,
07:27
[PULL 15/38] block: Convert bdrv_is_inserted() to co_wrapper
,
Kevin Wolf
,
07:27
[PULL 14/38] block: Convert bdrv_io_unplug() to co_wrapper
,
Kevin Wolf
,
07:27
[PULL 12/38] block-coroutine-wrapper: support void functions
,
Kevin Wolf
,
07:27
[PULL 13/38] block: Convert bdrv_io_plug() to co_wrapper
,
Kevin Wolf
,
07:27
[PULL 09/38] qemu-img commit: Report errors while closing the image
,
Kevin Wolf
,
07:27
[PULL 11/38] qemu-iotests: Test qemu-img bitmap/commit exit code on error
,
Kevin Wolf
,
07:27
[PULL 10/38] qemu-img bitmap: Report errors while closing the image
,
Kevin Wolf
,
07:27
[PULL 05/38] block: Add no_coroutine_fn and coroutine_mixed_fn marker
,
Kevin Wolf
,
07:27
[PULL 08/38] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Kevin Wolf
,
07:27
[PULL 07/38] block: remove bdrv_coroutine_enter
,
Kevin Wolf
,
07:27
[PULL 06/38] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
,
Kevin Wolf
,
07:26
[PULL 02/38] tests/qemu-iotests/262: Check for availability of "blkverify" first
,
Kevin Wolf
,
07:26
[PULL 00/38] Block layer patches
,
Kevin Wolf
,
07:26
[PULL 03/38] pflash: Only read non-zero parts of backend image
,
Kevin Wolf
,
07:26
[PULL 04/38] coroutine: annotate coroutine_fn for libclang
,
Kevin Wolf
,
07:26
[PULL 01/38] tests/qemu-iotests/312: Mark "quorum" as required driver
,
Kevin Wolf
,
07:26
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
07:22
Re: [PATCH] virtio-scsi: reset SCSI devices from main loop thread
,
Michael S. Tsirkin
,
06:20
Re: [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
,
Alexander Ivanov
,
05:37
Re: [PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
,
Alexander Ivanov
,
05:30
Re: [PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
,
Thomas Huth
,
02:24
Re: [PATCH v4 12/19] target/hexagon: Clean up includes
,
Markus Armbruster
,
02:21
Re: [PATCH v4 10/19] migration: Clean up includes
,
Markus Armbruster
,
02:19
January 19, 2023
Re: [PATCH v4 13/19] riscv: Clean up includes
,
Alistair Francis
,
17:45
RE: [PATCH v4 12/19] target/hexagon: Clean up includes
,
Taylor Simpson
,
17:16
[PATCH] virtio-scsi: reset SCSI devices from main loop thread
,
Stefan Hajnoczi
,
16:43
Re: [PATCH v2 00/12] qemu-img info: Show protocol-level information
,
Kevin Wolf
,
15:12
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Warner Losh
,
12:05
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
11:42
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Kevin Wolf
,
10:20
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Warner Losh
,
09:42
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
09:32
Re: [PATCH v4 19/19] Drop duplicate #include
,
Greg Kurz
,
09:18
Re: [PATCH v2 01/12] block: Improve empty format-specific info dump
,
Kevin Wolf
,
09:01
Re: [PATCH 2/3] block: do not check bdrv_file_open
,
Kevin Wolf
,
08:17
Re: [PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
,
Kevin Wolf
,
08:00
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
07:40
Re: [PATCH v4 17/19] Don't include headers already included by qemu/osdep.h
,
Christian Schoenebeck
,
07:06
Re: [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Christian Schoenebeck
,
07:03
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Philippe Mathieu-Daudé
,
06:52
Re: [PATCH v4 00/19] Clean up includes
,
Michael S. Tsirkin
,
06:49
Re: [PATCH v4 10/19] migration: Clean up includes
,
Dr. David Alan Gilbert
,
06:45
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
06:41
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Philippe Mathieu-Daudé
,
05:40
Re: [PATCH v4 13/19] riscv: Clean up includes
,
Philippe Mathieu-Daudé
,
05:38
Re: [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Markus Armbruster
,
05:37
Re: [PATCH v4 15/19] accel: Clean up includes
,
Philippe Mathieu-Daudé
,
05:36
Re: [PATCH v4 11/19] net: Clean up includes
,
Philippe Mathieu-Daudé
,
05:36
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
05:35
Re: [PATCH v4 05/19] crypto: Clean up includes
,
Philippe Mathieu-Daudé
,
05:34
Re: [PATCH v4 08/19] hw/tricore: Clean up includes
,
Philippe Mathieu-Daudé
,
05:34
Re: [PATCH v4 10/19] migration: Clean up includes
,
Markus Armbruster
,
05:31
[PATCH] MAINTAINERS: Cover RCU documentation
,
Philippe Mathieu-Daudé
,
05:26
Re: [PATCH v4 19/19] Drop duplicate #include
,
Dr. David Alan Gilbert
,
05:19
Re: [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Christian Schoenebeck
,
04:51
Re: [PATCH v4 10/19] migration: Clean up includes
,
Dr. David Alan Gilbert
,
04:34
Re: [PATCH v4 00/19] Clean up includes
,
Markus Armbruster
,
04:20
Re: [PATCH v4 09/19] qga: Clean up includes
,
Konstantin Kostiuk
,
03:31
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
03:02
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
02:28
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
02:07
[PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Alexander Bulekov
,
02:04
[PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
,
Alexander Bulekov
,
02:04
[PATCH v4 13/19] riscv: Clean up includes
,
Markus Armbruster
,
02:01
[PATCH v4 19/19] Drop duplicate #include
,
Markus Armbruster
,
02:01
[PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
,
Markus Armbruster
,
02:01
[PATCH v4 15/19] accel: Clean up includes
,
Markus Armbruster
,
02:01
[PATCH v4 06/19] hw/cxl: Clean up includes
,
Markus Armbruster
,
02:01
[PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
,
Markus Armbruster
,
02:01
[PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Markus Armbruster
,
02:01
[PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Markus Armbruster
,
02:01
[PATCH v4 14/19] block: Clean up includes
,
Markus Armbruster
,
02:01
[PATCH v4 08/19] hw/tricore: Clean up includes
,
Markus Armbruster
,
02:01
[PATCH v4 10/19] migration: Clean up includes
,
Markus Armbruster
,
02:01
[PATCH v4 09/19] qga: Clean up includes
,
Markus Armbruster
,
02:00
[PATCH v4 17/19] Don't include headers already included by qemu/osdep.h
,
Markus Armbruster
,
02:00
[PATCH v4 05/19] crypto: Clean up includes
,
Markus Armbruster
,
02:00
[PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
02:00
[PATCH v4 00/19] Clean up includes
,
Markus Armbruster
,
02:00
[PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
02:00
[PATCH v4 11/19] net: Clean up includes
,
Markus Armbruster
,
02:00
[PATCH v4 12/19] target/hexagon: Clean up includes
,
Markus Armbruster
,
02:00
[PATCH v4 07/19] hw/input: Clean up includes
,
Markus Armbruster
,
02:00
January 18, 2023
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
23:03
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Alistair Francis
,
22:11
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
21:44
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Alistair Francis
,
19:42
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
18:06
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
17:26
[RFC 3/3] virtio-blk: add iothread-vq-mapping parameter
,
Stefan Hajnoczi
,
14:47
[RFC 2/3] qdev: add IOThreadVirtQueueMappingList property type
,
Stefan Hajnoczi
,
14:47
[RFC 1/3] qdev-properties: alias all object class properties
,
Stefan Hajnoczi
,
14:47
[RFC 0/3] virtio-blk: add iothread-vq-mapping parameter
,
Stefan Hajnoczi
,
14:47
Re: QEMU iotest 267 failure / assertion in migration code
,
Dr. David Alan Gilbert
,
13:02
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
Liav Albani
,
13:01
QEMU iotest 267 failure / assertion in migration code
,
Thomas Huth
,
12:48
Re: [PATCH v2 2/4] bulk: Coding style fixes
,
Philippe Mathieu-Daudé
,
12:04
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
11:33
Re: [PATCH v2 2/4] bulk: Coding style fixes
,
Thomas Huth
,
11:09
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
10:04
Re: [PATCH v8 08/11] parallels: Move check of leaks to a separate function
,
Hanna Czenczek
,
09:48
Re: [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
,
Hanna Czenczek
,
09:47
Re: [PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
,
Hanna Czenczek
,
09:45
January 17, 2023
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
23:17
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
14:21
Re: [PATCH] blkdebug: ignore invalid rules in non-coroutine context
,
Kevin Wolf
,
12:21
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
11:18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
11:09
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
11:06
Re: [PATCH] block: remove bdrv_coroutine_enter
,
Kevin Wolf
,
10:50
Re: [PATCH] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
,
Kevin Wolf
,
10:48
Re: [PATCH] blkdebug: ignore invalid rules in non-coroutine context
,
Kevin Wolf
,
10:45
Re: [PATCH 0/2] Make coroutine annotations ready for static analysis
,
Kevin Wolf
,
10:43
Re: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Hanna Czenczek
,
06:24
January 16, 2023
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
23:58
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
16:14
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
John Snow
,
15:29
Re: [PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
,
Laurent Vivier
,
12:35
Re: [PATCH 00/12] More cleanups and fixes for drain
,
Kevin Wolf
,
12:25
Re: [PATCH 11/15] block-backend: make queued_requests thread-safe
,
Kevin Wolf
,
11:56
Re: [PATCH 10/15] block-backend: always wait for drain before starting operation
,
Kevin Wolf
,
11:49
Re: [PATCH 07/15] block-backend: enter aio coroutine only after drain
,
Kevin Wolf
,
10:57
Re: [PATCH 00/12] More cleanups and fixes for drain
,
Kevin Wolf
,
10:51
Re: [PATCH v8 01/13] linux-headers: Update to v6.2-rc1
,
Cédric Le Goater
,
10:38
Re: [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Cédric Le Goater
,
10:25
[PATCH v8 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Avihai Horon
,
09:13
[PATCH v8 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Avihai Horon
,
09:13
[PATCH v8 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Avihai Horon
,
09:13
[PATCH v8 10/13] vfio/migration: Optimize vfio_save_pending()
,
Avihai Horon
,
09:13
[PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
09:13
[PATCH v8 08/13] vfio/migration: Rename functions/structs related to v1 protocol
,
Avihai Horon
,
09:13
[PATCH v8 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Avihai Horon
,
09:12
[PATCH v8 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Avihai Horon
,
09:12
[PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
09:12
[PATCH v8 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
09:12
[PATCH v8 03/13] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
09:12
[PATCH v8 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
,
Avihai Horon
,
09:12
[PATCH v8 01/13] linux-headers: Update to v6.2-rc1
,
Avihai Horon
,
09:12
[PATCH v8 00/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
09:12
Re: [PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
08:08
Re: [PATCH v5 1/4] file-posix: add tracking of the zone write pointers
,
Sam Li
,
06:54
Re: [PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
05:55
Re: [PATCH v2 00/14] block: Move more functions to coroutines
,
Emanuele Giuseppe Esposito
,
03:51
January 15, 2023
Re: [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
13:42
[PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
13:37
[PATCH v7 10/13] vfio/migration: Optimize vfio_save_pending()
,
Avihai Horon
,
13:37
[PATCH v7 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Avihai Horon
,
13:37
[PATCH v7 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Avihai Horon
,
13:37
[PATCH v7 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Avihai Horon
,
13:37
[PATCH v7 08/13] vfio/migration: Rename functions/structs related to v1 protocol
,
Avihai Horon
,
13:37
[PATCH v7 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Avihai Horon
,
13:37
[PATCH v7 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Avihai Horon
,
13:37
[PATCH v7 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
13:36
[PATCH v7 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
13:36
[PATCH v7 03/13] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
13:36
[PATCH v7 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
,
Avihai Horon
,
13:36
[PATCH v7 01/13] linux-headers: Update to v6.2-rc1
,
Avihai Horon
,
13:36
[PATCH v7 00/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
13:36
Re: [PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
,
Alexander Ivanov
,
11:04
[PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
,
Alexander Ivanov
,
10:58
[PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
,
Alexander Ivanov
,
10:58
[PATCH v8 05/11] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
,
Alexander Ivanov
,
10:58
[PATCH v8 09/11] parallels: Move statistic collection to a separate function
,
Alexander Ivanov
,
10:58
[PATCH v8 08/11] parallels: Move check of leaks to a separate function
,
Alexander Ivanov
,
10:58
[PATCH v8 10/11] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
,
Alexander Ivanov
,
10:58
[PATCH v8 06/11] parallels: Move check of unclean image to a separate function
,
Alexander Ivanov
,
10:58
[PATCH v8 04/11] parallels: create parallels_set_bat_entry_helper() to assign BAT value
,
Alexander Ivanov
,
10:58
[PATCH v8 03/11] parallels: Fix data_end after out-of-image check
,
Alexander Ivanov
,
10:58
[PATCH v8 01/11] parallels: Out of image offset in BAT leads to image inflation
,
Alexander Ivanov
,
10:58
[PATCH v8 02/11] parallels: Fix high_off calculation in parallels_co_check()
,
Alexander Ivanov
,
10:58
[PATCH v8 00/11] parallels: Refactor the code of images checks and fix a bug
,
Alexander Ivanov
,
10:58
[PATCH v5 0/3] block/rbd: Add support for layered encryption
,
Or Ozeri
,
07:40
[PATCH v5 2/3] block/rbd: Add luks-any encryption opening option
,
Or Ozeri
,
07:40
[PATCH v5 3/3] block/rbd: Add support for layered encryption
,
Or Ozeri
,
07:40
[PATCH v5 1/3] block/rbd: Remove redundant stack variable passphrase_len
,
Or Ozeri
,
07:40
January 13, 2023
[PATCH v2 14/14] block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
,
Kevin Wolf
,
15:43
[PATCH v2 12/14] block: Convert bdrv_lock_medium() to co_wrapper
,
Kevin Wolf
,
15:42
[PATCH v2 10/14] block: Convert bdrv_get_info() to co_wrapper_mixed
,
Kevin Wolf
,
15:42
[PATCH v2 13/14] block: Convert bdrv_debug_event() to co_wrapper_mixed
,
Kevin Wolf
,
15:42
[PATCH v2 09/14] block: Convert bdrv_get_allocated_file_size() to co_wrapper
,
Kevin Wolf
,
15:42
[PATCH v2 11/14] block: Convert bdrv_eject() to co_wrapper
,
Kevin Wolf
,
15:42
[PATCH v2 08/14] block: use bdrv_co_refresh_total_sectors when possible
,
Kevin Wolf
,
15:42
[PATCH v2 07/14] block-backend: use bdrv_getlength instead of blk_getlength
,
Kevin Wolf
,
15:42
[PATCH v2 06/14] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
,
Kevin Wolf
,
15:42
[PATCH v2 05/14] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
,
Kevin Wolf
,
15:42
[PATCH v2 04/14] block: Convert bdrv_is_inserted() to co_wrapper
,
Kevin Wolf
,
15:42
[PATCH v2 03/14] block: Convert bdrv_io_unplug() to co_wrapper
,
Kevin Wolf
,
15:42
[PATCH v2 01/14] block-coroutine-wrapper: support void functions
,
Kevin Wolf
,
15:42
[PATCH v2 02/14] block: Convert bdrv_io_plug() to co_wrapper
,
Kevin Wolf
,
15:42
[PATCH v2 00/14] block: Move more functions to coroutines
,
Kevin Wolf
,
15:42
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
12:40
Re: [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Bernhard Beschow
,
12:38
Re: [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Philippe Mathieu-Daudé
,
12:37
Re: [PATCH v6 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Cédric Le Goater
,
12:13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
11:53
Re: [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
11:14
Re: [PATCH v6 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Cédric Le Goater
,
11:07
Re: [PATCH v6 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Cédric Le Goater
,
11:06
Re: [PATCH v6 10/13] vfio/migration: Optimize vfio_save_pending()
,
Cédric Le Goater
,
11:06
Re: [PATCH 02/14] block: Convert bdrv_io_plug() to co_wrapper
,
Kevin Wolf
,
10:51
Re: [PATCH v6 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Cédric Le Goater
,
10:47
Re: [PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
,
Kevin Wolf
,
10:31
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
Liav Albani
,
09:10
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
07:46
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
07:43
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
07:38
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
07:32
Re: [PATCH v1 1/1] virtio-block: switch to blk_get_max_hw_transfer
,
Kevin Wolf
,
06:45
Re: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Kevin Wolf
,
06:29
Re: [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Kevin Wolf
,
05:45
Re: [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Philippe Mathieu-Daudé
,
05:13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
03:54
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Philippe Mathieu-Daudé
,
03:47
Re: Questions about how block devices use snapshots
,
Zhiyong Ye
,
03:31
Re: [PATCH 3/4] qemu-img bitmap: Report errors while closing the image
,
Philippe Mathieu-Daudé
,
02:32
Re: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Markus Armbruster
,
02:31
Re: [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Philippe Mathieu-Daudé
,
02:30
January 12, 2023
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
19:27
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
18:57
Re: [PATCH v1 1/1] virtio-block: switch to blk_get_max_hw_transfer
,
Ilya Dryomov
,
15:28
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
14:27
[PATCH 4/4] qemu-iotests: Test qemu-img bitmap/commit exit code on error
,
Kevin Wolf
,
14:15
[PATCH 3/4] qemu-img bitmap: Report errors while closing the image
,
Kevin Wolf
,
14:15
[PATCH 2/4] qemu-img commit: Report errors while closing the image
,
Kevin Wolf
,
14:15
[PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Kevin Wolf
,
14:15
[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Kevin Wolf
,
14:15
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
14:14
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
13:24
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
13:22
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
13:03
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
12:52
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
12:46
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Daniel P . Berrangé
,
12:12
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Ilya Dryomov
,
12:08
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
11:36
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
11:35
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
11:31
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
10:04
[PATCH v2 4/5] parallels: Replace fprintf by qemu_log in check
,
Alexander Ivanov
,
10:02
[PATCH v2 5/5] parallels: Image repairing in parallels_open()
,
Alexander Ivanov
,
10:02
[PATCH v2 3/5] parallels: Add checking and repairing duplicate offsets in BAT
,
Alexander Ivanov
,
10:02
[PATCH v2 1/5] parallels: Incorrect data end calculation in parallels_open()
,
Alexander Ivanov
,
10:02
[PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers
,
Alexander Ivanov
,
10:02
[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
,
Alexander Ivanov
,
10:02
Re: [PATCH v6 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Cédric Le Goater
,
09:55
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Daniel P . Berrangé
,
09:46
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Ilya Dryomov
,
09:27
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
09:27
Re: [PULL 0/6] hw/nvme updates
,
Peter Maydell
,
08:52
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
08:32
Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Daniel P . Berrangé
,
08:15
completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
08:11
RE: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Or Ozeri
,
08:07
Re: [PATCH v6 30/33] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
,
Philippe Mathieu-Daudé
,
07:52
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
07:51
Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Daniel P . Berrangé
,
07:50
Re: [PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
,
Philippe Mathieu-Daudé
,
07:48
Re: [PATCH v6 15/33] hw/isa/piix3: Create power management controller in host device
,
Philippe Mathieu-Daudé
,
07:47
Re: [PATCH v6 14/33] hw/isa/piix3: Create USB controller in host device
,
Philippe Mathieu-Daudé
,
07:45
Re: [PATCH v6 13/33] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
,
Philippe Mathieu-Daudé
,
07:43
Re: [PATCH v4 2/3] block/rbd: Add luks-any encryption opening option
,
Daniel P . Berrangé
,
07:42
Re: [PATCH v6 10/33] hw/intc/i8259: Introduce i8259 proxy TYPE_ISA_PIC
,
Philippe Mathieu-Daudé
,
07:40
Re: [PATCH v6 09/33] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Philippe Mathieu-Daudé
,
07:40
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Daniel P . Berrangé
,
07:35
Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
07:29
Re: [PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
,
Philippe Mathieu-Daudé
,
07:00
Re: Questions about how block devices use snapshots
,
Kevin Wolf
,
06:47
Re: [PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Peter Maydell
,
06:04
Re: [PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Alistair Francis
,
04:45
Re: [PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Philippe Mathieu-Daudé
,
04:16
Re: [PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Philippe Mathieu-Daudé
,
04:15
Re: [PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Philippe Mathieu-Daudé
,
04:15
[PATCH v6 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Avihai Horon
,
03:52
[PATCH v6 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Avihai Horon
,
03:52
[PATCH v6 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Avihai Horon
,
03:52
[PATCH v6 10/13] vfio/migration: Optimize vfio_save_pending()
,
Avihai Horon
,
03:52
[PATCH v6 08/13] vfio/migration: Rename functions/structs related to v1 protocol
,
Avihai Horon
,
03:52
[PATCH v6 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Avihai Horon
,
03:52
[PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
03:52
[PATCH v6 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Avihai Horon
,
03:52
[PATCH v6 03/13] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
03:52
[PATCH v6 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
03:51
[PATCH v6 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
03:51
[PATCH v6 01/13] linux-headers: Update to v6.2-rc1
,
Avihai Horon
,
03:51
[PATCH v6 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
,
Avihai Horon
,
03:51
[PATCH v6 00/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
03:51
[PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
03:39
Re: [PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
03:38
[PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
03:30
January 11, 2023
Re: [PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
,
Lev Kujawski
,
23:12
Re: [PATCH v2 3/4] bulk: Replace TARGET_FMT_plx -> HWADDR_PRIx
,
Richard Henderson
,
19:37
Re: [PATCH v2 2/4] bulk: Coding style fixes
,
Richard Henderson
,
19:36
Re: [PATCH v2 1/4] hw: Remove hardcoded tabs (code style)
,
Richard Henderson
,
19:36
Re: [PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
,
Bernhard Beschow
,
17:47
Re: [PATCH 11/15] block-backend: make queued_requests thread-safe
,
Stefan Hajnoczi
,
15:44
Re: [PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
,
Philippe Mathieu-Daudé
,
12:08
Re: Questions about how block devices use snapshots
,
Zhiyong Ye
,
11:21
Re: Zoned storage support in libvirt
,
Stefan Hajnoczi
,
10:24
Re: Questions about how block devices use snapshots
,
Kevin Wolf
,
09:32
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
08:15
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Markus Armbruster
,
06:29
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
05:29
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
05:08
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
05:00
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
04:59
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
04:55
[RFC PATCH v2 4/4] bulk: Prefix '0x' to hex values displayed with HWADDR_PRIx format
,
Philippe Mathieu-Daudé
,
03:39
[PATCH v2 3/4] bulk: Replace TARGET_FMT_plx -> HWADDR_PRIx
,
Philippe Mathieu-Daudé
,
03:39
[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
,
Philippe Mathieu-Daudé
,
03:39
[PATCH v2 1/4] hw: Remove hardcoded tabs (code style)
,
Philippe Mathieu-Daudé
,
03:39
[PATCH v2 2/4] bulk: Coding style fixes
,
Philippe Mathieu-Daudé
,
03:39
Re: Questions about how block devices use snapshots
,
Zhiyong Ye
,
02:55
[PULL 6/6] hw/nvme: cleanup error reporting in nvme_init_pci()
,
Klaus Jensen
,
02:52
[PULL 5/6] hw/nvme: clean up confusing use of errp/local_err
,
Klaus Jensen
,
02:52
[PULL 4/6] hw/nvme: fix missing cq eventidx update
,
Klaus Jensen
,
02:52
[PULL 3/6] hw/nvme: fix missing endian conversions for doorbell buffers
,
Klaus Jensen
,
02:52
[PULL 2/6] hw/nvme: rename shadow doorbell related trace events
,
Klaus Jensen
,
02:52
[PULL 0/6] hw/nvme updates
,
Klaus Jensen
,
02:52
[PULL 1/6] hw/nvme: use QOM accessors
,
Klaus Jensen
,
02:52
Re: [PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Philippe Mathieu-Daudé
,
02:10
January 10, 2023
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
Bernhard Beschow
,
18:07
Re: [PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
BALATON Zoltan
,
17:04
[PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Philippe Mathieu-Daudé
,
16:29
Re: [PATCH v4 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
,
John Snow
,
14:14
Re: [PATCH] python: QEMUMachine: enable qmp accept timeout by default
,
John Snow
,
13:06
Re: [PATCH] python: QEMUMachine: enable qmp accept timeout by default
,
John Snow
,
12:06
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
11:19
Re: Zoned storage support in libvirt
,
Daniel P . Berrangé
,
10:29
Zoned storage support in libvirt
,
Stefan Hajnoczi
,
10:20
Re: [PATCH v2] pflash: Only read non-zero parts of backend image
,
Kevin Wolf
,
09:08
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
09:08
Re: [PULL 0/4] hw/nvme updates
,
Peter Maydell
,
09:05
Re: [PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Vladimir Sementsov-Ogievskiy
,
08:25
Re: [PATCH 1/1] qemu-iotests/stream-under-throttle: do not shutdown QEMU
,
Kevin Wolf
,
08:22
Re: [PATCH] tests/qemu-iotests/262: Check for availability of "blkverify" first
,
Kevin Wolf
,
08:19
Re: [PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
,
Kevin Wolf
,
08:04
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Kevin Wolf
,
08:02
Re: [PATCH v4 02/11] python/qemu: rename command() to cmd()
,
Daniel P . Berrangé
,
05:53
Re: [PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Daniel P . Berrangé
,
05:50
Re: [RFC PATCH 1/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
04:55
Re: [RFC PATCH 1/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
04:53
Re: [RFC PATCH 2/4] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Daniel P . Berrangé
,
04:51
Re: [RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
,
Daniel P . Berrangé
,
04:50
Re: [RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
,
Bernhard Beschow
,
04:35
Re: [PATCH] python: QEMUMachine: enable qmp accept timeout by default
,
Vladimir Sementsov-Ogievskiy
,
03:53
[PATCH v4 11/11] python: use vm.cmd() instead of vm.qmp() where appropriate
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 10/11] tests/vm/basevm.py: use cmd() instead of qmp()
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 09/11] iotests.py: pause_job(): drop return value
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 05/11] iotests: add some missed checks of qmp result
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 07/11] iotests: drop some occasional semicolons
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 06/11] iotests: refactor some common qmp result checks into generic pattern
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 08/11] iotests: drop some extra ** in qmp() call
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 02/11] python/qemu: rename command() to cmd()
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 03/11] python/machine.py: upgrade vm.cmd() method
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Vladimir Sementsov-Ogievskiy
,
03:38
[PATCH v4 00/11] iotests: use vm.cmd()
,
Vladimir Sementsov-Ogievskiy
,
03:38
Re: [PATCH v3 00/11] iotests: use vm.cmd()
,
Vladimir Sementsov-Ogievskiy
,
03:36
[PATCH v3 11/11] python: use vm.cmd() instead of vm.qmp() where appropriate
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 06/11] iotests: refactor some common qmp result checks into generic pattern
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 02/11] python/qemu: rename command() to cmd()
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 10/11] tests/vm/basevm.py: use cmd() instead of qmp()
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 09/11] iotests.py: pause_job(): drop return value
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 07/11] iotests: drop some occasional semicolons
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 00/11] iotests: use vm.cmd()
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 08/11] iotests: drop some extra ** in qmp() call
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 03/11] python/machine.py: upgrade vm.cmd() method
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 05/11] iotests: add some missed checks of qmp result
,
Vladimir Sementsov-Ogievskiy
,
03:30
[PATCH v3 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
,
Vladimir Sementsov-Ogievskiy
,
03:30
Re: [PULL 0/4] hw/nvme updates
,
Klaus Jensen
,
02:20
[PULL 4/4] hw/nvme: fix missing cq eventidx update
,
Klaus Jensen
,
02:18
[PULL 2/4] hw/nvme: rename shadow doorbell related trace events
,
Klaus Jensen
,
02:18
[PULL 3/4] hw/nvme: fix missing endian conversions for doorbell buffers
,
Klaus Jensen
,
02:18
[PULL 0/4] hw/nvme updates
,
Klaus Jensen
,
02:18
[PULL 1/4] hw/nvme: use QOM accessors
,
Klaus Jensen
,
02:18
January 09, 2023
[RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
,
Philippe Mathieu-Daudé
,
17:54
[RFC PATCH 3/4] util: Introduce helpers to compare QEMU versions
,
Philippe Mathieu-Daudé
,
17:54
[RFC PATCH 2/4] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
17:54
[RFC PATCH 1/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
17:54
[RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
17:54
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
John Snow
,
14:24
Re: [PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
,
John Snow
,
14:12
Re: [PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited
,
John Snow
,
14:11
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Jason Gunthorpe
,
13:37
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Bernhard Beschow
,
12:34
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
12:27
[PATCH v6 30/33] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
,
Bernhard Beschow
,
12:26
[PATCH v6 29/33] hw/isa/piix: Harmonize names of reset control memory regions
,
Bernhard Beschow
,
12:26
[PATCH v6 32/33] hw/isa/piix: Consolidate IRQ triggering
,
Bernhard Beschow
,
12:26
[PATCH v6 33/33] hw/isa/piix: Share PIIX3's base class with PIIX4
,
Bernhard Beschow
,
12:26
[PATCH v6 31/33] hw/isa/piix: Rename functions to be shared for interrupt triggering
,
Bernhard Beschow
,
12:26
[PATCH v6 26/33] hw/isa/piix4: Reuse struct PIIXState from PIIX3
,
Bernhard Beschow
,
12:26
[PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
12:26
[PATCH v6 19/33] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
,
Bernhard Beschow
,
12:26
[PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
,
Bernhard Beschow
,
12:26
[PATCH v6 27/33] hw/isa/piix4: Rename reset control operations to match PIIX3
,
Bernhard Beschow
,
12:26
[PATCH v6 24/33] hw/isa/piix4: Remove unused inbound ISA interrupt lines
,
Bernhard Beschow
,
12:26
[PATCH v6 15/33] hw/isa/piix3: Create power management controller in host device
,
Bernhard Beschow
,
12:26
[PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
,
Bernhard Beschow
,
12:26
[PATCH v6 23/33] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
,
Bernhard Beschow
,
12:26
[PATCH v6 18/33] hw/isa/piix3: Wire up ACPI interrupt internally
,
Bernhard Beschow
,
12:25
[PATCH v6 20/33] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
,
Bernhard Beschow
,
12:25
[PATCH v6 21/33] hw/isa/piix3: Rename piix3_reset() for sharing with PIIX4
,
Bernhard Beschow
,
12:25
[PATCH v6 17/33] hw/isa/piix3: Create IDE controller in host device
,
Bernhard Beschow
,
12:25
[PATCH v6 16/33] hw/isa/piix3: Create TYPE_ISA_PIC in host device
,
Bernhard Beschow
,
12:25
[PATCH v6 14/33] hw/isa/piix3: Create USB controller in host device
,
Bernhard Beschow
,
12:25
[PATCH v6 12/33] hw/i386/pc: No need for rtc_state to be an out-parameter
,
Bernhard Beschow
,
12:25
[PATCH v6 13/33] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
,
Bernhard Beschow
,
12:25
[PATCH v6 11/33] hw/i386/pc: Create RTC controllers in south bridges
,
Bernhard Beschow
,
12:25
[PATCH v6 10/33] hw/intc/i8259: Introduce i8259 proxy TYPE_ISA_PIC
,
Bernhard Beschow
,
12:25
[PATCH v6 08/33] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
,
Bernhard Beschow
,
12:25
[PATCH v6 09/33] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Bernhard Beschow
,
12:25
[PATCH v6 06/33] hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
,
Bernhard Beschow
,
12:25
[PATCH v6 05/33] hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
,
Bernhard Beschow
,
12:25
[PATCH v6 07/33] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
,
Bernhard Beschow
,
12:25
[PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Bernhard Beschow
,
12:25
[PATCH v6 02/33] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
,
Bernhard Beschow
,
12:25
[PATCH v6 01/33] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
,
Bernhard Beschow
,
12:25
[PATCH v6 03/33] hw/isa/piix4: Correct IRQRC[A:D] reset values
,
Bernhard Beschow
,
12:25
[PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
12:24
Re: [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
10:19
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
10:13
Re: Questions about how block devices use snapshots
,
Kevin Wolf
,
08:57
Re: [PATCH v4 0/2] hw/nvme: Support for Namespaces Management from guest OS
,
Kevin Wolf
,
08:29
Questions about how block devices use snapshots
,
Zhiyong Ye
,
07:45
Re: [PATCH v5 09/14] vfio/migration: Rename functions/structs related to v1 protocol
,
Cédric Le Goater
,
07:43
Re: [PATCH v5 08/14] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Cédric Le Goater
,
07:35
Re: [PATCH 5/6] tests: add G_GNUC_PRINTF for various functions
,
Daniel P . Berrangé
,
06:55
Re: [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()
,
Cédric Le Goater
,
06:20
Re: [PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Philippe Mathieu-Daudé
,
05:39
Re: [PATCH v5 03/14] migration: Simplify migration_iteration_run()
,
Cédric Le Goater
,
05:24
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
05:20
January 08, 2023
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Bernhard Beschow
,
16:18
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Philippe Mathieu-Daudé
,
13:28
Re: [PATCH v5 05/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
11:38
Re: [PATCH v5 03/14] migration: Simplify migration_iteration_run()
,
Avihai Horon
,
11:31
Re: [PATCH v5 13/31] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
,
Bernhard Beschow
,
10:33
Re: [PATCH v5 24/31] hw/isa/piix4: Reuse struct PIIXState from PIIX3
,
Bernhard Beschow
,
10:33
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Bernhard Beschow
,
10:13
Re: [PATCH 10/20] hw/arm: Open-code pflash_cfi01_register()
,
Bin Meng
,
00:36
January 07, 2023
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Mark Cave-Ayland
,
18:57
Re: [PATCH v5 24/31] hw/isa/piix4: Reuse struct PIIXState from PIIX3
,
Mark Cave-Ayland
,
18:49
Re: [PATCH v5 22/31] hw/isa/piix4: Remove unused inbound ISA interrupt lines
,
Mark Cave-Ayland
,
18:47
Re: [PATCH v5 13/31] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
,
Mark Cave-Ayland
,
18:45
Re: [PATCH v5 12/31] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Mark Cave-Ayland
,
18:28
January 06, 2023
Re: [PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
,
Jason Gunthorpe
,
18:45
Re: [PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
,
Alex Williamson
,
18:36
Re: [PATCH v5 05/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Alex Williamson
,
16:57
Re: [PATCH 06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01
,
Daniel Henrique Barboza
,
16:47
Re: [PATCH v5 04/14] vfio/migration: Fix NULL pointer dereference bug
,
Alex Williamson
,
13:07
Re: [PATCH v5 03/14] migration: Simplify migration_iteration_run()
,
Alex Williamson
,
12:56
Re: [PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Peter Maydell
,
12:51
Re: [PATCH v4 0/4] hw/nvme: fix broken shadow doorbells on some platforms
,
Klaus Jensen
,
05:28
January 05, 2023
Re: [PULL 0/5] Python patches
,
Peter Maydell
,
13:42
Re: [PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
,
Alberto Garcia
,
12:53
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Bernhard Beschow
,
12:30
Re: [PATCH v5 00/31] Consolidate PIIX south bridges
,
Michael S. Tsirkin
,
11:39
Re: [PATCH] hw/core: Introduce proxy-pic
,
Bernhard Beschow
,
09:45
[PATCH v5 31/31] hw/isa/piix: Share PIIX3's base class with PIIX4
,
Bernhard Beschow
,
09:33
[PATCH v5 30/31] hw/isa/piix: Consolidate IRQ triggering
,
Bernhard Beschow
,
09:33
[PATCH v5 29/31] hw/isa/piix: Rename functions to be shared for interrupt triggering
,
Bernhard Beschow
,
09:33
[PATCH v5 27/31] hw/isa/piix: Harmonize names of reset control memory regions
,
Bernhard Beschow
,
09:33
[PATCH v5 24/31] hw/isa/piix4: Reuse struct PIIXState from PIIX3
,
Bernhard Beschow
,
09:33
[PATCH v5 23/31] hw/isa/piix4: Use ISA PIC device
,
Bernhard Beschow
,
09:33
[PATCH v5 10/31] hw/isa/piix3: Create USB controller in host device
,
Bernhard Beschow
,
09:33
[PATCH v5 15/31] hw/isa/piix3: Create IDE controller in host device
,
Bernhard Beschow
,
09:33
[PATCH v5 19/31] hw/isa/piix3: Rename piix3_reset() for sharing with PIIX4
,
Bernhard Beschow
,
09:33
[PATCH v5 28/31] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
,
Bernhard Beschow
,
09:33
[PATCH v5 09/31] hw/i386/pc: No need for rtc_state to be an out-parameter
,
Bernhard Beschow
,
09:33
[PATCH v5 07/31] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
,
Bernhard Beschow
,
09:33
[PATCH v5 02/31] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
,
Bernhard Beschow
,
09:33
[PATCH v5 17/31] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
,
Bernhard Beschow
,
09:33
[PATCH v5 08/31] hw/i386/pc: Create RTC controllers in south bridges
,
Bernhard Beschow
,
09:33
[PATCH v5 16/31] hw/isa/piix3: Wire up ACPI interrupt internally
,
Bernhard Beschow
,
09:33
[PATCH v5 00/31] Consolidate PIIX south bridges
,
Bernhard Beschow
,
09:33
[PATCH v5 25/31] hw/isa/piix4: Rename reset control operations to match PIIX3
,
Bernhard Beschow
,
09:33
[PATCH v5 26/31] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
09:33
[PATCH v5 06/31] hw/i386/pc_piix: Associate pci_map_irq_fn as soon as PCI bus is created
,
Bernhard Beschow
,
09:33
[PATCH v5 21/31] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
,
Bernhard Beschow
,
09:33
[PATCH v5 01/31] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
,
Bernhard Beschow
,
09:33
[PATCH v5 22/31] hw/isa/piix4: Remove unused inbound ISA interrupt lines
,
Bernhard Beschow
,
09:33
[PATCH v5 04/31] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
,
Bernhard Beschow
,
09:33
[PATCH v5 13/31] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
,
Bernhard Beschow
,
09:33
[PATCH v5 20/31] hw/isa/piix3: Drop the "3" from PIIX base class
,
Bernhard Beschow
,
09:33
[PATCH v5 05/31] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
,
Bernhard Beschow
,
09:33
[PATCH v5 03/31] hw/isa/piix4: Correct IRQRC[A:D] reset values
,
Bernhard Beschow
,
09:33
[PATCH v5 11/31] hw/isa/piix3: Create power management controller in host device
,
Bernhard Beschow
,
09:33
[PATCH v5 14/31] hw/isa/piix3: Create ISA PIC in host device
,
Bernhard Beschow
,
09:33
[PATCH v5 12/31] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Bernhard Beschow
,
09:33
[PATCH v5 18/31] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
,
Bernhard Beschow
,
09:33
Re: [PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
,
Paolo Bonzini
,
06:59
Re: [PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
,
Stefan Hajnoczi
,
06:35
Re: [PATCH] hw/core: Introduce proxy-pic
,
Bernhard Beschow
,
04:50
[PULL 31/51] include/hw/pci: Split pci_device.h off pci.h
,
Michael S. Tsirkin
,
04:16
January 04, 2023
Re: [PATCH 0/3] python: testing fixes
,
John Snow
,
17:26
Re: [PATCH] hw/core: Introduce proxy-pic
,
Mark Cave-Ayland
,
17:23
[PATCH 20/20] hw/block: Make PFlashCFI02 QOM declaration internal
,
Philippe Mathieu-Daudé
,
17:08
[PATCH 19/20] hw/block: Remove unused pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
17:08
[PATCH 18/20] hw/sh4: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
17:08
[PATCH 17/20] hw/arm: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
17:08
[PATCH 15/20] hw/block: Make PFlashCFI01 QOM declaration internal
,
Philippe Mathieu-Daudé
,
17:08
[PATCH 16/20] hw/block: Factor pflash_cfi02_create() out of pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
17:07
[PATCH 14/20] hw/block: Remove unused pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
17:07
[PATCH 13/20] hw/ppc: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
17:07
[PATCH 3/3] block-ram-registrar: reset when the graph changes
,
Stefan Hajnoczi
,
17:07
[PATCH 2/3] block-backend: add graph change notifier API
,
Stefan Hajnoczi
,
17:06
[PATCH 1/3] block: add BdrvChildClass->pre_detach() and ->post_attach()
,
Stefan Hajnoczi
,
17:06
[PATCH 12/20] hw/mips: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
17:06
[PATCH 0/3] block-ram-registrar: reset when the graph changes
,
Stefan Hajnoczi
,
17:06
[PATCH 11/20] hw/microblaze: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
17:06
[PATCH 10/20] hw/arm: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
17:06
[PATCH 09/20] hw/block: Factor pflash_cfi01_create() out of pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
17:06
[PATCH 08/20] hw/xtensa: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
17:06
[PATCH 07/20] hw/i386: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
17:06
[PATCH 06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
17:05
[PATCH 05/20] hw/loongarch: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
17:05
[PATCH 04/20] hw/arm: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
17:05
[PATCH 02/20] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive()
,
Philippe Mathieu-Daudé
,
17:05
[PATCH 03/20] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
,
Philippe Mathieu-Daudé
,
17:05
[PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Philippe Mathieu-Daudé
,
17:05
[PATCH 01/20] hw/block: Pass DeviceState to pflash_cfi01_get_blk()
,
Philippe Mathieu-Daudé
,
17:05
Re: [PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
,
Paolo Bonzini
,
16:38
[PULL 5/5] python: add 3.11 to supported list
,
John Snow
,
16:05
[PULL 1/5] python/machine: Add debug logging to key state changes
,
John Snow
,
16:05
[PULL 2/5] python/machine: Handle termination cases without QMP
,
John Snow
,
16:05
[PULL 3/5] Python: fix flake8 config
,
John Snow
,
16:05
[PULL 0/5] Python patches
,
John Snow
,
16:05
[PULL 4/5] iotests/check: Fix typing for sys.exit() value
,
John Snow
,
16:05
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Bernhard Beschow
,
15:57
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Philippe Mathieu-Daudé
,
15:31
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Bernhard Beschow
,
15:12
[PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
,
Stefan Hajnoczi
,
14:56
[PATCH] hw/core: Introduce proxy-pic
,
Bernhard Beschow
,
14:56
Re: [PATCH 3/6] tools/virtiofsd: add G_GNUC_PRINTF for logging functions
,
Dr. David Alan Gilbert
,
14:47
Re: [PATCH v4 06/30] hw/i386/pc_piix: Associate pci_map_irq_fn as soon as PCI bus is created
,
Bernhard Beschow
,
14:43
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Mark Cave-Ayland
,
11:51
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Philippe Mathieu-Daudé
,
11:36
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Bernhard Beschow
,
11:01
Re: [PATCH v2 0/3] Add OCP extended log to nvme QEMU
,
Joel Granados
,
09:43
Re: [PATCH v4 12/30] hw/core: Introduce proxy-pic
,
Philippe Mathieu-Daudé
,
09:37
Re: [PATCH] tests/qemu-iotests/262: Check for availability of "blkverify" first
,
Philippe Mathieu-Daudé
,
07:25
Re: [PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
,
Philippe Mathieu-Daudé
,
07:24
[PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
,
Thomas Huth
,
06:46
[PATCH] tests/qemu-iotests/262: Check for availability of "blkverify" first
,
Thomas Huth
,
06:28
Re: [PATCH 1/1] qemu-iotests/stream-under-throttle: do not shutdown QEMU
,
Thomas Huth
,
05:11
January 03, 2023
Re: [PATCH v5 04/14] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
10:54
Re: [PATCH v5 04/14] vfio/migration: Fix NULL pointer dereference bug
,
Dr. David Alan Gilbert
,
06:13
Re: [PATCH v4 09/30] hw/i386/pc: No need for rtc_state to be an out-parameter
,
Thomas Huth
,
03:52
Re: [PATCH v4 08/30] hw/i386/pc: Create RTC controllers in south bridges
,
Thomas Huth
,
03:51
January 02, 2023
Re: [PATCH] m25p80: Add the is25wp256 SFPD table
,
Michael Walle
,
14:58
[PATCH v5 1/2] hw/nvme: Support for Namespaces Management from guest OS - create-ns
,
Jonathan Derrick
,
14:55
[PATCH v5 0/2] hw/nvme: Support for Namespaces Management from guest OS
,
Jonathan Derrick
,
14:55
[PATCH v5 2/2] hw/nvme: Support for Namespaces Management from guest OS - delete-ns
,
Jonathan Derrick
,
14:55
Re: [PATCH] m25p80: Add the is25wp256 SFPD table
,
Guenter Roeck
,
13:49
Re: [PATCH v4 08/30] hw/i386/pc: Create RTC controllers in south bridges
,
Bernhard Beschow
,
13:25
Re: [PATCH] m25p80: Add the is25wp256 SFPD table
,
Michael Walle
,
12:42
Re: [PATCH v4 08/30] hw/i386/pc: Create RTC controllers in south bridges
,
Thomas Huth
,
12:03
Re: [PATCH] m25p80: Add the is25wp256 SFPD table
,
Guenter Roeck
,
11:23
Re: [PATCH] m25p80: Add the is25wp256 SFPD table
,
Michael Walle
,
10:43
Re: [PATCH] m25p80: Add the is25wp256 SFPD table
,
Cédric Le Goater
,
08:53
Re: [PATCH v2] pflash: Only read non-zero parts of backend image
,
Gerd Hoffmann
,
06:12
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc