messages from 2023-02-09 05:16:24 to 2023-02-09 17:59:09 UTC [more...]
[PATCH] hw/misc/sga: Remove the deprecated "sga" device
2023-02-09 17:58 UTC (2+ messages)
[PATCH 0/7] Python: Drop support for Python 3.6
2023-02-09 17:49 UTC (16+ messages)
` [PATCH 1/7] python: support pylint 2.16
` [PATCH 2/7] Python: drop pipenv
` [PATCH 3/7] configure: Look for auxiliary Python installations
` [PATCH 4/7] configure: Add nice hint to Python failure message
` [PATCH 5/7] testing: Add Python >= 3.7 to Centos, OpenSuSE
` [PATCH 6/7] CI: Stop building docs on centos8
` [PATCH 7/7] Python: Drop support for Python 3.6
[PATCH 0/3] Remove res_compatible parameter
2023-02-09 17:36 UTC (3+ messages)
` [PATCH 1/3] migration: In case of postcopy, the memory ends in res_postcopy_only
[PATCH] block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads
2023-02-09 17:31 UTC (3+ messages)
[PATCH v15 00/11] s390x: CPU Topology
2023-02-09 17:14 UTC (16+ messages)
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 10/11] qapi/s390x/cpu topology: CPU_POLARITY_CHANGE qapi event
[PATCH] vdpa: stop all svq on device deletion
2023-02-09 17:08 UTC (2+ messages)
[PATCH V2 0/4] string list functions
2023-02-09 17:00 UTC (14+ messages)
` [PATCH V2 1/4] qapi: strList_from_string
[PATCH] tests/avocado: Add set of boot tests on SBSA-ref
2023-02-09 16:49 UTC
[PATCH v2] migration: I messed state_pending_exact/estimate
2023-02-09 16:46 UTC (3+ messages)
[PATCH v2 0/6] migration: Modified 'migrate' QAPI command for migration
2023-02-09 16:26 UTC (35+ messages)
` [PATCH v2 1/6] migration: moved hmp_split_at_commma() helper func to qapi-util.c file
` [PATCH v2 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH v2 3/6] migration: HMP side changes for modified 'migrate' QAPI design
` [PATCH v2 4/6] migration: Avoid multiple parsing of uri in migration code flow
` [PATCH v2 5/6] migration: Modified 'migrate-incoming' QAPI and HMP side changes on the destination interface
[PATCH RFC 0/7] revert RNG seed mess
2023-02-09 15:52 UTC (8+ messages)
` [PATCH RFC 5/7] Revert "x86: use typedef for SetupData struct"
` [PATCH RFC 6/7] Revert "x86: return modified setup_data only if read as memory, not as file"
[PULL 0/6] Block patches
2023-02-09 15:25 UTC (7+ messages)
` [PULL 1/6] vhost-user-fs: Back up vqs before cleaning up vhost_dev
` [PULL 2/6] virtio-blk: add missing AioContext lock
` [PULL 3/6] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
` [PULL 4/6] qemu-io: use BdrvRequestFlags instead of int
` [PULL 5/6] qemu-io: add -r option to register I/O buffer
` [PULL 6/6] iotests/detect-zeroes-registered-buf: add new test
[PULL 00/30] Migration 20230206 patches
2023-02-09 15:24 UTC (7+ messages)
` [PULL 03/30] migration: Split save_live_pending() into state_pending_*
` [PULL 28/30] multifd: Fix flush of zero copy page send request
[PATCH v4 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
2023-02-09 15:24 UTC (2+ messages)
[PATCH] migration: I messed state_pending_exact/estimate
2023-02-09 15:23 UTC (2+ messages)
[PATCH] virtio-blk: add missing AioContext lock
2023-02-09 15:21 UTC (3+ messages)
[PULL v2 00/11] Misc patches for 2023-02-08
2023-02-09 15:17 UTC (4+ messages)
` [PULL v2 04/11] vl: catch [accel] entry without accelerator
` [PULL v2 07/11] readconfig-test: add test for accelerator configuration
rainier-bmc machine dumping core with latest qemu
2023-02-09 15:07 UTC (4+ messages)
[PATCH v3] tests/docker: Use binaries for debian-tricore-cross
2023-02-09 14:58 UTC
[PATCH] tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2
2023-02-09 14:55 UTC (3+ messages)
[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
2023-02-09 14:38 UTC (3+ messages)
Linker failures trying to build static qemu-user binary
2023-02-09 14:25 UTC (5+ messages)
[PATCH v1 1/1] migration: Fix yank on postcopy multifd crashing guest after migration
2023-02-09 14:22 UTC (6+ messages)
Expose support for HyperV features via QMP
2023-02-09 14:17 UTC (4+ messages)
[PATCH] migration: Remove spurious files
2023-02-09 13:40 UTC (4+ messages)
[PATCH v4 0/2] migration: Store ram size value
2023-02-09 13:37 UTC (4+ messages)
` [PATCH v4 1/2] migration: Split ram_bytes_total_common() in two functions
` [PATCH v4 2/2] migration: Calculate ram size once
[PATCH v3 00/14] File-based migration support and fixed-ram features
2023-02-09 13:32 UTC (2+ messages)
[PATCH v3 0/6] Eliminate multifd flush
2023-02-09 13:27 UTC (6+ messages)
` [PATCH v3 1/6] multifd: Create property multifd-sync-after-each-section
` [PATCH v3 6/6] ram: Document migration ram flags
[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
2023-02-09 12:41 UTC (3+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments
[PATCH v3 0/6] migration: Modified 'migrate' QAPI command for migration
2023-02-09 12:04 UTC (10+ messages)
` [PATCH v3 1/6] migration: moved hmp_split_at_commma() helper func to qapi-util.c file
` [PATCH v3 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH v3 3/6] migration: HMP side changes for modified 'migrate' QAPI design
` [PATCH v3 4/6] migration: Avoid multiple parsing of uri in migration code flow
` [PATCH v3 5/6] migration: Modified 'migrate-incoming' QAPI and HMP side changes on the destination interface
` [PATCH v3 6/6] migration: Established connection for listener sockets on the dest interface
[PATCH] tests/qtest/netdev-socket: Raise connection timeout to 60 seconds
2023-02-09 11:24 UTC (3+ messages)
[PULL 00/12] tricore queue
2023-02-09 11:23 UTC (2+ messages)
[PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
2023-02-09 11:08 UTC (3+ messages)
Can we unpoison CONFIG_FOO macros?
2023-02-09 10:57 UTC (5+ messages)
[PATCH v2 00/10] Kconfig vs. default devices
2023-02-09 10:22 UTC (4+ messages)
` [PATCH v2 01/10] hw/i386: Select CONFIG_PARALLEL for PC machines
[PATCH] target/riscv: Smepmp: Skip applying default rules when address matches
2023-02-09 9:51 UTC (2+ messages)
[PATCH RFCv1 0/8] hw/arm/virt: Support dirty ring
2023-02-09 9:43 UTC (7+ messages)
` [PATCH RFCv1 4/8] kvm: Introduce secondary dirty bitmap
` [PATCH RFCv1 6/8] kvm: Add helper kvm_dirty_ring_init()
[PATCH] MAINTAINERS: Add some RISC-V reviewers
2023-02-09 9:42 UTC (5+ messages)
[PATCH v3 0/6] Support for new CPU model SapphireRapids
2023-02-09 9:26 UTC (9+ messages)
` [PATCH v3 4/6] i386: Mask and report unavailable multi-bit feature values
[PATCH 0/7] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-02-09 9:04 UTC (3+ messages)
` [PATCH 5/7] hw/ide/piix: Use generic ide_init_ioport()
[PULL 00/11] Misc patches for 2022-02-08
2023-02-09 9:02 UTC (7+ messages)
` [PULL 07/11] readconfig-test: add test for accelerator configuration
[PATCH 0/3] qga/win/vss: add VSS backup type options
2023-02-09 8:50 UTC (4+ messages)
` [PATCH 1/3] qga/win/installer: add VssOption to installer
` [PATCH 2/3] qga/win/vss: query VSS backup type
` [PATCH 3/3] qga/win/vss: requester_freeze changes
[PATCH v2 08/12] tests/qtest: drive_del-test: Skip tests that require missing devices
2023-02-09 8:46 UTC (7+ messages)
` [PATCH v2 03/12] tests/qtest: Add dependence on PCIE_PORT for virtio-net-failover.c
` [PATCH v2 04/12] tests/qtest: Don't build virtio-serial-test.c if device not present
` [PATCH v2 06/12] test/qtest: Fix coding style in device-plug-test.c
` [PATCH v2 07/12] tests/qtest: Skip unplug tests that use missing devices
` [PATCH v2 10/12] tests/qtest: Do not include hexloader-test if loader device is not present
[PATCH v2 0/4] PCA I2C GPIO expanders
2023-02-09 8:01 UTC (9+ messages)
` [PATCH v2 1/4] hw/gpio: add PCA6416 i2c GPIO expander
` [PATCH v2 2/4] hw/gpio: add PCA9538 8-bit "
` [PATCH v2 3/4] hw/gpio: add PCA9536 i2c gpio expander
` [PATCH v2 4/4] hw/i2c: add canonical path to i2c event traces
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-09 7:25 UTC (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[PATCH 0/3] PCA I2C GPIO expanders
2023-02-09 7:17 UTC (5+ messages)
` [PATCH 1/3] hw/gpio: add PCA6414 i2c GPIO expander
[PATCH v2 0/7] qapi: static typing conversion, pt5c
2023-02-09 7:08 UTC (6+ messages)
` [PATCH v2 5/7] qapi/parser: [RFC] add QAPIExpression
[PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
2023-02-09 7:02 UTC (2+ messages)
[PATCH v1 RFC Zisslpcfi 0/9] zimops and zisslpcfi extension to riscv
2023-02-09 6:29 UTC (10+ messages)
` [PATCH v1 RFC Zisslpcfi 1/9] target/riscv: adding zimops and zisslpcfi extension to RISCV cpu config
` [PATCH v1 RFC Zisslpcfi 2/9] target/riscv: zisslpcfi CSR, bit positions and other definitions
` [PATCH v1 RFC Zisslpcfi 3/9] target/riscv: implements CSRs and new bits in existing CSRs in zisslpcfi
` [PATCH v1 RFC Zisslpcfi 4/9] target/riscv: helper functions for forward and backward cfi
` [PATCH v1 RFC Zisslpcfi 5/9] target/riscv: state save and restore of zisslppcfi state
` [PATCH v1 RFC Zisslpcfi 6/9] target/riscv: MMU changes for back cfi's shadow stack
` [PATCH v1 RFC Zisslpcfi 7/9] target/riscv: Tracking indirect branches (fcfi) using TCG
` [PATCH v1 RFC Zisslpcfi 8/9] target/riscv: Instructions encodings, implementation and handlers
` [PATCH v1 RFC Zisslpcfi 9/9] target/riscv: diassembly support for zisslpcfi instructions
[PATCH v1 RFC Zisslpcfi 1/9] target/riscv: adding zimops and zisslpcfi extension to RISCV cpu config
2023-02-09 6:24 UTC (9+ messages)
` [PATCH v1 RFC Zisslpcfi 2/9] target/riscv: zisslpcfi CSR, bit positions and other definitions
` [PATCH v1 RFC Zisslpcfi 3/9] target/riscv: implements CSRs and new bits in existing CSRs in zisslpcfi
` [PATCH v1 RFC Zisslpcfi 4/9] target/riscv: helper functions for forward and backward cfi
` [PATCH v1 RFC Zisslpcfi 5/9] target/riscv: state save and restore of zisslppcfi state
` [PATCH v1 RFC Zisslpcfi 6/9] target/riscv: MMU changes for back cfi's shadow stack
` [PATCH v1 RFC Zisslpcfi 7/9] target/riscv: Tracking indirect branches (fcfi) using TCG
` [PATCH v1 RFC Zisslpcfi 8/9] target/riscv: Instructions encodings, implementation and handlers
` [PATCH v1 RFC Zisslpcfi 9/9] target/riscv: diassembly support for zisslpcfi instructions
[PATCH 00/10] Add basic ACPI support for risc-v virt
2023-02-09 5:15 UTC (11+ messages)
` [PATCH 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).