messages from 2023-02-08 17:20:04 to 2023-02-09 09:03:00 UTC [more...]
[PULL 00/11] Misc patches for 2022-02-08
2023-02-09 9:02 UTC (16+ messages)
` [PULL 02/11] remove unnecessary extern "C" blocks
` [PULL 03/11] block/iscsi: fix double-free on BUSY or similar statuses
` [PULL 04/11] vl: catch [accel] entry without accelerator
` [PULL 05/11] libqtest: split qtest_spawn_qemu function
` [PULL 06/11] libqtest: ensure waitpid() is only called once
` [PULL 07/11] readconfig-test: add test for accelerator configuration
` [PULL 08/11] tests/tcg/i386: Introduce and use reg_t consistently
` [PULL 09/11] target/i386: Fix BEXTR instruction
` [PULL 10/11] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
` [PULL 11/11] target/i386: fix ADOX followed by ADCX
[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 01/12] tests/qtest: Skip PXE tests for missing devices
2023-02-09 8:46 UTC (9+ messages)
` [PATCH v2 02/12] tests/qtest: Do not run lsi53c895a test if device is not present
` [PATCH v2 08/12] tests/qtest: drive_del-test: Skip tests that require missing devices
` [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 v2 0/6] migration: Modified 'migrate' QAPI command for migration
2023-02-09 7:59 UTC (7+ messages)
` [PATCH v2 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH v2 5/6] migration: Modified 'migrate-incoming' QAPI and HMP side changes on the destination interface
[PULL 00/30] Migration 20230206 patches
2023-02-09 7:48 UTC (5+ 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 RFC 0/7] revert RNG seed mess
2023-02-09 7:41 UTC (11+ messages)
` [PATCH RFC 1/7] Revert "x86: don't let decompressed kernel image clobber setup_data"
` [PATCH RFC 2/7] Revert "x86: do not re-randomize RNG seed on snapshot load"
` [PATCH RFC 3/7] Revert "x86: re-initialize RNG seed when selecting kernel"
` [PATCH RFC 4/7] Revert "x86: reinitialize RNG seed on system reboot"
` [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"
` [PATCH RFC 7/7] Revert "hw/i386: pass RNG seed via setup_data entry"
[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 (11+ 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 (12+ messages)
` [PATCH v2 2/7] qapi/parser.py: add ParsedExpression type
` [PATCH v2 5/7] qapi/parser: [RFC] add QAPIExpression
[PATCH] MAINTAINERS: Add some RISC-V reviewers
2023-02-09 7:06 UTC (4+ messages)
[PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
2023-02-09 7:02 UTC (5+ messages)
` [PATCH v2 1/3] docs: vhost-user: "
` [PATCH v2 2/3] libvhost-user: Adopt new backend naming
` [PATCH v2 3/3] vhost-user: "
[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 v3 0/6] Support for new CPU model SapphireRapids
2023-02-09 6:15 UTC (8+ messages)
` [PATCH v3 4/6] i386: Mask and report unavailable multi-bit feature values
[PATCH] target/riscv: Smepmp: Skip applying default rules when address matches
2023-02-09 5:52 UTC
[PATCH v2 00/10] Kconfig vs. default devices
2023-02-09 5:43 UTC (5+ messages)
` [PATCH v2 04/10] hw/i386: Select E1000_PCI for i440fx
` [PATCH v2 05/10] hw/arm: Select VIRTIO_NET for virt machine
[PATCH 00/10] Add basic ACPI support for risc-v virt
2023-02-09 5:15 UTC (19+ messages)
` [PATCH 01/10] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PATCH 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI
` [PATCH 03/10] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PATCH 05/10] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PATCH 10/10] MAINTAINERS: Add entry for RISC-V ACPI
[PATCH v11 0/9] support subsets of code size reduction extension
2023-02-09 4:13 UTC (10+ messages)
` [PATCH v11 1/9] target/riscv: add cfg properties for Zc* extension
` [PATCH v11 2/9] target/riscv: add support for Zca extension
` [PATCH v11 3/9] target/riscv: add support for Zcf extension
` [PATCH v11 4/9] target/riscv: add support for Zcd extension
` [PATCH v11 5/9] target/riscv: add support for Zcb extension
` [PATCH v11 6/9] target/riscv: add support for Zcmp extension
` [PATCH v11 7/9] target/riscv: add support for Zcmt extension
` [PATCH v11 8/9] target/riscv: expose properties for Zc* extension
` [PATCH v11 9/9] disas/riscv.c: add disasm support for Zc*
[PATCH v1 1/1] migration: Fix yank on postcopy multifd crashing guest after migration
2023-02-09 4:14 UTC (5+ messages)
[PATCH v2] target/riscv: Remove privileged spec version restriction for RVV
2023-02-09 4:10 UTC (2+ messages)
[PATCH 1/1] hw/core/cpu: always print cpu index with cpu state
2023-02-09 2:27 UTC (2+ messages)
[PATCH] roms/opensbi: Upgrade from v1.1 to v1.2
2023-02-09 2:23 UTC (3+ messages)
Call for GSoC and Outreachy project ideas for summer 2023
2023-02-09 1:25 UTC (5+ messages)
CXL 2.0 memory pooling emulation
2023-02-08 22:28 UTC
[PATCH v11 0/3] Consolidate all kernel init in load_kernel()
2023-02-09 0:36 UTC (2+ messages)
[PATCH v3 0/3] Nuvoton Peripheral SPI (PSPI) Module
2023-02-08 23:54 UTC (4+ messages)
` [PATCH v3 1/3] MAINTAINERS: Add myself to maintainers and remove Havard
` [PATCH v3 2/3] hw/ssi: Add Nuvoton PSPI Module
` [PATCH v3 3/3] hw/arm: Attach PSPI module to NPCM7XX SoC
[PATCH v2 0/3] Nuvoton Peripheral SPI (PSPI) Module
2023-02-08 23:49 UTC (4+ messages)
` [PATCH v2 2/3] hw/ssi: Add Nuvoton PSPI Module
[PATCH 0/2] *** configure: Add 'mkdir build' check ***
2023-02-08 23:31 UTC (3+ messages)
` [PATCH 1/2] configure: Add 'mkdir build' check
` [PATCH 2/2] configure: './configure --help' should work
[RFC PATCH 0/5] Deprecate/rename singlestep command line option
2023-02-08 23:04 UTC (3+ messages)
[PATCH RFCv1 0/8] hw/arm/virt: Support dirty ring
2023-02-08 22:15 UTC (9+ messages)
` [PATCH RFCv1 4/8] kvm: Introduce secondary dirty bitmap
` [PATCH RFCv1 6/8] kvm: Add helper kvm_dirty_ring_init()
` [PATCH RFCv1 7/8] hw/arm/virt: Enable backup bitmap for dirty ring
` [PATCH RFCv1 8/8] kvm: Enable dirty ring for arm64
[PATCH 00/22] target/arm: Implement FEAT_RME
2023-02-08 22:12 UTC (10+ messages)
` [PATCH 06/22] target/arm: Add RME cpregs
` [PATCH 07/22] target/arm: Introduce ARMSecuritySpace
` [PATCH 08/22] include/exec/memattrs: Add two bits of space to MemTxAttrs
[PATCH v2 00/23] vfio-user client
2023-02-08 21:30 UTC (9+ messages)
` [PATCH v2 12/23] vfio-user: region read/write
` [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server
[PATCH 0/3] Replace TARGET_TB_PCREL with CF_PCREL
2023-02-08 21:15 UTC (7+ messages)
` [PATCH 1/3] include/exec: Introduce `CF_PCREL`
` [PATCH 2/3] Replace `TARGET_TB_PCREL` with `CF_PCREL`
` [PATCH 3/3] target: Set `CF_PCREL` for arm and i386 frontends
[PATCH v3 0/4] migration: Fix disorder of channel creations
2023-02-08 21:03 UTC (6+ messages)
` [PATCH v3 1/4] migration: Rework multi-channel checks on URI
` [PATCH v3 2/4] migration: Cleanup postcopy_preempt_setup()
` [PATCH v3 3/4] migration: Add a semaphore to count PONGs
` [PATCH v3 4/4] migration: Postpone postcopy preempt channel to be after main
[PATCH] x86: temporarily remove all attempts to provide setup_data
2023-02-08 20:43 UTC (12+ messages)
[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
2023-02-08 20:29 UTC (5+ messages)
` [PATCH v5 10/14] Hexagon (tests/tcg/hexagon) Enable HVX tests
[PATCH v3 0/6] Eliminate multifd flush
2023-02-08 20:29 UTC (3+ messages)
` [PATCH v3 6/6] ram: Document migration ram flags
[PATCH v2 0/3] migration: Fix disorder of channel creations
2023-02-08 20:03 UTC (6+ messages)
` [PATCH v2 1/3] migration: Rework multi-channel checks on URI
` [PATCH v2 2/3] migration: Add a semaphore to count PONGs
[PATCH 0/7] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-02-08 19:40 UTC (3+ messages)
` [PATCH 7/7] hw/ide/piix: Remove dead code in pci_piix_init_ports()
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
2023-02-08 19:31 UTC (3+ messages)
` [RFC v5 2/3] memory: add depth assert in address_space_to_flatview
[PATCH 0/2] exec/ioport: Factor portio_list_register[flush_coalesced]() out
2023-02-08 19:13 UTC (5+ messages)
` [PATCH 1/2] exec/ioport: Factor portio_list_register_flush_coalesced() out
` [PATCH 2/2] exec/ioport: Factor portio_list_register() out
[PATCH v3 0/2] util/userfaultfd: Support /dev/userfaultfd
2023-02-08 19:06 UTC (5+ messages)
` [PATCH v3 1/2] linux-headers: Update to v6.1
` [PATCH v3 2/2] util/userfaultfd: Support /dev/userfaultfd
[PATCH v15 00/11] s390x: CPU Topology
2023-02-08 18:40 UTC (7+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [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 V2] memory: RAM_NAMED_FILE flag
2023-02-08 18:34 UTC (3+ messages)
[PATCH v3 1/1] multifd: Remove some redundant code
2023-02-08 18:15 UTC (2+ messages)
[PATCH 0/2] multifd: cleanup some source code
2023-02-08 18:11 UTC (5+ messages)
` [PATCH 1/2] multifd: cleanup the function multifd_channel_connect
` [PATCH 2/2] multifd: cleanup the function multifd_send_thread
[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
2023-02-08 18:10 UTC (6+ messages)
` [PATCH qemu v3] "
[PATCH V2] memory: flat section iterator
2023-02-08 17:54 UTC (5+ messages)
[RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7
2023-02-08 17:45 UTC (8+ messages)
` [RFC PATCH 2/4] lcitool: use libvirt-ci as library
` [RFC PATCH 3/4] lcitool: allow overriding package mappings and target facts
` [RFC PATCH 4/4] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
[PATCH v9 00/14] vfio/migration: Implement VFIO migration protocol v2
2023-02-08 17:40 UTC (9+ messages)
` [PATCH v9 07/14] vfio/migration: Block multiple devices migration
` [PATCH v9 14/14] docs/devel: Align VFIO migration docs to v2 protocol
[PATCH] target/hexagon: Access `pkt/insn` through `ctx`
2023-02-08 17:37 UTC (3+ messages)
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).