qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-05 15:05:24 to 2024-11-05 23:10:10 UTC [more...]

[PATCH 00/19] hw/microblaze: Allow running cross-endian vCPUs
 2024-11-05 23:09 UTC  (40+ messages)
` [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
` [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
` [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
` [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
` [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
` [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
` [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
` [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
` [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
` [PATCH 10/19] hw/timer/xilinx_timer: "
` [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
` [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx

[PATCH v2] hw/riscv: fix build error with clang
 2024-11-05 22:55 UTC  (4+ messages)

[PULL 00/29] Misc HW patches for 2024-11-05
 2024-11-05 22:47 UTC  (30+ messages)
` [PULL 01/29] target/microblaze: Rename CPU endianness property as 'little-endian'
` [PULL 02/29] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
` [PULL 03/29] hw/microblaze/s3adsp1800: Explicit CPU endianness
` [PULL 04/29] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
` [PULL 05/29] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
` [PULL 06/29] hw/core/machine: Add missing 'units.h' and 'error-report.h' headers
` [PULL 07/29] i386/cpu: Don't enumerate the "invalid" CPU topology level
` [PULL 08/29] hw/core: Make CPU topology enumeration arch-agnostic
` [PULL 09/29] qapi/qom: Define cache enumeration and properties for machine
` [PULL 10/29] hw/core: Check smp cache topology support "
` [PULL 11/29] hw/core: Add a helper to check the cache topology level
` [PULL 12/29] hw/ppc/e500: Prefer QOM cast
` [PULL 13/29] hw/ppc/e500: Remove unused "irqs" parameter
` [PULL 14/29] hw/ppc/e500: Add missing device tree properties to i2c controller node
` [PULL 15/29] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
` [PULL 16/29] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
` [PULL 17/29] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
` [PULL 18/29] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
` [PULL 19/29] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
` [PULL 20/29] hw/net/fsl_etsec/miim: Reuse MII constants
` [PULL 21/29] hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
` [PULL 22/29] hw/gpio/mpc8xxx: "
` [PULL 23/29] hw/ppc/mpc8544_guts: "
` [PULL 24/29] hw/sd/sdhci: "
` [PULL 25/29] hw/block/pflash_cfi01: "
` [PULL 26/29] hw/i2c/smbus_eeprom: "
` [PULL 27/29] hw/rtc/ds1338: "
` [PULL 28/29] hw/usb/hcd-ehci-sysbus: "
` [PULL 29/29] hw/riscv/iommu: fix build error with clang

[PATCH v3] target-i386: Walk NPT in guest real mode
 2024-11-05 22:54 UTC  (2+ messages)

[PATCH v4 00/26] E500 Cleanup
 2024-11-05 22:55 UTC  (2+ messages)

[PATCH v5 0/9] Introduce SMP Cache Topology
 2024-11-05 22:54 UTC  (2+ messages)

[PATCH 0/8] gdbstub: Allow late attachment
 2024-11-05 22:48 UTC  (13+ messages)
` [PATCH 1/8] gdbstub: Allow the %d placeholder in the socket path
` [PATCH 3/8] user: Introduce user/signal.h
` [PATCH 4/8] user: Introduce host_interrupt_signal
` [PATCH 5/8] osdep: Introduce qemu_kill_thread()

[PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
 2024-11-05 22:20 UTC  (3+ messages)

[PATCH] hw/arm/virt: Move common vCPU properties in a function
 2024-11-05 22:17 UTC  (3+ messages)

[PULL 00/17] aspeed queue
 2024-11-05 21:50 UTC  (12+ messages)
` [PULL 10/17] tests/functional: Convert most Aspeed machine tests

[PATCH qemu 00/10] hw/cxl: Mailbox input parser hardening against invalid input
 2024-11-05 21:37 UTC  (21+ messages)
` [PATCH qemu 01/10] hw/cxl: Check size of input data to dynamic capacity mailbox commands
` [PATCH qemu 02/10] hw/cxl: Check input includes at least the header in cmd_features_set_feature()
` [PATCH qemu 03/10] hw/cxl: Check input length is large enough in cmd_events_clear_records()
` [PATCH qemu 04/10] hw/cxl: Check enough data in cmd_firmware_update_transfer()
` [PATCH qemu 05/10] hw/cxl: Check the length of data requested fits in get_log()
` [PATCH qemu 06/10] hw/cxl: Avoid accesses beyond the end of cel_log
` [PATCH qemu 07/10] hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()
` [PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes
` [PATCH qemu 09/10] hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()
` [PATCH qemu 10/10] hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_state()

[PULL 00/65] virtio,pc,pci: features, fixes, cleanups
 2024-11-05 21:26 UTC  (5+ messages)
` [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states

[PATCH v6 00/60] QEMU TDX support
 2024-11-05 20:56 UTC  (7+ messages)
` [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v6 13/60] i386/tdx: Validate TD attributes
` [PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL

[PATCH] migration: Check current_migration in migration_is_running()
 2024-11-05 20:45 UTC  (3+ messages)

[RFC PATCH v5 0/2] Support RISC-V CSR read/write in Qtest environment
 2024-11-05 20:44 UTC  (5+ messages)
` [RFC PATCH v5 1/2] target/riscv: Add RISC-V CSR qtest support
` [RFC PATCH v5 2/2] tests/qtest: QTest example for RISC-V CSR register

[PATCH v5 00/19] s390x: Add Full Boot Order Support
 2024-11-05 20:22 UTC  (6+ messages)
` [PATCH v5 14/19] s390x: Add individual loadparm assignment to CCW device

[PATCH resend v3 00/27] qemu-img: refersh options and --help handling, cleanups
 2024-11-05 19:57 UTC  (11+ messages)
` [PATCH 01/27] qemu-img: measure: convert img_size to signed, simplify handling
` [PATCH 02/27] qemu-img: create: "
` [PATCH 03/27] qemu-img: global option processing and error printing
` [PATCH 04/27] qemu-img: pass current cmd info into command handlers
` [PATCH 05/27] qemu-img: create: refresh options/--help

[PULL 00/67] ppc-for-9.2-1 queue
 2024-11-05 18:45 UTC  (7+ messages)
` [PULL 02/67] target/ppc: Make divd[u] handler method decodetree compatible
` [PULL 08/67] target/ppc: Fix HFSCR facility checks

[PULL 0/4] Crypto fixes patches
 2024-11-05 18:41 UTC  (5+ messages)
` [PULL 1/4] crypto: purge 'loaded' property that was not fully removed
` [PULL 2/4] crypto: Introduce SM3 hash hmac pbkdf algorithm
` [PULL 3/4] crypto: fix error check on gcry_md_open
` [PULL 4/4] crypto: perform runtime check for hash/hmac support in gcrypt

[PATCH v8 0/8] Support RISC-V IOPMP
 2024-11-05 18:36 UTC  (2+ messages)

QEMU Nitro Enclave Emulation on macOS
 2024-11-05 18:29 UTC  (2+ messages)

[PATCH v2] tests: refresh package lists with latest libvirt-ci
 2024-11-05 18:24 UTC  (2+ messages)

[PATCH 00/22] tests/qtest: migration-test refactoring
 2024-11-05 18:08 UTC  (23+ messages)
` [PATCH 01/22] tests/qtest/migration: Fix indentations
` [PATCH 02/22] tests/qtest/migration: Standardize hook names
` [PATCH 03/22] tests/qtest/migration: Stop calling everything "test"
` [PATCH 04/22] tests/migration: Disambiguate guestperf vs. a-b
` [PATCH 05/22] tests/qtest/migration: Move bootfile code to its own file
` [PATCH 06/22] tests/qtest/migration: Move qmp helpers to a separate file
` [PATCH 07/22] tests/qtest/migration: Rename migration-helpers.c
` [PATCH 08/22] tests/qtest/migration: Move ufd_version_check to utils
` [PATCH 09/22] tests/qtest/migration: Move kvm_dirty_ring_supported "
` [PATCH 10/22] tests/qtest/migration: Isolate test initialization
` [PATCH 11/22] tests/qtest/migration: Move common test code
` [PATCH 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
` [PATCH 13/22] tests/qtest/migration: Split compression "
` [PATCH 14/22] tests/qtest/migration: Split postcopy tests
` [PATCH 15/22] tests/qtest/migration: Split file tests
` [PATCH 16/22] tests/qtest/migration: Split precopy tests
` [PATCH 17/22] tests/qtest/migration: Split CPR tests
` [PATCH 18/22] tests/qtest/migration: Split validation tests + misc
` [PATCH 19/22] tests/qtest/migration: Add migration-test-smoke
` [PATCH 20/22] tests/qtest/migration: Pick smoke tests
` [PATCH 21/22] tests/qtest: Add support for check-qtest-<subsystem>
` [PATCH 22/22] docs: Add migration tests documentation

test regression - qemu:block-slow+slow / io-raw-055
 2024-11-05 18:05 UTC  (3+ messages)

[PATCH] hw/intc/openpic: Avoid taking address of out-of-bounds array index
 2024-11-05 18:02 UTC 

[PULL 00/96] ppc-for-9.1-2 queue
 2024-11-05 17:35 UTC  (4+ messages)
` [PULL 15/96] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function

[PATCH] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
 2024-11-05 17:22 UTC  (2+ messages)

[PULL 0/2] vfio queue
 2024-11-05 16:58 UTC  (3+ messages)
` [PULL 1/2] vfio/migration: Add save_{iterate, complete_precopy}_start trace events
` [PULL 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event

[PATCH 0/5] Allow to enable multifd and postcopy migration together
 2024-11-05 16:55 UTC  (5+ messages)
` [PATCH 5/5] migration: enable multifd and postcopy together

[QUESTION/ISSUE] edk2 missing dependency
 2024-11-05 16:48 UTC  (3+ messages)

[PATCH 0/2] arm: Add collie and sx functional tests
 2024-11-05 16:31 UTC  (4+ messages)
` [PATCH] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions

[PATCH v2] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
 2024-11-05 16:27 UTC 

[PULL 00/49] i386, qom, build changes for 2024-10-31
 2024-11-05 16:22 UTC  (7+ messages)
` [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers

[PATCH] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
 2024-11-05 16:17 UTC  (3+ messages)

[PATCH] 9pfs: fix crash on 'Treaddir' request
 2024-11-05 16:15 UTC  (3+ messages)

[PATCH] tests: refresh package lists with latest libvirt-ci
 2024-11-05 16:14 UTC  (2+ messages)

[PATCH] tests/functional: Fix the ppc64_hv and the ppc_40p test for read-only assets
 2024-11-05 16:09 UTC 

[PATCH 0/5] i386/hvf: x2apic support and some small fixes
 2024-11-05 15:58 UTC  (6+ messages)
` [PATCH 1/5] i386/hvf: Integrates x2APIC support with hvf accel
` [PATCH 2/5] i386/hvf: Fix for UB in handling CPUID function 0xD
` [PATCH 3/5] i386/hvf: Fixes startup memory leak (vmcs caps)
` [PATCH 4/5] i386/hvf: Raise exception on error setting APICBASE
` [PATCH 5/5] i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_exec

[PATCH] linux-user: Fix setreuid and setregid to use direct syscalls
 2024-11-05 15:59 UTC  (2+ messages)

[PULL 00/14] MIPS patches for 2024-11-04
 2024-11-05 15:47 UTC  (2+ messages)

[PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04
 2024-11-05 15:47 UTC  (2+ messages)

[PULL 0/3] nvme queue
 2024-11-05 15:46 UTC  (2+ messages)

[PATCH v7 00/15] macOS PV Graphics and new vmapple machine type
 2024-11-05 15:30 UTC  (16+ messages)
` [PATCH v7 01/15] ui & main loop: Redesign of system-specific main thread event handling
` [PATCH v7 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v7 03/15] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v7 04/15] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v7 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
` [PATCH v7 06/15] hw: Add vmapple subdir
` [PATCH v7 07/15] hw/misc/pvpanic: Add MMIO interface
` [PATCH v7 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
` [PATCH v7 09/15] gpex: Allow more than 4 legacy IRQs
` [PATCH v7 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v7 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v7 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v7 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v7 14/15] hw/block/virtio-blk: Replaces request free function with g_free
` [PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type

[PATCH v4 00/15] macOS PV Graphics and new vmapple machine type
 2024-11-05 15:36 UTC  (3+ messages)
` [PATCH v4 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF

[PATCH v3 0/2] vfio/migration: new trace events for 9.2
 2024-11-05 15:20 UTC  (6+ messages)
` [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event

[PATCH] meson: explain more verbosely why we forbid Clang on Windows
 2024-11-05 15:16 UTC  (2+ messages)

[PATCH] test/functional: Fix Aspeed buildroot tests
 2024-11-05 15:08 UTC  (3+ messages)

[PATCH] crypto: purge 'loaded' property that was documented as already removed
 2024-11-05 15:07 UTC  (3+ messages)

[PULL 0/4] linux-user patch queue
 2024-11-05 15:03 UTC  (3+ messages)
` [PULL 3/4] linux-user: Allow custom rt signal mappings
` [PULL 4/4] tests/tcg: Add SIGRTMIN/SIGRTMAX test


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).