messages from 2023-02-16 13:21:22 to 2023-02-16 17:38:35 UTC [more...]
[PATCH V3 0/8] Add basic ACPI support for risc-v virt
2023-02-16 17:38 UTC (11+ messages)
` [PATCH V3 1/8] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PATCH V3 2/8] hw/riscv/virt: Add a switch to disable ACPI
` [PATCH V3 3/8] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PATCH V3 4/8] hw/riscv/virt: Enable basic ACPI infrastructure
` [PATCH V3 5/8] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PATCH V3 6/8] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PATCH V3 7/8] hw/riscv/virt.c: Initialize the ACPI tables
` [PATCH V3 8/8] MAINTAINERS: Add entry for RISC-V ACPI
[PATCH 0/5] Support Flexible Data Placement (FDP)
2023-02-16 17:35 UTC (8+ messages)
` [PATCH 1/5] hw/nvme: move adjustment of data_units{read,written}
` [PATCH 2/5] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PATCH 3/5] hw/nvme: add basic endurance group support
` [PATCH 4/5] hw/nvme: basic directives support
` [PATCH 5/5] hw/nvme: flexible data placement emulation
[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
2023-02-16 17:30 UTC (5+ messages)
` [PATCH v5 3/3] qtests/arm: add some mte tests
[PATCH V2 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables
2023-02-16 17:26 UTC (3+ messages)
[PATCH v2] target/arm: Add raw_writes ops for register whose write induce TLB maintenance
2023-02-16 17:23 UTC (4+ messages)
[PATCH RESEND v5 00/28] target/arm: Allow CONFIG_TCG=n builds
2023-02-16 17:22 UTC (11+ messages)
` [PATCH RESEND v5 07/28] target/arm: Move define_debug_regs() to cpregs.c
` [PATCH RESEND v5 17/28] target/arm: Move cortex sysregs into cpregs.c
` [PATCH RESEND v5 25/28] target/avocado: Pass parameters to migration test on aarch64
[PULL v2 0/10] xenpvh
2023-02-16 17:17 UTC (7+ messages)
[PATCH] gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs
2023-02-16 17:15 UTC (2+ messages)
[PULL 00/30] target-arm queue
2023-02-16 17:11 UTC (31+ messages)
` [PULL 01/30] hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PULL 02/30] target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulation
` [PULL 03/30] target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scope
` [PULL 04/30] target/arm: Constify ID_PFR1 on user emulation
` [PULL 05/30] target/arm: Convert CPUARMState::eabi to boolean
` [PULL 06/30] target/arm: Avoid resetting CPUARMState::eabi field
` [PULL 07/30] target/arm: Restrict CPUARMState::gicv3state to sysemu
` [PULL 08/30] target/arm: Restrict CPUARMState::arm_boot_info "
` [PULL 09/30] target/arm: Restrict CPUARMState::nvic "
` [PULL 10/30] target/arm: Store CPUARMState::nvic as NVICState*
` [PULL 11/30] target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
` [PULL 12/30] tests/avocado: retire the Aarch64 TCG tests from boot_linux.py
` [PULL 13/30] hw/arm/smmuv3: Add GBPA register
` [PULL 14/30] hw/arm: Add missing XLNX_ZYNQMP_ARM -> USB_DWC3 Kconfig dependency
` [PULL 15/30] arm/virt: don't try to spell out the accelerator
` [PULL 16/30] MAINTAINERS: Add myself to maintainers and remove Havard
` [PULL 17/30] hw/ssi: Add Nuvoton PSPI Module
` [PULL 18/30] hw/arm: Attach PSPI module to NPCM7XX SoC
` [PULL 19/30] hw/arm/smmu-common: Support 64-bit addresses
` [PULL 20/30] hw/arm/smmu-common: Fix TTB1 handling
` [PULL 21/30] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PULL 22/30] target/arm: wrap psci call with tcg_enabled
` [PULL 23/30] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PULL 24/30] target/arm: Move PC alignment check
` [PULL 25/30] target/arm: Move cpregs code out of cpu.h
` [PULL 26/30] tests/avocado: Skip tests that require a missing accelerator
` [PULL 27/30] tests/avocado: Tag TCG tests with accel:tcg
` [PULL 28/30] target/arm: Use "max" as default cpu for the virt machine with KVM
` [PULL 29/30] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [PULL 30/30] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
[PATCH v6 0/3] Eliminate multifd flush
2023-02-16 17:13 UTC (10+ messages)
` [PATCH v6 1/3] multifd: Create property multifd-flush-after-each-section
` [PATCH v6 3/3] multifd: Only flush once each full round of memory
[PULL 0/5] Migration 20230215 patches
2023-02-16 17:11 UTC (2+ messages)
[PATCH v2 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-02-16 17:10 UTC (9+ messages)
` [PATCH v2 07/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization
` [PATCH v2 17/18] hw/isa: Un-inline isa_bus_from_device()
` [PATCH v2 18/18] hw/isa: Remove empty ISADeviceClass structure
[PATCH] qemu: make version available in coredump
2023-02-16 17:02 UTC (6+ messages)
[RFC PATCH 00/16] Add stage-2 translation for SMMUv3
2023-02-16 16:54 UTC (36+ messages)
` [RFC PATCH 03/16] hw/arm/smmuv3: Rename smmu_ptw_64
` [RFC PATCH 04/16] hw/arm/smmuv3: Add a system property to choose translation stage
` [RFC PATCH 05/16] hw/arm/smmuv3: Add page table walk for stage-2
` [RFC PATCH 07/16] hw/arm/smmuv3: Check validity of stage-2 page table
` [RFC PATCH 08/16] hw/arm/smmuv3: Support S2AFFD
` [RFC PATCH 10/16] hw/arm/smmuv3: Make TLB lookup work for stage-2
` [RFC PATCH 12/16] hw/arm/smmuv3: Add VMID to tlb tagging
` [RFC PATCH 13/16] hw/arm/smmuv3: Add CMDs related to stage 2
` [RFC PATCH 15/16] hw/arm/smmuv3: Add fault configuration for stage-2
[PATCH v11 00/11] vfio/migration: Implement VFIO migration protocol v2
2023-02-16 16:52 UTC (19+ messages)
` [PATCH v11 01/11] linux-headers: Update to v6.2-rc8
` [PATCH v11 02/11] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v11 03/11] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v11 04/11] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v11 05/11] vfio/migration: Block multiple devices migration
` [PATCH v11 06/11] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v11 07/11] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v11 08/11] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v11 09/11] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v11 10/11] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v11 11/11] docs/devel: Align VFIO migration docs to v2 protocol
[PATCH v2 00/14] target/riscv: Some updates to float point related extensions
2023-02-16 16:42 UTC (3+ messages)
` [PATCH v2 05/14] target/riscv: Fix relationship between V, Zve*, F and D
[PATCH] TCG plugin API extension to read guest memory content by an address
2023-02-16 16:42 UTC (3+ messages)
[PATCH 18/18] target/riscv: Move configuration check to envcfg CSRs predicate()
2023-02-16 16:40 UTC (2+ messages)
[PATCH v5 0/9] make write_misa a no-op and FEATURE_* cleanups
2023-02-16 16:21 UTC (10+ messages)
` [PATCH v5 1/9] target/riscv: turn write_misa() into an official no-op
` [PATCH v5 2/9] target/riscv: introduce riscv_cpu_cfg()
` [PATCH v5 3/9] target/riscv: remove RISCV_FEATURE_DEBUG
` [PATCH v5 4/9] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PATCH v5 5/9] target/riscv: remove RISCV_FEATURE_EPMP
` [PATCH v5 6/9] target/riscv: remove RISCV_FEATURE_PMP
` [PATCH v5 7/9] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PATCH v5 8/9] target/riscv: remove RISCV_FEATURE_MMU
` [PATCH v5 9/9] target/riscv/cpu: remove CPUArchState::features and friends
[PATCH v2 0/1] virtio-fs: implement option for stateless migration
2023-02-16 16:22 UTC (7+ messages)
` [PATCH v2 1/1] vhost-user-fs: add property to allow migration
[PATCH v4 00/10] migration: introduce dirtylimit capability
2023-02-16 16:18 UTC (11+ messages)
` [PATCH v4 01/10] dirtylimit: Fix overflow when computing MB
` [PATCH v4 02/10] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH v4 03/10] kvm: dirty-ring: Fix race with vcpu creation
` [PATCH v4 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v4 05/10] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH v4 06/10] migration: Introduce dirty-limit capability
` [PATCH v4 07/10] migration: Refactor auto-converge capability logic
` [PATCH v4 08/10] migration: Implement dirty-limit convergence algo
` [PATCH v4 09/10] migration: Extend query-migrate to provide dirty page limit info
` [PATCH v4 10/10] tests: Add migration dirty-limit capability test
[PATCH] target/riscv: Fix vslide1up.vf and vslide1down.vf
2023-02-16 16:18 UTC (2+ messages)
Lost partition tables on ide-hd + ahci drive
2023-02-16 16:15 UTC (6+ messages)
[PATCH] target/riscv: avoid env_archcpu() in cpu_get_tb_cpu_state()
2023-02-16 16:11 UTC (2+ messages)
[PATCH v1 0/2] vhost: memslot handling improvements
2023-02-16 16:04 UTC (2+ messages)
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
2023-02-16 15:41 UTC (3+ messages)
[RFC PATCH v11bis 00/26] Emulated XenStore and PV backend support
2023-02-16 15:33 UTC (5+ messages)
[Qemu-devel] [PATCH 00/38] char: fixes and improvements (was "[PATCH 0/9] Fix mux regression")
2023-02-16 15:29 UTC (5+ messages)
` [Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver
[PATCH v2 0/3] virtio-scsi: fix SCSIDevice hot unplug with IOThread
2023-02-16 15:27 UTC (3+ messages)
` [PATCH v2 2/3] dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
[PATCH v4 00/10] make write_misa a no-op and FEATURE_* cleanups
2023-02-16 15:26 UTC (8+ messages)
` [PATCH v4 01/10] target/riscv: turn write_misa() into an official no-op
` [PATCH v4 02/10] target/riscv: remove RISCV_FEATURE_MISA
[PATCH v3 00/14] hw: Use QOM macros and remove DO_UPCAST() uses
2023-02-16 15:22 UTC (6+ messages)
` [PATCH v3 01/14] hw/char/serial-pci: Replace DO_UPCAST(PCISerialState) by PCI_SERIAL()
[PATCH v2] Do not include hw/hw.h if it is not necessary
2023-02-16 15:18 UTC (2+ messages)
[PATCH v3] Adding new machine Yosemitev2 in QEMU
2023-02-16 15:04 UTC (4+ messages)
[PATCH] hw/display/sm501: Implement more 2D raster operations
2023-02-16 14:40 UTC
Runnig solaris binary(32 bit) on linux(64 bit)
2023-02-16 14:36 UTC (2+ messages)
Future of icount discussion for next KVM call?
2023-02-16 14:36 UTC (3+ messages)
[PATCH v3 00/14] Dynamically switch to vhost shadow virtqueues at vdpa net migration
2023-02-16 14:35 UTC (4+ messages)
` [PATCH v3 04/14] vdpa: add vhost_vdpa_suspend
[PATCH] hw/arm: Add missing ZynqMP ZCU102 -> USB_DWC3 Kconfig dependency
2023-02-16 9:27 UTC (2+ messages)
[PATCH qemu 1/2] hw/at24c : modify at24c to support 1 byte address mode
2023-02-16 14:27 UTC (4+ messages)
[PATCH 0/5] hw/cpu/cluster: Restrict CPU cluster to a particular CPU type
2023-02-16 14:23 UTC (6+ messages)
` [PATCH 1/5] hw/cpu: Extend CPUState::cluster_index documentation
` [PATCH 2/5] hw/cpu/cluster: Only add CPU objects to CPU cluster
` [PATCH 3/5] hw/cpu/cluster: Restrict CPU cluster to a particular CPU type
` [PATCH 4/5] hw/arm: Restrict CPU clusters to the expected type
` [PATCH 5/5] hw/riscv: "
[PATCH qemu 2/2] aspeed/fuji : correct the eeprom size
2023-02-16 14:23 UTC (4+ messages)
[PATCH 0/2] *** configure: Add 'mkdir build' check ***
2023-02-16 14:21 UTC (4+ messages)
` [PATCH 1/2] configure: Add 'mkdir build' check
[PATCH 00/20] hw/ide: QOM/QDev housekeeping
2023-02-16 14:19 UTC (3+ messages)
` [PATCH 04/20] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
[PATCH v3 0/6] hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses
2023-02-16 14:18 UTC (3+ messages)
` [PATCH v3 4/6] hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
[PATCH] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode
2023-02-16 14:09 UTC (2+ messages)
[PATCH v2 0/2] hw/arm/smmu: Fixes for TTB1
2023-02-16 13:53 UTC (2+ messages)
[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
2023-02-16 13:50 UTC (4+ messages)
[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-16 13:49 UTC (5+ messages)
` [PATCH v2 1/4] util/cacheflush: fix cache "
` [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v2 3/4] qga/vss-win32: fix warning for clang++-15
` [PATCH v2 4/4] target/ppc: fix warning with clang-15
[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
2023-02-16 13:46 UTC (5+ messages)
` [PATCH v5 09/14] Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather
` [PATCH v5 11/14] Hexagon (target/hexagon) Change subtract from zero to change sign
[RFC 00/52] Introduce hybrid CPU topology
2023-02-16 13:38 UTC (3+ messages)
` [RFC 20/52] s390x: Replace MachineState.smp access with topology helpers
[PATCH v3 00/10] enable write_misa() and RISCV_FEATURE_* cleanups
2023-02-16 13:30 UTC (6+ messages)
` [PATCH v3 02/10] target/riscv: always allow write_misa() to write MISA
[PATCH v3 0/3] Nuvoton Peripheral SPI (PSPI) Module
2023-02-16 13:24 UTC (2+ 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).