qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 18:22:08 to 2024-06-21 14:42:46 UTC [more...]

[RFC PATCH 0/7] migration/multifd: Introduce storage slots
 2024-06-21 14:42 UTC  (9+ messages)
` [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages
` [RFC PATCH 2/7] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov
` [RFC PATCH 3/7] migration/multifd: Replace p->pages with an opaque pointer
` [RFC PATCH 4/7] migration/multifd: Move pages accounting into multifd_send_zero_page_detect()
` [RFC PATCH 5/7] migration/multifd: Isolate ram pages packet data
` [RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters
` [RFC PATCH 7/7] migration/multifd: Hide multifd slots implementation

[PATCH 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-21 14:41 UTC  (4+ messages)
` [PATCH 1/2] target/arm: Move initialization of debug ID registers

[PATCH v2 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-21 14:39 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: Move initialization of debug ID registers
` [PATCH v2 2/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max

[PATCH RFC 0/2] migration: introduce strict SLA
 2024-06-21 14:32 UTC  (3+ messages)
` [PATCH RFC 1/2] migration: abort when switchover limit exceeded
` [PATCH RFC 2/2] migration: abort on destination if "

[PATCH v3 00/15] Introduce support for IGVM files
 2024-06-21 14:29 UTC  (16+ messages)
` [PATCH v3 01/15] meson: Add optional dependency on IGVM library
` [PATCH v3 02/15] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v3 03/15] backends/igvm: Add IGVM loader and configuration
` [PATCH v3 04/15] hw/core/machine: Add igvm-cfg object and processing for IGVM files
` [PATCH v3 05/15] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v3 06/15] sev: Update launch_update_data functions to use Error handling
` [PATCH v3 07/15] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v3 08/15] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v3 09/15] docs/system: Add documentation on support for IGVM
` [PATCH v3 10/15] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v3 11/15] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v3 12/15] backends/igvm: Process initialization sections in IGVM file
` [PATCH v3 13/15] backends/igvm: Handle policy for SEV guests
` [PATCH v3 14/15] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v3 15/15] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[PATCH v3 00/16] migration/mapped-ram: Add direct-io support
 2024-06-21 14:16 UTC  (5+ messages)
` [PATCH v3 16/16] tests/qtest/migration: Add a test for mapped-ram with passing of fds

[PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro
 2024-06-21 14:16 UTC  (3+ messages)

[PATCH] target/arm/helper: Fix timer interrupt masking when HCR_EL2.E2H == 0
 2024-06-21 14:07 UTC  (5+ messages)

[PATCH v2 0/3] MIPS misc patches
 2024-06-21 13:11 UTC  (4+ messages)
` [PATCH v2 1/3] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PATCH v2 2/3] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PATCH v2 3/3] linux-user/mips64: Use MIPS64R2-generic as default CPU type

[PATCH] Add zh_TW Traditional Chinese translation
 2024-06-21 13:07 UTC  (9+ messages)

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-21 13:01 UTC  (2+ messages)

[PATCH v4 0/3] Add boot-mode property for zynq
 2024-06-21 12:59 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc/zynq_slcr: Add boot-mode property
` [PATCH v4 2/3] hw/arm/xilinx_zynq: "
` [PATCH v4 3/3] docs/system/arm: Add a doc for zynq board

[PATCH 0/3] MIPS misc patches
 2024-06-21 12:58 UTC  (4+ messages)
` [PATCH 1/3] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PATCH 2/3] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PATCH 3/3] linux-user/mips64: Use MIPS64R2-generic as default CPU type

[PATCH] hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL values
 2024-06-21 12:59 UTC  (2+ messages)

[PATCH] docs: Fix title format errors in the multi-process.rst
 2024-06-21 12:28 UTC  (2+ messages)

[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
 2024-06-21 12:23 UTC  (19+ messages)
` [PATCH 04/13] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH 09/13] qapi: convert "Note" sections to plain rST

[PATCH] mips: pass code of conditional trap
 2024-06-21 12:02 UTC  (6+ messages)

[PATCH v3 00/15] Add support for RISC-V ACPI tests
 2024-06-21 11:59 UTC  (16+ messages)
` [PATCH v3 01/15] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
` [PATCH v3 02/15] uefi-test-tools: Add support for python based build script
` [PATCH v3 03/15] tests/data/uefi-boot-images: Add RISC-V ISO image
` [PATCH v3 04/15] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
` [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
` [PATCH v3 07/15] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
` [PATCH v3 08/15] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
` [PATCH v3 09/15] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
` [PATCH v3 10/15] meson.build: Add RISC-V to the edk2-target list
` [PATCH v3 11/15] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
` [PATCH v3 12/15] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
` [PATCH v3 13/15] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
` [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PATCH v3 15/15] tests/qtest/bios-tables-test: Add expected ACPI data files "

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-06-21 11:58 UTC  (4+ messages)
` [PATCH v3 09/13] hw/riscv/riscv-iommu: add s-stage and g-stage support

[PATCH 0/3] target/ppc: Update vector insns to use 128 bit
 2024-06-21 11:46 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc
` [PATCH 2/3] target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128
` [PATCH 3/3] target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128

[PATCH v8 0/8] update linux headers to v6.10-rc1 and shutdown support for pvpanic
 2024-06-21 10:45 UTC  (4+ messages)
` [PATCH v8 3/8] hw/misc/pvpanic: centralize definition of supported events

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-21 10:18 UTC  (7+ messages)

[PATCH v3 0/3] Add boot-mode property for zynq
 2024-06-21  9:49 UTC  (7+ messages)
` [PATCH v3 1/3] hw/misc/zynq_slcr: Add boot-mode property
` [PATCH v3 2/3] hw/arm/xilinx_zynq: "
` [PATCH v3 3/3] docs/system/arm: Add a doc for zynq board

[PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes
 2024-06-21  9:44 UTC  (25+ messages)
` [PATCH 01/23] hw/sd/sdcard: Correct code indentation
` [PATCH 02/23] hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)
` [PATCH 03/23] hw/sd/sdcard: Fix typo in SEND_OP_COND command name
` [PATCH 04/23] hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic values
` [PATCH 05/23] hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definition
` [PATCH 06/23] hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registers
` [PATCH 07/23] hw/sd/sdcard: Remove ACMD6 handler for SPI mode
` [PATCH 08/23] hw/sd/sdcard: Remove explicit entries for illegal commands
` [PATCH 09/23] hw/sd/sdcard: Generate random RCA value
` [PATCH 10/23] hw/sd/sdcard: Track last command used to help logging
` [PATCH 11/23] hw/sd/sdcard: Trace update of block count (CMD23)
` [PATCH 12/23] hw/sd/sdcard: Trace block offset in READ/WRITE data accesses
` [PATCH 13/23] hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean value
` [PATCH 14/23] hw/sd/sdcard: Factor sd_req_get_rca() method out
` [PATCH 15/23] hw/sd/sdcard: Only call sd_req_get_rca() where RCA is used
` [PATCH 16/23] hw/sd/sdcard: Factor sd_req_get_address() method out
` [PATCH 17/23] hw/sd/sdcard: Only call sd_req_get_address() where address is used
` [PATCH 18/23] hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode switch
` [PATCH 19/23] hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
` [PATCH 20/23] hw/sd/sdcard: Add comments around registers and commands
` [PATCH 21/23] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
` [PATCH 22/23] hw/sd/sdcard: Send WRITE_PROT bits MSB first (CMD30)
` [PATCH 23/23] hw/sd/sdcard: Send NUM_WR_BLOCKS bits MSB first (ACMD22)

[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
 2024-06-21  9:41 UTC  (10+ messages)
` [PATCH 1/7] pc-bios/s390-ccw: Remove duplicated LDFLAGS
` [PATCH 2/7] hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
` [PATCH 3/7] pc-bios/s390-ccw: Use the libc from SLOF for the main s390-ccw.img binary, too
` [PATCH 4/7] pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary
` [PATCH 5/7] hw/s390x: Remove the possibility to load the s390-netboot.img binary
` [PATCH 6/7] pc-bios/s390-ccw: Merge netboot.mak into the main Makefile
` [PATCH 7/7] docs/system/s390x/bootdevices: Update the documentation about network booting

[PATCH v11 0/2] S3 support
 2024-06-21  9:38 UTC  (6+ messages)
` [PATCH v11 1/2] virtio-pci: only reset pm state during resetting
` [PATCH v11 2/2] virtio-pci: implement No_Soft_Reset bit

How to use designware-root-port and designware-root-host devices ?
 2024-06-21  9:30 UTC  (7+ messages)

[PATCH v3 0/9] Add MTE stubs for aarch64 user mode
 2024-06-21  9:01 UTC  (15+ messages)
` [PATCH v3 1/9] gdbstub: Clean up process_string_cmd
` [PATCH v3 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v3 4/9] target/arm: Fix exception case in allocation_tag_mem_probe
` [PATCH v3 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v3 6/9] target/arm: Factor out code for setting MTE TCF0 field
` [PATCH v3 7/9] gdbstub: Make get cpu and hex conversion functions non-internal

[PATCH v14 00/14] Support blob memory and venus on qemu
 2024-06-21  8:59 UTC  (4+ messages)

[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
 2024-06-21  8:49 UTC  (4+ messages)

[PATCH] bswap: Add st24_be_p() to store 24 bits in big-endian order
 2024-06-21  8:11 UTC  (2+ messages)

[PATCH v8 0/4] hw/cxl: Poison get, inject, clear
 2024-06-21  7:10 UTC  (3+ messages)
` [PATCH v8 1/4] bswap: Add the ability to store to an unaligned 24 bit field

[PATCH] target/loongarch/gdbstub: Add vector registers support
 2024-06-21  6:54 UTC 

[PATCH v2 0/6] Introduce extension implied rules
 2024-06-21  6:50 UTC  (15+ messages)
` [PATCH v2 1/6] target/riscv: Introduce extension implied rules definition
` [PATCH v2 2/6] target/riscv: Introduce extension implied rule helpers
` [PATCH v2 3/6] target/riscv: Add MISA implied rules
` [PATCH v2 4/6] target/riscv: Add standard extension "
` [PATCH v2 5/6] target/riscv: Add Zc extension implied rule
` [PATCH v2 6/6] target/riscv: Remove extension auto-update check statements

[PATCH v2] exec: don't use void* in pointer arithmetic in headers
 2024-06-21  6:41 UTC  (2+ messages)

[PATCH v2] exec: use char* for pointer arithmetic
 2024-06-21  6:36 UTC  (2+ messages)

standardizing i2c device ids
 2024-06-21  6:26 UTC  (2+ messages)

[PATCH v7 0/2] Support RISC-V IOPMP
 2024-06-21  5:54 UTC  (3+ messages)
` [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support

[PATCH v4] hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClass
 2024-06-21  5:25 UTC  (3+ messages)

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-21  4:48 UTC 

[PATCH] target/riscv: Fix froundnx.h nanbox check
 2024-06-21  4:44 UTC  (4+ messages)

[PATCH v3 qemu 00/11] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-06-21  3:25 UTC  (2+ messages)

Failed to hot-plug device to pxb bridge
 2024-06-21  2:50 UTC  (2+ messages)

[PATCH] hw/riscv/virt.c: Make block devices default to virtio
 2024-06-21  2:09 UTC  (3+ messages)

[RFC PATCH 0/4] hw/display/virtio-gpu: Introducing asynchronous guest display render
 2024-06-20 23:17 UTC  (5+ messages)
` [RFC PATCH 1/4] hw/display/virtio-gpu: Introducing render_sync param
` [RFC PATCH 2/4] ui/egl-helpers: Consolidates create-sync and create-fence
` [RFC PATCH 3/4] ui/gtk-egl: Start rendering of guest blob scanout if render_sync is off
` [RFC PATCH 4/4] ui/gtk-gl-draw: "

[PULL 00/76] Misc patches for 2024-06-18
 2024-06-20 20:49 UTC  (4+ messages)
` [PULL 65/76] hw/mips/loongson3_virt: Wire up loongson_ipi device

[PATCH 3/3] exec: use char* for pointer arithmetic
 2024-06-20 20:23 UTC  (11+ messages)

[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
 2024-06-20 19:44 UTC  (14+ messages)
` [RFC PATCH v3 1/5] build-sys: Add rust feature option
` [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency

[PATCH v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control)
 2024-06-20 19:42 UTC  (5+ messages)
` [PATCH v2 09/12] plugins: add migration blocker
` [PATCH v2 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb

[PATCH] hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpu
 2024-06-20 18:57 UTC  (6+ messages)

[RFC PATCH 00/34] Compile accel/tcg once (partially)
 2024-06-20 18:51 UTC  (6+ messages)
` [RFC PATCH 27/34] accel/tcg: Make translate-all.c target independent

[PATCH v3 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-06-20 18:40 UTC  (2+ messages)

[PATCH] plugins/execlog.c: correct dump of registers values
 2024-06-20 18:38 UTC  (2+ messages)

[PATCH] docs: add precision about capstone for execlog plugin
 2024-06-20 18:33 UTC  (2+ messages)


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