messages from 2024-07-03 06:02:19 to 2024-07-03 19:29:23 UTC [more...]
[PATCH] char-stdio: Restore blocking mode of stdout on exit
2024-07-03 19:08 UTC
[PATCH v4 0/7] plugins: access values during a memory read/write
2024-07-03 18:58 UTC (5+ messages)
` [PATCH v4 1/7] plugins: fix mem callback array size
` [PATCH v4 2/7] plugins: save value during memory accesses
[PULL v2 00/88] virtio: features,fixes
2024-07-03 18:46 UTC (5+ messages)
[PATCH v2] hw/display/sm501: Validate local memory size index in sm501_system_config_write
2024-07-03 18:44 UTC (2+ messages)
[PATCH v2 0/2] docs/python: bump minimum Sphinx version
2024-07-03 18:38 UTC (5+ messages)
` [PATCH v2 1/2] Python: bump minimum sphinx version to 3.4.3
` [PATCH v2 2/2] docs: remove Sphinx 1.x compatibility code
[PULL 0/4] Block layer patches (CVE-2024-4467)
2024-07-03 18:26 UTC (2+ messages)
[PATCH v1] target/i386: kvm: Block migration when enfore_cpuid is set to false
2024-07-03 18:03 UTC (2+ messages)
[PULL 0/7] tcg patch queue
2024-07-03 17:42 UTC (8+ messages)
` [PULL 1/7] util/cpuinfo-ppc: Fix building on OpenBSD
` [PULL 2/7] util/cpuinfo-ppc: Add FreeBSD support
` [PULL 3/7] util/cpuinfo-aarch64: Add OpenBSD support
` [PULL 4/7] util/cpuinfo-riscv: Support host/cpuinfo.h for riscv
` [PULL 5/7] util/cpuinfo-riscv: Support OpenBSD signal frame
` [PULL 6/7] util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall
` [PULL 7/7] tcg/optimize: Fix TCG_COND_TST* simplification of setcond2
[PATCH v3 0/7] target/riscv: Expose RV32 cpu to RV64 QEMU
2024-07-03 16:49 UTC (10+ messages)
` [PATCH v3 1/7] target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
` [PATCH v3 2/7] target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32
` [PATCH v3 3/7] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
` [PATCH v3 4/7] target/riscv: Detect sxl to set bit width for RV32 in RV64
` [PATCH v3 5/7] target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMU
` [PATCH v3 6/7] target/riscv: Enable RV32 CPU support "
` [PATCH v3 7/7] tests/avocado: Add an avocado test for riscv64
[PATCH] target/i386: SEV: fix formatting of CPUID mismatch message
2024-07-03 16:42 UTC (2+ messages)
[PATCH 0/2] docs/python: bump minimum Sphinx version
2024-07-03 16:07 UTC (7+ messages)
` [PATCH 1/2] Python: bump minimum sphinx version to 3.4.3
[PATCH v3] virtio: Implement Virtio Backend for SD/MMC in QEMU
2024-07-03 16:07 UTC (2+ messages)
More than 255 vcpus Windows VM setup without viommu ?
2024-07-03 16:01 UTC (3+ messages)
[PATCH 00/14] rust: example of bindings code for Rust in QEMU
2024-07-03 15:55 UTC (5+ messages)
` [PATCH 03/14] rust: define traits and pointer wrappers to convert from/to C representations
[PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server
2024-07-03 15:28 UTC (2+ messages)
[PATCH v2 0/7] target/riscv: Expose RV32 cpu to RV64 QEMU
2024-07-03 15:05 UTC (10+ messages)
` [PATCH v2 1/7] target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
` [PATCH v2 2/7] target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32
` [PATCH v2 3/7] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
` [PATCH v2 4/7] target/riscv: Detect sxl to set bit width for RV32 in RV64
` [PATCH v2 5/7] target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMU
` [PATCH v2 6/7] target/riscv: Enable RV32 CPU support "
` [PATCH v2 7/7] tests/avocado: Add an avocado test for riscv64
[PATCH v10 00/12] hw/pci: SR-IOV related fixes and improvements
2024-07-03 14:56 UTC (8+ messages)
` [PATCH v10 11/12] hw/pci: Convert rom_bar into OnOffAuto
[PATCH v4 00/16] Add support for RISC-V ACPI tests
2024-07-03 14:57 UTC (7+ messages)
` [PATCH v4 16/16] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
[PATCH 0/4] Add support for Zhaoxin Yongfeng CPU model and other improvements
2024-07-03 14:49 UTC (3+ messages)
` [PATCH 4/4] target/i386: Update CMPLegacy handling for Zhaoxin and VIA CPUs
[PATCH v4 0/2] tests/avocado: updates for sbsa-ref testing
2024-07-03 14:11 UTC (5+ messages)
` [PATCH v4 1/2] tests/avocado: sbsa-ref: add FreeBSD tests
` [PATCH v4 2/2] tests/avocado: add test for default sbsa-ref cpu
[PATCH v46 0/5] hw/sd/sdcard: Cleanups before adding eMMC support
2024-07-03 14:08 UTC (11+ messages)
` [PATCH v46 1/5] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v46 2/5] hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
` [PATCH v46 3/5] hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handler
` [PATCH v46 4/5] hw/sd/sdcard: Introduce set_csd/set_cid handlers
` [PATCH v46 5/5] hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD
[PATCH v45 0/3] hw/sd/sdcard: Cleanups before adding eMMC support
2024-07-03 13:17 UTC (7+ messages)
` [PATCH v45 1/3] hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
` [PATCH v45 2/3] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v45 3/3] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
[PATCH v2 0/5] support AST2700 network
2024-07-03 12:45 UTC (12+ messages)
` [PATCH v2 1/5] hw/net:ftgmac100: update memory region size to 0x200
` [PATCH v2 2/5] hw/net:ftgmac100: support 64 bits dma dram address for AST2700
` [PATCH v2 3/5] aspeed/soc: update to ftgmac100_high model "
` [PATCH v2 4/5] hw/block: m25p80: support quad mode for w25q01jvq
` [PATCH v2 5/5] test/avocado/machine_aspeed.py: update to test network for AST2700
[PATCH ats_vtd v5 00/22] ATS support for VT-d
2024-07-03 12:32 UTC (13+ messages)
` [PATCH ats_vtd v5 03/22] intel_iommu: return page walk level even when the translation fails
` [PATCH ats_vtd v5 04/22] intel_iommu: do not consider wait_desc as an invalid descriptor
` [PATCH ats_vtd v5 06/22] pcie: add helper to declare PASID capability for a pcie device
` [PATCH ats_vtd v5 19/22] memory: add an API for ATS support
[PATCH v2 00/22] qga: clean up command source locations and conditionals
2024-07-03 12:09 UTC (44+ messages)
` [PATCH v2 02/22] qga: move linux vcpu command impls to commands-linux.c
` [PATCH v2 03/22] qga: move linux suspend "
` [PATCH v2 04/22] qga: move linux fs/disk "
` [PATCH v2 05/22] qga: move linux disk/cpu stats "
` [PATCH v2 06/22] qga: move linux memory block "
` [PATCH v2 08/22] qga: conditionalize schema for commands unsupported on Windows
` [PATCH v2 09/22] qga: conditionalize schema for commands unsupported on non-Linux POSIX
` [PATCH v2 10/22] qga: conditionalize schema for commands requiring getifaddrs
` [PATCH v2 12/22] qga: conditionalize schema for commands only supported on Windows
` [PATCH v2 13/22] qga: conditionalize schema for commands requiring fsfreeze
` [PATCH v2 14/22] qga: conditionalize schema for commands requiring fstrim
` [PATCH v2 15/22] qga: conditionalize schema for commands requiring libudev
` [PATCH v2 16/22] qga: conditionalize schema for commands requiring utmpx
` [PATCH v2 17/22] qga: conditionalize schema for commands not supported on other UNIX
` [PATCH v2 18/22] qga: don't disable fsfreeze commands if vss_init fails
` [PATCH v2 19/22] qga: move declare of QGAConfig struct to top of file
` [PATCH v2 20/22] qga: remove pointless 'blockrpcs_key' variable
` [PATCH v2 21/22] qga: allow configuration file path via the cli
` [PATCH v2 22/22] qga: centralize logic for disabling/enabling commands
[PATCH] target/i386: add avx-vnni-int16 feature
2024-07-03 11:43 UTC
[PATCH 0/2] Consolidate create-sync and create-fence
2024-07-03 11:23 UTC (3+ messages)
` [PATCH 1/2] ui/egl-helpers: "
[PATCH 0/2] Solve vt82c686 qemu_irq leak
2024-07-03 11:13 UTC (8+ messages)
` [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating
[PATCH 0/2] i386/sev: Two trivial improvements to sev_get_capabilities()
2024-07-03 11:12 UTC (3+ messages)
[PATCH v4 00/17] Introduce support for IGVM files
2024-07-03 11:05 UTC (18+ messages)
` [PATCH v4 01/17] meson: Add optional dependency on IGVM library
` [PATCH v4 02/17] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v4 03/17] backends/igvm: Add IGVM loader and configuration
` [PATCH v4 04/17] hw/i386: Add igvm-cfg object and processing for IGVM files
` [PATCH v4 05/17] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v4 06/17] sev: Fix error handling in sev_encrypt_flash()
` [PATCH v4 07/17] sev: Update launch_update_data functions to use Error handling
` [PATCH v4 08/17] target/i386: Allow setting of R_LDTR and R_TR with cpu_x86_load_seg_cache()
` [PATCH v4 09/17] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v4 10/17] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v4 11/17] docs/system: Add documentation on support for IGVM
` [PATCH v4 12/17] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v4 13/17] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v4 14/17] backends/igvm: Process initialization sections in IGVM file
` [PATCH v4 15/17] backends/igvm: Handle policy for SEV guests
` [PATCH v4 16/17] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v4 17/17] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2
[PATCH 0/2] qdev,accel-system: allow Accel type globals
2024-07-03 11:04 UTC (4+ messages)
` [PATCH 1/2] qdev: change qdev_prop_set_globals() to use Object*
` [PATCH 2/2] qdev, accel-system: add support to Accel globals
[RFC PATCH 0/2] target/i386: SEV: allow running SNP guests with "-cpu host"
2024-07-03 11:01 UTC (3+ messages)
` [RFC PATCH 1/2] target/i386: add support for masking CPUID features in confidential guests
` [RFC PATCH 2/2] target/i386/SEV: implement mask_cpuid_features
[PATCH] target/i386: do not include undefined bits in the AMD topoext leaf
2024-07-03 10:43 UTC
[PATCH 0/4] Python: Add 3.13 support, play linter whackamole
2024-07-03 10:29 UTC (7+ messages)
` [PATCH 1/4] python: linter changes for pylint 3.x
` [PATCH 2/4] python: Do not use pylint 3.2.4 with python 3.8
` [PATCH 4/4] python: enable testing for 3.13
[RFC v3 0/2] target/loongarch: Add loongson binary translation feature
2024-07-03 10:19 UTC (7+ messages)
` [RFC v3 1/2] "
[PATCH v42 00/98] hw/sd/sdcard: Add eMMC support
2024-07-03 10:18 UTC (8+ messages)
` [RFC PATCH v42 90/98] hw/sd/sdcard: Add experimental 'x-aspeed-emmc-kludge' property
` [SPAM] "
[PATCH] hw: Fix crash that happens when introspecting scsi-block on older machine types
2024-07-03 9:30 UTC (3+ messages)
[PATCH v8 0/3] Initial support for SPDM Responders
2024-07-03 9:20 UTC (4+ messages)
` [PATCH v8 1/3] hw/pci: Add all Data Object Types defined in PCIe r6.0
` [PATCH v8 2/3] backends: Initial support for SPDM socket support
` [PATCH v8 3/3] hw/nvme: Add SPDM over DOE support
[PATCH v44 0/3] hw/sd/sdcard: Cleanups before adding eMMC support
2024-07-03 8:57 UTC (5+ messages)
` [PATCH v44 1/3] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v44 2/3] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
` [PATCH v44 3/3] hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
[PATCH] hw/ufs: Fix mcq register range determination logic
2024-07-03 8:54 UTC
[PATCH v2 0/1] memory tier: consolidate the initialization of memory tiers
2024-07-03 8:51 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH 0/3] util: Add cpuinfo support for riscv
2024-07-03 8:46 UTC (6+ messages)
` [PATCH 1/3] util/cpuinfo-riscv: Support host/cpuinfo.h "
[PULL 0/5] Misc HW patches & fixes for 2024-05-17
2024-07-03 8:39 UTC (4+ messages)
` [PULL 3/5] hw/core: allow parameter=1 for SMP topology on any machine
[RFC PATCH v4 0/2] Support RISC-V CSR read/write in Qtest environment
2024-07-03 8:19 UTC (3+ messages)
` [RFC PATCH v4 1/2] target/riscv: Add RISC-V CSR qtest support
` [RFC PATCH v4 2/2] tests/qtest: QTest example for RISC-V CSR register
[PATCH v43 0/2] hw/sd/sdcard: Cleanups before adding eMMC support
2024-07-03 8:08 UTC (4+ messages)
` [PATCH v43 2/2] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
[PATCH 0/3] Replace loongson ipi with loongarch ipi
2024-07-03 7:45 UTC (6+ messages)
` [PATCH 1/3] hw/intc/loongson_ipi_common: Add loongson ipi common class
[RFC PATCH 0/4] hw/display/virtio-gpu: Introducing asynchronous guest display render
2024-07-03 6:26 UTC (4+ 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).