qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-31 23:26:31 to 2023-09-01 14:20:15 UTC [more...]

[PATCH 00/67] Make pixman an optional dependency
 2023-09-01 14:19 UTC  (13+ messages)
` [PATCH 09/67] ui/console: get the DisplayState from new_console()
` [PATCH 11/67] ui/vc: VC always has a DisplayState now
` [PATCH 13/67] ui/vc: replace variable with static text attributes default
` [PATCH 15/67] ui/vc: pass VCCharDev to VC-specific functions
` [PATCH 16/67] ui/vc: move VCCharDev specific fields out of QemuConsole
` [PATCH 18/67] ui/console: change new_console() to use object initialization

[PATCH] fix bdrv_open_child return value check
 2023-09-01 13:57 UTC  (4+ messages)

[PATCH v2 0/4] Support message-based DMA in vfio-user server
 2023-09-01 13:41 UTC  (7+ messages)
` [PATCH v2 1/4] softmmu: Support concurrent bounce buffers

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-09-01 13:18 UTC  (12+ messages)
` [PATCH 3/7] ui: Clean up local variable shadowing
` [PATCH 7/7] qobject atomics osdep: Make a few macros more hygienic

[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c
 2023-09-01 12:56 UTC  (5+ messages)
` [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together

[PATCH v3 00/11] memory-backend-file related improvements and VM templating support
 2023-09-01 12:52 UTC  (12+ messages)
` [PATCH v3 03/11] backends/hostmem-file: Add "rom" property to support VM templating with R/O files
` [PATCH v3 11/11] machine: Improve error message when using default RAM backend id
  `  "

[PATCH v2] dbus: Properly dispose touch/mouse dbus objects
 2023-09-01 12:45 UTC 

[PATCH] dbus: Properly dispose touch/mouse dbus objects
 2023-09-01 12:45 UTC  (3+ messages)

[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
 2023-09-01 12:36 UTC  (4+ messages)

[PATCH] crypto/rsakey-builtin.c.inc: Clean up two error paths
 2023-09-01 12:32 UTC 

[PATCH v2 for-8.2 00/19] ppc: record-replay enablement and fixes
 2023-09-01 12:25 UTC  (5+ messages)
` [PATCH v2 05/19] host-utils: Add muldiv64_round_up
` [PATCH v2 08/19] target/ppc: Sign-extend large decrementer to 64-bits

[PATCH] hw/virtio/vhost: check nvqs at dev_start
 2023-09-01 12:23 UTC 

[PATCH 0/2] Fix vhost reconnect issues
 2023-09-01 12:00 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-09-01 12:00 UTC  (6+ messages)
` [PATCH v3 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v3 4/5] vhost-user-scsi: support reconnect to backend
  ` [PATCH v3 5/5] vhost-user-scsi: start vhost when guest kicks

[RFC PATCH v2] docs/interop: define PROBE feature for vhost-user VirtIO devices
 2023-09-01 11:59 UTC  (2+ messages)
` [virtio-dev] "

[PATCH v4 0/5] s390: Enable AP instructions for pv-guests
 2023-09-01 11:48 UTC  (5+ messages)
` [PATCH v4 2/5] s390x: switch pv and subsystem reset ordering on reboot
      ` [PATCH] s390x: do a subsystem reset before the unprotect "

[PATCH 00/11] (few more) Steps towards enabling -Wshadow
 2023-09-01 11:31 UTC  (16+ messages)
` [PATCH 01/11] tcg: Clean up local variable shadowing
` [PATCH 02/11] target/arm: "
` [PATCH 04/11] target/m68k: "
` [PATCH 05/11] hw/arm/virt: "
` [PATCH 06/11] hw/arm/allwinner: "
` [PATCH 07/11] hw/arm/aspeed: "
` [PATCH 10/11] net/eth: "

[PATCH v3 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-01 11:07 UTC  (3+ messages)
` [PATCH v3 2/4] qcow2: add configurations for zoned format extension

[PATCH v2 0/2] Fix MCE handling on AMD hosts
 2023-09-01 10:30 UTC  (3+ messages)
` [PATCH v2 1/2] i386: Add support for SUCCOR feature

[PATCH] qemu-img: Update documentation for compressed images
 2023-09-01 10:28 UTC  (2+ messages)

[PATCH for 7.2 v3 00/13] testing and doc updates (pre-PR)
 2023-09-01 10:23 UTC  (6+ messages)
` [PATCH v3 06/13] docs/devel: simplify the minimal checklist

[PATCH 0/3] hw/mips/jazz: Rework the NIC init code
 2023-09-01 10:15 UTC  (2+ messages)

[PATCH 0/8] move softmmu options processing from os-posix.c to vl.c
 2023-09-01 10:13 UTC  (9+ messages)
` [PATCH 1/8] include/sysemu/os-posix.h: move *daemonize* declarations together
` [PATCH 2/8] os-posix: create and export os_set_runas()
` [PATCH 3/8] os-posix.c: create and export os_set_chroot()
` [PATCH 4/8] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PATCH 5/8] os-posix.c: move code around
` [PATCH 6/8] os-posix.c: remove unneeded #includes
` [PATCH 7/8] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
` [PATCH 8/8] util/async-teardown.c: move to softmmu/, only build it when system build is requested

[PATCH v2 0/5] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-09-01 10:14 UTC  (3+ messages)
` [PATCH v2 4/5] vfio/migration: Block VFIO migration with postcopy migration

[PATCH v3 00/20] virtio: add vhost-user-generic, reduce c&p and support standalone
 2023-09-01 10:00 UTC  (9+ messages)
` [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device
` [RFC PATCH v3 20/20] hw/virtio: allow vhost-user-device to be driven by backend

[PATCH 00/16] tests: Add CPU topology related smbios test cases
 2023-09-01  9:55 UTC  (2+ messages)

[PULL 00/26] aspeed queue
 2023-09-01  9:42 UTC  (27+ messages)
` [PULL 01/26] aspeed: Introduce helper for 32-bit hosts limitation
` [PULL 02/26] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
` [PULL 03/26] hw/i2c/aspeed: Fix TXBUF transmission start position error
` [PULL 04/26] hw/i2c/aspeed: Add support for buffer organization
` [PULL 05/26] tests/avocado/machine_aspeed.py: Update SDK images
` [PULL 06/26] hw/ssi: Add a "cs" property to SSIPeripheral
` [PULL 07/26] hw/ssi: Introduce a ssi_get_cs() helper
` [PULL 08/26] aspeed/smc: Wire CS lines at reset
` [PULL 09/26] hw/ssi: Check for duplicate CS indexes
` [PULL 10/26] aspeed: Create flash devices only when defaults are enabled
` [PULL 11/26] m25p80: Introduce an helper to retrieve the BlockBackend of a device
` [PULL 12/26] aspeed: Get the BlockBackend of FMC0 from the flash device
` [PULL 13/26] hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01
` [PULL 14/26] hw/sd: When card is in wrong state, log which state it is
` [PULL 15/26] hw/sd: When card is in wrong state, log which spec version is used
` [PULL 16/26] hw/sd: Move proto_name to SDProto structure
` [PULL 17/26] hw/sd: Introduce sd_cmd_handler type
` [PULL 18/26] hw/sd: Add sd_cmd_illegal() handler
` [PULL 19/26] hw/sd: Add sd_cmd_unimplemented() handler
` [PULL 20/26] hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
` [PULL 21/26] hw/sd: Add sd_cmd_SEND_OP_CMD() handler
` [PULL 22/26] hw/sd: Add sd_cmd_ALL_SEND_CID() handler
` [PULL 23/26] hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
` [PULL 24/26] hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
` [PULL 25/26] hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
` [PULL 26/26] hw/sd: Introduce a "sd-card" SPI variant model

[PATCH v2 00/14] Lower TCG vector ops to LSX
 2023-09-01  9:31 UTC  (15+ messages)
` [PATCH v2 01/14] tcg/loongarch64: Import LSX instructions
` [PATCH v2 02/14] tcg/loongarch64: Lower basic tcg vec ops to LSX
` [PATCH v2 03/14] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
` [PATCH v2 04/14] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PATCH v2 05/14] tcg/loongarch64: Lower vector bitwise operations
` [PATCH v2 06/14] tcg/loongarch64: Lower neg_vec to vneg
` [PATCH v2 07/14] tcg/loongarch64: Lower mul_vec to vmul
` [PATCH v2 08/14] tcg/loongarch64: Lower vector min max ops
` [PATCH v2 09/14] tcg/loongarch64: Lower vector saturated ops
` [PATCH v2 10/14] tcg/loongarch64: Lower vector shift vector ops
` [PATCH v2 11/14] tcg/loongarch64: Lower bitsel_vec to vbitsel
` [PATCH v2 12/14] tcg/loongarch64: Lower vector shift integer ops
` [PATCH v2 13/14] tcg/loongarch64: Lower rotv_vec ops to LSX
` [PATCH v2 14/14] tcg/loongarch64: Lower rotli_vec to vrotri

[PATCH 0/4] CXL: SK hynix Niagara MHSLD Device
 2023-09-01  9:05 UTC  (5+ messages)
` [PATCH 3/4] cxl/type3: minimum MHD cci support

[PATCH] roms: Support compile the efi bios for loongarch
 2023-09-01  8:55 UTC  (4+ messages)

[PATCH v3 0/7] aspeed: Add blockdev support for flash device definition
 2023-09-01  8:44 UTC  (4+ messages)
` [PATCH v3 5/7] aspeed: Create flash devices only when defaults are enabled
  ` [PATCH v3.2 "

[PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter
 2023-09-01  8:37 UTC  (4+ messages)
` [PATCH for-8.2 v2 2/2] migration: Allow user to specify migration switchover bandwidth

[PATCH v3 00/17] Support smp.clusters for x86
 2023-09-01  8:43 UTC  (11+ messages)
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]

[PULL 00/14] Block patches
 2023-09-01  8:19 UTC  (15+ messages)
` [PULL 01/14] throttle: introduce enum ThrottleDirection
` [PULL 02/14] test-throttle: use "
` [PULL 03/14] throttle: support read-only and write-only
` [PULL 04/14] test-throttle: test read only and write only
` [PULL 05/14] cryptodev: use NULL throttle timer cb for read direction
` [PULL 06/14] throttle: use enum ThrottleDirection instead of bool is_write
` [PULL 07/14] throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code
` [PULL 08/14] fsdev: Use ThrottleDirection instread of bool is_write
` [PULL 09/14] block/throttle-groups: "
` [PULL 10/14] file-posix: Clear bs->bl.zoned on error
` [PULL 11/14] file-posix: Check bs->bl.zoned for zone info
` [PULL 12/14] file-posix: Fix zone update in I/O error path
` [PULL 13/14] file-posix: Simplify raw_co_prw's 'out' zone code
` [PULL 14/14] tests/file-io-error: New test

[PATCH] arm64: Restore trapless ptimer access
 2023-09-01  7:35 UTC  (3+ messages)

[PATCH v2 00/12] Introduce new vmapple machine type
 2023-09-01  7:07 UTC  (13+ messages)
` [PATCH v2 02/12] hw/misc/pvpanic: Add MMIO interface
` [PATCH v2 07/12] hw/vmapple/aes: Introduce aes engine
` [PATCH v2 08/12] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v2 09/12] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v2 11/12] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v2 12/12] hw/vmapple/vmapple: Add vmapple machine type

[PATCH 1/1] accel/tcg: Fix the comment for CPUTLBEntryFull
 2023-09-01  6:01 UTC 

[PATCH 0/4] target/i386: add support for FRED
 2023-09-01  5:30 UTC  (5+ messages)
` [PATCH 1/4] target/i386: add support for FRED in CPUID enumeration
` [PATCH 2/4] target/i386: mark CR4.FRED not reserved
` [PATCH 3/4] target/i386: enumerate VMX nested-exception support
` [PATCH 4/4] target/i386: add live migration support for FRED

[PATCH 0/3] AMD/Xilinx Versal TRNG support
 2023-09-01  4:16 UTC  (4+ messages)
` [PATCH 1/3] hw/misc: Introduce AMD/Xilix Versal TRNG device

[PATCH v2] target/riscv: Allocate itrigger timers only once
 2023-09-01  3:28 UTC  (2+ messages)

[PATCH] target/riscv: Allocate itrigger timers only once
 2023-09-01  3:09 UTC  (2+ messages)

[PATCH 00/13] linux-user patch queue
 2023-09-01  2:32 UTC  (2+ messages)

[PATCH v2 00/33] linux-user: Improve host and guest page size handling
 2023-09-01  2:31 UTC  (36+ messages)
` [PATCH v2 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH v2 02/33] linux-user: Adjust SVr4 NULL page mapping
` [PATCH v2 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH v2 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH v2 05/33] linux-user/hppa: Simplify init_guest_commpage
` [PATCH v2 06/33] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
` [PATCH v2 07/33] linux-user/arm: "
` [PATCH v2 08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH v2 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN "
` [PATCH v2 10/33] linux-user: Remove HOST_PAGE_ALIGN "
` [PATCH v2 11/33] migration: Remove qemu_host_page_size
` [PATCH v2 12/33] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PATCH v2 13/33] softmmu/physmem: Remove qemu_host_page_size
` [PATCH v2 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH v2 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH v2 16/33] linux-user: Split out target_mmap__locked
` [PATCH v2 17/33] linux-user: Move some mmap checks outside the lock
` [PATCH v2 18/33] linux-user: Fix sub-host-page mmap
` [PATCH v2 19/33] linux-user: Split out mmap_end
` [PATCH v2 20/33] linux-user: Do early mmap placement only for reserved_va
` [PATCH v2 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH v2 22/33] linux-user: Split out mmap_h_lt_g
` [PATCH v2 23/33] linux-user: Split out mmap_h_gt_g
` [PATCH v2 24/33] tests/tcg: Remove run-test-mmap-*
` [PATCH v2 25/33] tests/tcg: Extend file in linux-madvise.c
` [PATCH v2 26/33] *-user: Deprecate and disable -p pagesize
` [PATCH v2 27/33] cpu: Remove page_size_init
` [PATCH v2 28/33] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH v2 29/33] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH v2 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH v2 31/33] linux-user: Bound mmap_min_addr by host page size
` [PATCH v2 32/33] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
` [PATCH v2 33/33] target/alpha: "

[PATCH v2] target/riscv: Use accelerated helper for AES64KS1I
 2023-09-01  2:30 UTC  (2+ messages)

[PATCH] linux-user/riscv: Add new extensions to hwprobe
 2023-09-01  2:28 UTC  (3+ messages)

[PATCH] softmmu/dirtylimit: Fix usleep early return on signal
 2023-09-01  2:18 UTC 

[PATCH v2 0/2] riscv: fix --enable-debug in riscv-to-apply.next
 2023-09-01  2:26 UTC  (2+ messages)

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-09-01  2:20 UTC  (2+ messages)

[PATCH 0/5 v2] CXL: SK hynix Niagara MHSLD Device
 2023-09-01  1:29 UTC  (6+ messages)
` [PATCH 1/5] cxl/mailbox: move mailbox effect definitions to a header
` [PATCH 2/5] cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functions
` [PATCH 3/5] cxl/type3: Expose ct3 functions so that inheriters can call them
` [PATCH 4/5] cxl/type3: add an optional mhd validation function for memory accesses
` [PATCH 5/5] cxl/vendor: SK hynix Niagara Multi-Headed SLD Device

[PATCH v9 0/4] hw/ufs: Add Universal Flash Storage (UFS) support
 2023-09-01  0:46 UTC  (3+ messages)

[PATCH v2 0/7] target/mips: Convert Loongson LEXT opcodes to decodetree
 2023-09-01  0:29 UTC  (5+ messages)
` [PATCH v2 1/7] target/mips: Simplify Loongson MULTU.G opcode
` [PATCH v2 7/7] target/mips: Convert Loongson [D]MULT[U].G opcodes to decodetree

[PATCH] target/mips: Simplify Loongson MULTU.G opcode
 2023-08-31 23:26 UTC  (2+ messages)

[PATCH v3 0/5] target/arm: Implement cortex-a710
 2023-08-31 23:24 UTC  (2+ messages)
` [PATCH v3 2/5] "


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