messages from 2023-11-24 11:33:09 to 2023-11-26 23:15:05 UTC [more...]
[PATCH v7 0/8] Unified CPU type check
2023-11-26 23:12 UTC (9+ messages)
` [PATCH v7 1/8] machine: Use error handling when CPU type is checked
` [PATCH v7 2/8] machine: Introduce helper is_cpu_type_supported()
` [PATCH v7 3/8] machine: Print CPU model name instead of CPU type
` [PATCH v7 4/8] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v7 5/8] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v7 6/8] hw/arm/sbsa-ref: "
` [PATCH v7 7/8] hw/arm: "
` [PATCH v7 8/8] hw/riscv/shakti_c: "
[PATCH] qemu/timer: Don't use RDTSC on i486
2023-11-26 22:52 UTC (7+ messages)
[PATCH v3 0/4] Fix IRQ routing in via south bridge
2023-11-26 22:49 UTC (5+ messages)
` [PATCH v3 1/4] hw/isa/vt82c686: Bring back via_isa_set_irq()
` [PATCH v3 2/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
` [PATCH v3 3/4] hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()
` [PATCH v3 4/4] hw/audio/via-ac97: Route interrupts "
pending hw/audio patches for 8.2
2023-11-26 16:34 UTC (2+ messages)
[PATCH] sh4: Coding style: Remove tabs
2023-11-26 16:31 UTC (3+ messages)
[PATCH qemu 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
2023-11-26 14:42 UTC (3+ messages)
` [PATCH qemu 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
` [PATCH qemu 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
[PATCH-for-9.0 00/16] target/arm/kvm: Unify kvm_arm_FOO() API
2023-11-26 13:59 UTC (2+ messages)
[PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
2023-11-26 10:01 UTC (4+ messages)
[PATCH v5 0/3] pnv nest1 chiplet model
2023-11-26 9:29 UTC (13+ messages)
` [PATCH v5 1/3] hw/ppc: Add pnv pervasive common chiplet units
` [PATCH v5 2/3] hw/ppc: Add nest1 chiplet model
` [PATCH v5 3/3] hw/ppc: Nest1 chiplet wiring
[PULL 0/6] riscv-to-apply queue
2023-11-25 21:08 UTC (2+ messages)
[PATCH for-8.2] Fix broken build for QEMU guest agent
2023-11-25 17:37 UTC (2+ messages)
[PATCH] build-sys: fix meson project version usage
2023-11-25 17:35 UTC (3+ messages)
[PULL 0/1] QGA build bug fixes for QEMU 8.2.0-rc2
2023-11-25 17:30 UTC (2+ messages)
` [PULL 1/1] build-sys: fix meson project version usage
[PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
2023-11-25 16:34 UTC
[PATCH for 8.2] ppc/amigaone: Allow running without firmware image
2023-11-25 14:19 UTC
[PATCH for-8.2] ide/via: Fix BAR4 value in legacy mode
2023-11-25 14:01 UTC
[BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
2023-11-25 13:08 UTC
[PATCH] ui: Optimization dirty rect empty check logic
2023-11-25 7:54 UTC
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
2023-11-25 2:39 UTC (11+ messages)
` [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
[PATCH v3 0/5] xen-arm: add support for virtio-pci
2023-11-24 23:24 UTC (6+ messages)
` [PATCH v3 2/5] xen: backends: don't overwrite XenStore nodes created by toolstack
` [RFC PATCH v3 3/5] xen: add option to disable legacy backends
` [PATCH v3 1/5] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
` [PATCH v3 5/5] xen_arm: Add virtual PCIe host bridge support
` [PATCH v3 4/5] xen_arm: set mc->max_cpus to GUEST_MAX_VCPUS
[PATCH for-9.0 v12 00/18] riscv: rv64i/rva22u64 CPUs, RVA22U64 profile support
2023-11-24 20:23 UTC (19+ messages)
` [PATCH for-9.0 v12 01/18] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PATCH for-9.0 v12 02/18] target/riscv/tcg: do not use "!generic" CPU checks
` [PATCH for-9.0 v12 03/18] target/riscv/tcg: update priv_ver on user_set extensions
` [PATCH for-9.0 v12 04/18] target/riscv: add rv64i CPU
` [PATCH for-9.0 v12 05/18] target/riscv: add zicbop extension flag
` [PATCH for-9.0 v12 06/18] target/riscv/tcg: add 'zic64b' support
` [PATCH for-9.0 v12 07/18] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
` [PATCH for-9.0 v12 08/18] target/riscv: add rva22u64 profile definition
` [PATCH for-9.0 v12 09/18] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH for-9.0 v12 10/18] target/riscv/tcg: add user flag for profile support
` [PATCH for-9.0 v12 11/18] target/riscv/tcg: add MISA user options hash
` [PATCH for-9.0 v12 12/18] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH for-9.0 v12 13/18] target/riscv/tcg: handle profile MISA bits
` [PATCH for-9.0 v12 14/18] target/riscv/tcg: add hash table insert helpers
` [PATCH for-9.0 v12 15/18] target/riscv/tcg: honor user choice for G MISA bits
` [PATCH for-9.0 v12 16/18] target/riscv/tcg: validate profiles during finalize
` [PATCH for-9.0 v12 17/18] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
` [PATCH for-9.0 v12 18/18] target/riscv: add 'rva22u64' CPU
[PATCH for-9.0 0/7] target/riscv: implement RVA22S64 profile
2023-11-24 20:13 UTC (15+ messages)
` [PATCH for-9.0 2/7] target/riscv: add priv ver restriction to profiles
` [PATCH for-9.0 3/7] target/riscv/cpu.c: finalize satp_mode earlier
` [PATCH for-9.0 4/7] target/riscv/cpu: add riscv_cpu_is_32bit()
` [PATCH for-9.0 5/7] target/riscv: add satp_mode profile support
` [PATCH for-9.0 6/7] target/riscv: add RVA22S64 profile
` [PATCH for-9.0 7/7] target/riscv: add rva22s64 cpu
[RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size
2023-11-24 19:22 UTC
[PATCH-for-8.2? v3 0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs
2023-11-24 18:33 UTC (3+ messages)
` [PATCH-for-8.2? v3 1/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
` [PATCH-for-8.2? v3 2/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
[PATCH] hw/audio/sb16: Do not migrate qdev properties
2023-11-24 18:26 UTC
[PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2023-11-24 18:24 UTC (2+ messages)
[PATCH for-8.2 0/2] qdev array property fixes
2023-11-24 18:06 UTC (3+ messages)
` [PATCH for-8.2 1/2] qdev: Fix crash in array property getter
[PATCH for-8.2] export/vhost-user-blk: Fix consecutive drains
2023-11-24 17:44 UTC
[PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
2023-11-24 17:22 UTC (15+ messages)
` [PATCH V7 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V7 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V7 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V7 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V7 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V7 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
[PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
2023-11-24 17:14 UTC (14+ messages)
` [PATCH 9.0 01/13] vdpa: add VhostVDPAShared
` [PATCH 9.0 02/13] vdpa: move iova tree to the shared struct
` [PATCH 9.0 03/13] vdpa: move iova_range to vhost_vdpa_shared
` [PATCH 9.0 04/13] vdpa: move shadow_data "
` [PATCH 9.0 05/13] vdpa: use vdpa shared for tracing
` [PATCH 9.0 06/13] vdpa: move file descriptor to vhost_vdpa_shared
` [PATCH 9.0 07/13] vdpa: move iotlb_batch_begin_sent "
` [PATCH 9.0 08/13] vdpa: move backend_cap "
` [PATCH 9.0 09/13] vdpa: remove msg type of vhost_vdpa
` [PATCH 9.0 10/13] vdpa: move iommu_list to vhost_vdpa_shared
` [PATCH 9.0 11/13] vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
` [PATCH 9.0 12/13] vdpa: use dev_shared in vdpa_iommu
` [PATCH 9.0 13/13] vdpa: move memory listener to vhost_vdpa_shared
[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
2023-11-24 17:11 UTC (4+ messages)
` [RFC PATCH 02/18] vdpa: move iova tree to the shared struct
[PATCH] hw/core: define stack variable to NULL to fix qtest with sanitizers
2023-11-24 16:59 UTC (5+ messages)
[PATCH] block/monitor: blk_bs() return value check
2023-11-24 16:49 UTC (4+ messages)
[PATCH v1 0/3] ZynqMP / Versal: various fixes
2023-11-24 16:37 UTC (7+ messages)
` [PATCH v1 1/3] hw/ssi/xilinx_spips: fix an out of bound access
` [PATCH v1 2/3] fix some url for amd / xilinx models
` [PATCH v1 3/3] hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
[PATCH for-9.0] qapi: Add 'recurse-children' option to qom-list
2023-11-24 16:24 UTC
[PATCH v1 0/7] migration cleanups and testing improvements
2023-11-24 16:14 UTC (8+ messages)
` [PATCH v1 1/7] migration/multifd: Remove MultiFDPages_t::packet_num
` [PATCH v1 2/7] migration/multifd: Remove QEMUFile from where it is not needed
` [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument
` [PATCH v1 4/7] migration: Report error in incoming migration
` [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
` [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names
` [PATCH v1 7/7] tests/qtest/migration: Use the new migration_test_add
[PATCH v2 0/6] xen-arm: add support for virtio-pci
2023-11-24 15:47 UTC (16+ messages)
` [PATCH v2 5/6] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
` [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
` [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
[PULL 00/10] Misc bug fixes for QEMU 8.2.0-rc2
2023-11-24 15:24 UTC (11+ messages)
` [PULL 01/10] coverity: physmem: use simple assertions instead of modelling
` [PULL 02/10] tests: respect --enable/--disable-download for Avocado
` [PULL 03/10] docs: document what configure does with virtual environments
` [PULL 04/10] buildsys: Bump known good meson version to v1.2.3
` [PULL 05/10] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)
` [PULL 06/10] audio: Free consumed default audio devices
` [PULL 07/10] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
` [PULL 08/10] system: Use &error_abort in memory_region_init_ram_[device_]ptr()
` [PULL 09/10] configure: Make only once with pseudo-"in source tree" builds
` [PULL 10/10] scripts: adjust url to Coverity tools
[PATCH 00/19] qapi: statically type schema.py
2023-11-24 15:02 UTC (3+ messages)
` [PATCH 16/19] qapi/schema: add type hints
[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
2023-11-24 15:01 UTC (2+ messages)
[PATCH 0/4] ICH9 root PCI hotplug
2023-11-24 14:54 UTC (8+ messages)
` [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
` [PATCH 4/4] ich9: Enable root PCI hotplug by default
[PATCH 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
2023-11-24 14:52 UTC (3+ messages)
` [PATCH 1/2] block: commit: "
` [PATCH 2/2] block: stream: "
[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
2023-11-24 15:02 UTC (7+ messages)
` PING: VMX controls setting patch "
[PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
2023-11-24 14:47 UTC (4+ messages)
[PATCH v6 0/9] Fix cursor planes with virtualized drivers
2023-11-24 14:41 UTC (2+ messages)
[PATCH v2 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
2023-11-24 13:53 UTC (4+ messages)
` [PATCH v2 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
` [PATCH v2 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
` [PATCH v2 3/3] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS "
[PATCH for-9.0 v11 00/18] rv64i and rva22u64 CPUs, RVA22U64 profile support
2023-11-24 13:49 UTC (5+ messages)
` [PATCH for-9.0 v11 03/18] target/riscv/tcg: update priv_ver on user_set extensions
hw: Audit of qdev properties with same name but different types
2023-11-24 13:28 UTC
[PATCH-for-8.2? v2 0/4] hw/arm/stm32xxx: Report error when incorrect CPU is used
2023-11-24 13:21 UTC (4+ messages)
` [PATCH-for-8.2? v2 2/4] hw/arm/stm32f405: "
[PATCH v2 0/4] Live Migration Acceleration with IAA Compression
2023-11-24 13:20 UTC (3+ messages)
` [PATCH v2 2/4] multifd: Implement multifd compression accelerator
[PATCH v2 0/7] ppc: pnv ChipTOD and various timebase fixes
2023-11-24 12:52 UTC (7+ messages)
` [PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH v2 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2023-11-24 12:47 UTC (5+ messages)
` [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
[PATCH] hw/ppc/Kconfig: Imply VFIO_PCI
2023-11-24 12:32 UTC (3+ messages)
[RFC PATCH] hw/virtio: fix confusing comment
2023-11-24 12:08 UTC
[PATCH for-9.0 00/21] target/arm: kvm cleanups
2023-11-24 12:05 UTC (17+ messages)
` [PATCH 02/21] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
` [PATCH 10/21] target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexport
` [PATCH 12/21] target/arm/kvm: Move kvm_arm_cpreg_level "
` [PATCH 14/21] target/arm/kvm: Merge kvm64.c into kvm.c
` [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
` [PATCH 20/21] target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}
` [PATCH 21/21] target/arm/kvm: Unexport kvm_arm_vm_state_change
[PATCH] vmdk: Don't corrupt desc file in vmdk_write_cid
2023-11-24 11:56 UTC
[PATCH 0/2] docs: define policy forbidding use of "AI" / LLM code generators
2023-11-24 11:41 UTC (18+ messages)
` [PATCH 2/2] "
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).