messages from 2024-09-18 15:42:34 to 2024-09-19 10:05:38 UTC [more...]
[PATCH] target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
2024-09-18 14:22 UTC (2+ messages)
[PATCH 0/2] gitlab-ci: Make separate sections for build and test
2024-09-18 14:34 UTC (2+ messages)
[PULL 00/18] tcg plugins (deprecations, mem apis, contrib plugins)
2024-09-19 9:50 UTC (20+ messages)
` [PULL 01/18] deprecation: don't enable TCG plugins by default on 32 bit hosts
` [PULL 02/18] deprecation: don't enable TCG plugins by default with TCI
` [PULL 03/18] contrib/plugins: control flow plugin
` [PULL 04/18] plugins: save value during memory accesses
` [PULL 05/18] plugins: extend API to get latest memory value accessed
` [PULL 06/18] tests/tcg: add mechanism to run specific tests with plugins
` [PULL 07/18] tests/tcg: allow to check output of plugins
` [PULL 08/18] tests/tcg/plugins/mem: add option to print memory accesses
` [PULL 09/18] tests/tcg/multiarch: add test for plugin memory access
` [PULL 10/18] tests/tcg: clean up output of memory system test
` [PULL 11/18] tests/tcg: only read/write 64 bit words on 64 bit systems
` [PULL 12/18] tests/tcg: ensure s390x-softmmu output redirected
` [PULL 13/18] tests/tcg: add a system test to check memory instrumentation
` [PULL 14/18] util/timer: avoid deadlock when shutting down
` [PULL 15/18] contrib/plugins: Add a plugin to generate basic block vectors
` [PULL 16/18] plugins: add plugin API to read guest memory
` [PULL 17/18] plugins: add option to dump write argument to syscall plugin
` [PULL 18/18] contrib/plugins: avoid hanging program
[PATCH 00/25] NXP i.MX RT595
2024-09-19 9:36 UTC (34+ messages)
` [PATCH 01/25] fifo32: add peek function
` [PATCH 02/25] tests/unit: add fifo32 tests
` [PATCH 03/25] scripts: add script to generate C header files from SVD XML files
` [PATCH 04/25] Add mcux-soc-svd subproject
` [PATCH 05/25] hw/misc: add support for flexcomm
` [PATCH 06/25] hw/misc/flexcomm.c: add common fifo functionality
` [PATCH 07/25] hw/char: add support for flexcomm usart
` [PATCH 08/25] hw/i2c: add support for flexcomm i2c
` [PATCH 09/25] hw/ssi: add support for flexcomm spi
` [PATCH 10/25] hw/misc: add support for RT500's clock controller
` [PATCH 11/25] hw/ssi: add support for flexspi
` [PATCH 12/25] hw/misc: add support for RT500's reset controller
` [PATCH 13/25] hw/arm: add basic support for the RT500 SoC
` [PATCH 14/25] hw/arm: add RT595-EVK board
` [PATCH 15/25] tests/qtest: add register access macros and functions
` [PATCH 16/25] system/qtest: add APIS to check for memory access failures
` [PATCH 17/25] tests/qtest: add flexcomm tests
` [PATCH 18/25] tests/qtest: add flexcomm usart tests
` [PATCH 19/25] hw/misc: add i2c-tester
` [PATCH 20/25] tests/qtest: add tests for flexcomm i2c
` [PATCH 21/25] hw/ssi: allow NULL realize callbacks for peripherals
` [PATCH 22/25] hw/misc: add spi-tester
` [PATCH 23/25] tests/qtest: add tests for flexcomm spi
` [PATCH 24/25] systems/qtest: add device clock APIs
` [PATCH 25/25] tests/qtest: add tests for RT500's clock controller
[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
2024-09-19 9:09 UTC (2+ messages)
[PULL v2 0/6] Migration 20240917 patches
2024-09-19 9:08 UTC (8+ messages)
` [PULL v2 1/6] tests/qtest/migration: Move a couple of slow tests under g_test_slow
` [PULL v2 2/6] migration/multifd: Fix build for qatzip
` [PULL v2 3/6] migration/multifd: Fix loop conditions in multifd_zstd_send_prepare and multifd_zstd_recv
` [PULL v2 4/6] softmmu/physmem.c: Keep transaction attribute in address_space_map()
` [PULL v2 5/6] migration/savevm: Remove extra load cleanup calls
` [PULL v2 6/6] migration/multifd: Fix rb->receivedmap cleanup race
[PULL 0/1] qemu-macppc queue 20240918
2024-09-19 9:08 UTC (2+ messages)
[PATCH 0/3] linux-user: Update syscall numbers
2024-09-19 8:42 UTC (4+ messages)
` [PATCH 1/3] linux-user: update syscall_nr.h to Linux v6.10
[PATCH v4 0/4] KVM: Dynamic sized memslots array
2024-09-19 8:15 UTC (3+ messages)
` [PATCH v4 1/4] KVM: Dynamic sized kvm "
[PATCH V2] virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
2024-09-19 7:29 UTC
[PATCH v3] i386/cpu: fixup number of addressable IDs for logical processors in the physical package
2024-09-19 7:06 UTC (2+ messages)
[RFC v2 00/12] Introduce Hybrid CPU Topology via Custom Topology Tree
2024-09-19 6:11 UTC (13+ messages)
` [RFC v2 01/12] qdev: Allow qdev_device_add() to add specific category device
` [RFC v2 02/12] qdev: Introduce new device category to cover basic topology device
` [RFC v2 03/12] system/vl: Create CPU topology devices from CLI early
` [RFC v2 04/12] hw/core/machine: Split machine initialization around qemu_add_cli_devices_early()
` [RFC v2 05/12] hw/core/machine: Introduce custom CPU topology with max limitations
` [RFC v2 06/12] hw/cpu: Constrain CPU topology tree with max_limit
` [RFC v2 07/12] hw/core: Re-implement topology helpers to honor max limitations
` [RFC v2 08/12] hw/i386: Use get_max_topo_by_level() to get topology information
` [RFC v2 09/12] i386: Introduce x86 CPU core abstractions
` [RFC v2 10/12] i386/cpu: Support Intel hybrid CPUID
` [RFC v2 11/12] i386/machine: Split machine initialization after CPU creation into post_init()
` [RFC v2 12/12] i386: Support custom topology for microvm, pc-i440fx and pc-q35
[PATCH v7 0/8] target/riscv: Expose RV32 cpu to RV64 QEMU
2024-09-19 5:50 UTC (9+ messages)
` [PATCH v7 1/8] target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
` [PATCH v7 2/8] target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32
` [PATCH v7 3/8] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
` [PATCH v7 4/8] target/riscv: Detect sxl to set bit width for RV32 in RV64
` [PATCH v7 5/8] target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMU
` [PATCH v7 6/8] target/riscv: Enable RV32 CPU support "
` [PATCH v7 7/8] target/riscv: Add max32 CPU for "
` [PATCH v7 8/8] tests/avocado: Boot Linux for RV32 cpu on "
[PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
2024-09-19 5:19 UTC (7+ messages)
[PATCH] replay: Remove unused replay_disable_events
2024-09-19 4:59 UTC (2+ messages)
[PATCH v3 00/34] Use g_assert_not_reached instead of (g_)assert(0, false)
2024-09-19 4:46 UTC (35+ messages)
` [PATCH v3 01/34] hw/acpi: replace assert(0) with g_assert_not_reached()
` [PATCH v3 02/34] hw/arm: "
` [PATCH v3 03/34] hw/net: "
` [PATCH v3 04/34] migration: "
` [PATCH v3 05/34] qobject: "
` [PATCH v3 06/34] target/ppc: "
` [PATCH v3 07/34] block: replace assert(false) "
` [PATCH v3 08/34] hw/hyperv: "
` [PATCH v3 09/34] hw/net: "
` [PATCH v3 10/34] hw/nvme: "
` [PATCH v3 11/34] hw/pci: "
` [PATCH v3 12/34] hw/ppc: "
` [PATCH v3 13/34] migration: "
` [PATCH v3 14/34] target/i386/kvm: "
` [PATCH v3 15/34] accel/tcg: remove break after g_assert_not_reached()
` [PATCH v3 16/34] block: "
` [PATCH v3 17/34] hw/acpi: "
` [PATCH v3 18/34] hw/net: "
` [PATCH v3 19/34] hw/scsi: "
` [PATCH v3 20/34] hw/tpm: "
` [PATCH v3 21/34] target/arm: "
` [PATCH v3 22/34] target/riscv: "
` [PATCH v3 23/34] fpu: "
` [PATCH v3 24/34] tcg/loongarch64: "
` [PATCH v3 25/34] include/qemu: remove return "
` [PATCH v3 26/34] hw/hyperv: "
` [PATCH v3 27/34] hw/net: "
` [PATCH v3 28/34] hw/pci: "
` [PATCH v3 29/34] hw/ppc: "
` [PATCH v3 30/34] migration: "
` [PATCH v3 31/34] qobject: "
` [PATCH v3 32/34] qom: "
` [PATCH v3 33/34] tests/qtest: "
` [PATCH v3 34/34] scripts/checkpatch.pl: emit error when using assert(false)
[PATCH v16 00/13] hw/pci: SR-IOV related fixes and improvements
2024-09-19 4:32 UTC (4+ messages)
` [PATCH v16 02/13] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
[PATCH] ppc/spapr: remove deprecated machines specific code
2024-09-19 4:21 UTC (3+ messages)
[PATCH V2] arm/kvm: add support for MTE
2024-09-19 3:22 UTC (4+ messages)
[PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
2024-09-19 2:01 UTC (4+ messages)
[RFC v2 00/15] qom-topo: Abstract CPU Topology Level to Topology Device
2024-09-19 1:55 UTC (16+ messages)
` [RFC v2 01/15] qdev: Add pointer to BusChild in DeviceState
` [RFC v2 02/15] qdev: Add the interface to reparent the device
` [RFC v2 03/15] hw/cpu: Introduce CPU topology device and CPU bus
` [RFC v2 04/15] hw/cpu: Introduce CPU slot to manage CPU topology
` [RFC v2 05/15] qdev: Add method in BusClass to customize device index
` [RFC v2 06/15] hw/core: Create CPU slot in MachineState to manage CPU topology tree
` [RFC v2 07/15] hw/core/cpu: Convert CPU from general device to topology device
` [RFC v2 08/15] hw/cpu/core: Convert cpu-core "
` [RFC v2 09/15] hw/cpu: Abstract module/die/socket levels as topology devices
` [RFC v2 10/15] hw/machine: Build smp topology tree from -smp
` [RFC v2 11/15] hw/core: Support topology tree in none machine for compatibility
` [RFC v2 12/15] hw/i386: Allow i386 to create new CPUs in topology tree
` [RFC v2 13/15] system/qdev-monitor: Introduce bus-finder interface for compatibility with bus-less plug behavior
` [RFC v2 14/15] i386/cpu: Support CPU plugged in topology tree via bus-finder
` [RFC v2 15/15] i386: Support topology device tree
[PATCH V1] virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
2024-09-19 1:35 UTC (2+ messages)
Xilinx Zynq 7000 Start of CPU1
2024-09-19 0:28 UTC (2+ messages)
[PATCH] io/channel-socket: Remove unused qio_channel_socket_dgram_async
2024-09-19 0:00 UTC
[PATCH] hw/pci: Remove unused pcie_chassis_find_slot
2024-09-18 23:47 UTC
[PATCH] usb-hub: Add support for v2.0 hubs
2024-09-18 23:41 UTC
[PATCH -next] fw_cfg: Constify struct kobj_type
2024-09-18 23:33 UTC (2+ messages)
[PATCH] sockets: Remove deadcode
2024-09-18 23:26 UTC
[PATCH] hw/net/rocker: Remove unused rocker_fp_ports
2024-09-18 23:14 UTC
vm events, userspace, the vmgenid driver, and the future [was: the uevent revert thread]
2024-09-18 23:02 UTC (2+ messages)
[PATCH] hw/net/net_rx_pkt: Remove deadcode
2024-09-18 22:51 UTC
[PATCH] net: Remove deadcode
2024-09-18 20:52 UTC
[PATCH v2] hw: fix memory leak in IRQState allocation
2024-09-18 20:50 UTC (2+ messages)
[PATCH v2 00/18] tcg plugins pre-PR (deprecations, mem apis, contrib plugins)
2024-09-18 18:52 UTC (7+ messages)
` [PATCH v2 13/18] tests/tcg: add a system test to check memory instrumentation
` [PATCH v2 14/18] util/timer: avoid deadlock when shutting down
` [PATCH v2 18/18] contrib/plugins: avoid hanging program
[RFC PATCH] contrib/plugins: avoid hanging program
2024-09-18 18:47 UTC (2+ messages)
[PATCH 0/2] tcg: Fix branch/label link during plugin expansion
2024-09-18 18:43 UTC (4+ messages)
[PULL 0/6] Migration 20240917 patches
2024-09-18 18:21 UTC (3+ messages)
[PATCH v6 0/7] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
2024-09-18 17:14 UTC (8+ messages)
` [PATCH v6 1/7] target/riscv: Set vdata.vm field for vector load/store whole register instructions
` [PATCH v6 2/7] target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us
` [PATCH v6 3/7] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
` [PATCH v6 4/7] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
` [PATCH v6 5/7] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride load-only-first load instructions
` [PATCH v6 6/7] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
` [PATCH v6 7/7] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
of remote_iohub_finalize
2024-09-18 17:00 UTC
[PATCH v5] ptp: Add support for the AMZNC10C 'vmclock' device
2024-09-18 16:57 UTC (3+ messages)
[PATCH] util/cutils: Remove unused qemu_get_exec_dir
2024-09-18 16:53 UTC
[PATCH-for-9.2 v3 0/3] hw/ssi/pnv_spi: Remove PnvXferBuffer and get_seq_index()
2024-09-18 16:50 UTC (4+ messages)
` [PATCH v3 1/3] MAINTAINERS: Cover PowerPC SPI model in PowerNV section
` [PATCH v3 2/3] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
` [PATCH v3 3/3] hw/ssi/pnv_spi: Use local var seq_index instead of get_seq_index()
[PATCH v3] memory: notify hypervisor of all eventfds during listener (de)registration
2024-09-18 16:44 UTC (2+ messages)
[PATCH] util/iova-tree: Remove deadcode
2024-09-18 16:41 UTC (2+ messages)
[PATCH] qemu-timer: Remove unused qemu_clock_get_main_loop_timerlist
2024-09-18 16:34 UTC
[PATCH] crypto: Remove unused DER string functions
2024-09-18 16:33 UTC (2+ messages)
[PATCH 0/3] Migration deadcode removal
2024-09-18 16:27 UTC (4+ messages)
` [PATCH 2/3] migration: Remove unused zero-blocks capability
[PATCH 1/1] target/riscv: enable floating point unit
2024-09-18 16:27 UTC (14+ 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).