qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 08:58:45 to 2024-06-12 11:05:20 UTC [more...]

[PATCH 0/5] Reinstate ability to use Qemu on pre-SSE4.1 x86 hosts
 2024-06-12 11:04 UTC  (7+ messages)
` [PATCH 1/5] Revert "host/i386: assume presence of POPCNT"
` [PATCH 2/5] Revert "host/i386: assume presence of SSSE3"
` [PATCH 3/5] Revert "host/i386: assume presence of SSE2"
` [PATCH 4/5] Revert "host/i386: assume presence of CMOV"
` [PATCH 5/5] Revert "meson: assume x86-64-v2 baseline ISA"

[PATCH v5 0/1] qga/linux: Add new api 'guest-network-get-route'
 2024-06-12 10:31 UTC  (2+ messages)
` [PATCH v5 1/1] "

[RFC PATCH] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
 2024-06-12 10:10 UTC 

[PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test
 2024-06-12 10:01 UTC  (11+ messages)
` [PATCH 1/8] tests/unit/test-smp-parse: Fix comments of drawers and books case
` [PATCH 2/8] tests/unit/test-smp-parse: Fix comment of parameters=1 case
` [PATCH 3/8] tests/unit/test-smp-parse: Fix an invalid topology case
` [PATCH 4/8] tests/unit/test-smp-parse: Use default parameters=0 when not set in -smp
` [PATCH 5/8] tests/unit/test-smp-parse: Make test cases aware of module level

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-12  9:53 UTC  (4+ messages)

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-06-12  9:53 UTC  (7+ messages)
` [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v1] virtio-iommu: add error check before assert
 2024-06-12  9:46 UTC  (5+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-12  9:24 UTC  (10+ messages)
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[PATCH] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-06-12  9:21 UTC  (3+ messages)

[RFC PATCH] migration/savevm: do not schedule snapshot_save_job_bh in qemu_aio_context
 2024-06-12  9:20 UTC  (5+ messages)

Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 13:00 to 14:00 on Tuesday from Tue 19 Mar to Tue 11 Jun (GMT) (qemu-devel@nongnu.org)
 2024-06-12  9:09 UTC 

Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 14:00 to 15:00 on Tuesday (BST) (qemu-devel@nongnu.org)
 2024-06-12  9:09 UTC 

[RFC PATCH] memory: Introduce memory region fetch operation
 2024-06-12  9:01 UTC 

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-12  8:37 UTC  (7+ messages)
` [RFC PATCH v2 1/5] build-sys: Add rust feature option
` [RFC PATCH v2 2/5] rust: add bindgen step as a meson dependency
` [RFC PATCH v2 3/5] rust: add PL011 device model
` [RFC PATCH v2 4/5] DO NOT MERGE: add rustdoc build for gitlab pages
` [RFC PATCH v2 5/5] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine

[PATCH v3 0/4] allow to deprecate objects and devices
 2024-06-12  8:30 UTC  (3+ messages)
` [PATCH v3 4/4] qdev: add device policy [RfC]

[RFC PATCH v1 0/6] Implement ARM PL011 in Rust
 2024-06-12  8:25 UTC  (38+ messages)
` [RFC PATCH v1 1/6] build-sys: Add rust feature option

[RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
 2024-06-12  8:14 UTC  (17+ messages)
` [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
` [RFC PATCH 02/16] accel/tcg: memory access from CPU will pass access_type to IOMMU
` [RFC PATCH 03/16] exec: Add RISC-V WorldGuard WID to MemTxAttrs
` [RFC PATCH 04/16] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config
` [RFC PATCH 05/16] target/riscv: Add CPU options of WorldGuard CPU extension
` [RFC PATCH 06/16] target/riscv: Add hard-coded CPU state of WG extension
` [RFC PATCH 07/16] target/riscv: Add defines for WorldGuard CSRs
` [RFC PATCH 08/16] target/riscv: Allow global WG config to set WG CPU callbacks
` [RFC PATCH 09/16] target/riscv: Implement WorldGuard CSRs
` [RFC PATCH 10/16] target/riscv: Add WID to MemTxAttrs of CPU memory transactions
` [RFC PATCH 11/16] hw/misc: riscv_worldguard: Add API to enable WG extension of CPU
` [RFC PATCH 12/16] hw/misc: riscv_wgchecker: Implement RISC-V WorldGuard Checker
` [RFC PATCH 13/16] hw/misc: riscv_wgchecker: Implement wgchecker slot registers
` [RFC PATCH 14/16] hw/misc: riscv_wgchecker: Implement correct block-access behavior
` [RFC PATCH 15/16] hw/misc: riscv_wgchecker: Check the slot settings in translate
` [RFC PATCH 16/16] hw/riscv: virt: Add WorldGuard support

about QEMU TLS
 2024-06-12  7:44 UTC  (5+ messages)

[PATCH v4 0/1] qga/linux: Add new api 'guest-network-get-route'
 2024-06-12  7:31 UTC  (4+ messages)
` [PATCH v4 1/1] "

[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
 2024-06-12  6:42 UTC  (6+ messages)

[PATCH] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
 2024-06-12  5:55 UTC  (2+ messages)

[PATCH 00/26] hw/ppc: Prefer HumanReadableText over Monitor
 2024-06-12  5:48 UTC  (2+ messages)

[PATCH v4 0/4] hw/nvme: FDP and SR-IOV enhancements
 2024-06-12  5:45 UTC  (2+ messages)

[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM
 2024-06-12  5:44 UTC  (6+ messages)

[PATCH] hw/loongarch/virt: Remove unused assignment
 2024-06-12  3:36 UTC 

[PATCH v7 0/2] Support RISC-V IOPMP
 2024-06-12  3:17 UTC  (3+ messages)
` [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support

[PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-06-12  3:13 UTC  (5+ messages)
` [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs

qemu-riscv32 usermode still broken?
 2024-06-12  1:26 UTC  (5+ messages)

[PATCH RESEND 0/6] Introduce extension implied rules
 2024-06-12  1:21 UTC  (3+ messages)
` [PATCH RESEND 2/6] target/riscv: Introduce extension implied rule helpers

[PATCH v3 0/6] Rework x86 page table walks
 2024-06-11 18:49 UTC  (4+ messages)
` [PATCH v3 1/6] Add an "info pg" command that prints the current page tables

[PATCH v4 0/4] vvfat: Fix write bugs for large files and add iotests
 2024-06-11 18:11 UTC  (7+ messages)
` [PATCH v4 2/4] vvfat: Fix usage of `info.file.offset`

[PATCH v4 0/5] backup: discard-source parameter
 2024-06-11 17:49 UTC  (3+ messages)
` [PATCH v4 5/5] iotests: add backup-discard-source

[PULL 0/8] Block layer patches
 2024-06-11 17:36 UTC  (9+ messages)
` [PULL 1/8] block: drop force_dup parameter of raw_reconfigure_getfd()
` [PULL 2/8] Revert "monitor: use aio_co_reschedule_self()"
` [PULL 3/8] aio: warn about iohandler_ctx special casing
` [PULL 4/8] qemu-io: add cvtnum() error handling for zone commands
` [PULL 5/8] block/copy-before-write: use uint64_t for timeout in nanoseconds
` [PULL 6/8] linux-aio: add IO_CMD_FDSYNC command support
` [PULL 7/8] block/crypto: create ciphers on demand
` [PULL 8/8] crypto/block: drop qcrypto_block_open() n_threads argument

[PATCH 0/1] i386/tcg fix for IRET as used in dotnet runtime
 2024-06-11 16:20 UTC  (2+ messages)
` [PATCH 1/1] i386/tcg: Allow IRET from user mode to user mode for "

[PATCH v2 0/7] Live migration acceleration with UADK
 2024-06-11 15:47 UTC  (14+ messages)
` [PATCH v2 1/7] docs/migration: add uadk compression feature
` [PATCH v2 2/7] configure: Add uadk option
` [PATCH v2 3/7] migration/multifd: add uadk compression framework
` [PATCH v2 4/7] migration/multifd: Add UADK initialization
` [PATCH v2 5/7] migration/multifd: Add UADK based compression and decompression
` [PATCH v2 6/7] migration/multifd: Switch to no compression when no hardware support

[PATCH v5 00/10] Support persistent reservation operations
 2024-06-11 15:04 UTC  (4+ messages)
  `  "
    `  "

[PATCH v2 0/3] hw/arm: Create second NonSecure UART for virt board
 2024-06-11 14:42 UTC  (3+ messages)
` [PATCH v2 3/3] hw/arm/virt: allow creation of a second NonSecure UART

[PULL 00/25] target/i386, SCSI changes for 2024-06-11
 2024-06-11 14:25 UTC  (26+ messages)
` [PULL 01/25] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
` [PULL 02/25] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
` [PULL 03/25] i386/sev: fix unreachable code coverity issue
` [PULL 04/25] i386/sev: Move SEV_COMMON null check before dereferencing
` [PULL 05/25] i386/sev: Return when sev_common is null
` [PULL 06/25] target/i386: remove CPUX86State argument from generator functions
` [PULL 07/25] target/i386: rewrite flags writeback for ADCX/ADOX
` [PULL 08/25] target/i386: put BLS* input in T1, use generic flag writeback
` [PULL 09/25] target/i386: change X86_ENTRYr to use T0
` [PULL 10/25] target/i386: change X86_ENTRYwr to use T0, use it for moves
` [PULL 11/25] target/i386: replace NoSeg special with NoLoadEA
` [PULL 12/25] target/i386: fix processing of intercept 0 (read CR0)
` [PULL 13/25] target/i386: convert MOV from/to CR and DR to new decoder
` [PULL 14/25] target/i386: fix bad sorting of entries in the 0F table
` [PULL 15/25] target/i386: finish converting 0F AE to the new decoder
` [PULL 16/25] target/i386: replace read_crN helper with read_cr8
` [PULL 17/25] target/i386: split X86_CHECK_prot into PE and VM86 checks
` [PULL 18/25] target/i386: convert non-grouped, helper-based 2-byte opcodes
` [PULL 19/25] target/i386: pull load/writeback out of gen_shiftd_rm_T1
` [PULL 20/25] target/i386: adapt gen_shift_count for SHLD/SHRD
` [PULL 21/25] target/i386: convert SHLD/SHRD to new decoder
` [PULL 22/25] target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT "
` [PULL 23/25] target/i386: convert XADD "
` [PULL 24/25] target/i386: convert CMPXCHG "
` [PULL 25/25] target/i386: SEV: do not assume machine->cgs is SEV

[PATCH v2] qapi: clarify that the default is backend dependent
 2024-06-11 14:10 UTC  (2+ messages)

[PATCH] hw/net/virtio-net.c: fix crash in iov_copy()
 2024-06-11 14:08 UTC  (3+ messages)

[PATCH 00/20] qga: clean up command source locations and conditionals
 2024-06-11 14:03 UTC  (5+ messages)
` [PATCH 08/20] qga: conditionalize schema for commands unsupported on Windows

[PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
 2024-06-11 12:31 UTC  (2+ messages)

[PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
 2024-06-11 12:31 UTC  (2+ messages)

[PATCH v2 0/3] hw/usb: Introduce x-query-usbhost QMP command
 2024-06-11 12:30 UTC  (7+ messages)
` [PATCH v2 1/3] hw/usb: Remove unused 'host.h' header
` [PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command
` [PATCH v2 3/3] monitor: Remove monitor_register_hmp()

[PATCH 0/3] snp: fix coverity reported issues
 2024-06-11 12:26 UTC  (2+ messages)

[PATCH v3] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
 2024-06-11 12:25 UTC  (2+ messages)

[PATCH 0/2] hw/misc/mos6522: Do not open-code hmp_info_human_readable_text()
 2024-06-11 12:23 UTC  (4+ messages)
` Examining device state via monitor for debugging (was: [PATCH 0/2] hw/misc/mos6522: Do not open-code hmp_info_human_readable_text())

[PATCH v4] hw/audio/virtio-snd: Always use little endian audio format
 2024-06-11 12:17 UTC  (3+ messages)

[PATCH v2] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-11 12:16 UTC  (2+ messages)

[PATCH v3 0/2] meson: Remove libibumad dependence
 2024-06-11 11:49 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] test: "

[PATCH] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
 2024-06-11 11:47 UTC  (2+ messages)

[PATCH v3 0/5] semihosting: Restrict to TCG
 2024-06-11 10:07 UTC  (2+ messages)

[PATCH] hw/usb: Introduce x-query-usbhost QMP command
 2024-06-11  9:59 UTC  (3+ messages)

[PATCH 0/3] cpu_exec_halt: make method mandatory
 2024-06-11  9:58 UTC  (5+ messages)
` [PATCH 3/3] accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory

[PATCH v2 0/1] meson: Remove libibumad dependence
 2024-06-11  9:49 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] meson: Remove libumad dependence
 2024-06-11  9:14 UTC  (3+ messages)

[PATCH v3 0/1] Optimize Code
 2024-06-11  9:02 UTC  (3+ messages)
` [PATCH v3 1/1] qga/linux: Add new api 'guest-network-get-route'


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