qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-08 16:57:19 to 2023-06-09 14:38:11 UTC [more...]

[PATCH v2 0/2] qmp: Remove virtio_list & update virtio introspection
 2023-06-09 13:20 UTC  (2+ messages)
` [PATCH v2 2/2] qmp: update virtio feature maps, vhost-user-gpio instrospection

[PATCH v14 00/10] TCG code quality tracking
 2023-06-09 14:32 UTC  (7+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)

[PATCH v5 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-06-09 13:21 UTC  (8+ messages)
` [PATCH v5 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v5 5/5] parallels: Image repairing in parallels_open()

[PATCH] build: further refine build.ninja rules
 2023-06-09 11:14 UTC  (3+ messages)

[PATCH v3] ui/sdl2: OpenGL window context
 2023-06-09 14:07 UTC 

[PATCH v3 0/8] misc AHCI cleanups
 2023-06-09 14:08 UTC  (3+ messages)
` [PATCH v3 3/8] hw/ide/ahci: write D2H FIS when processing NCQ command
` [PATCH v3 8/8] hw/ide/ahci: fix broken SError handling

[PATCH v2] ui/sdl2: OpenGL window context
 2023-06-09 14:02 UTC 

Concept of LD-ID in QEMU
 2023-06-09 11:20 UTC  (3+ messages)
        ` [EXT] "

[PATCH 00/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-09 11:09 UTC  (25+ messages)
` [PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header
` [PATCH 02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
` [PATCH 03/22] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check
` [PATCH 04/22] target/arm/tcg: Rename helper template headers as '.h.inc'
` [PATCH 05/22] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h'
` [PATCH 06/22] target/arm/tcg: Fix iwmmxt-related code style
` [PATCH 07/22] target/arm/tcg: Expose some iwmmxt methods in 'translate.h'
` [PATCH 08/22] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c
` [PATCH 09/22] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion
` [PATCH 10/22] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
` [PATCH 11/22] target/arm/tcg: Reduce 'helper-vfp.h.inc' inclusion
` [PATCH 12/22] target/arm/tcg: Move neon_tbl() from op_helper.c to neon_helper.c
` [PATCH 13/22] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH 14/22] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH 15/22] target/arm/tcg: Extract SVE2 definitions to 'helper-sve.h.inc'
` [PATCH 16/22] target/arm/tcg: Reduce 'helper-sve.h.inc' inclusion
` [PATCH 17/22] target/arm/tcg: Reduce 'helper-mve.h.inc' inclusion
` [PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common 'helper.h'
` [PATCH 19/22] target/arm/tcg: Reduce 'helper-sme.h.inc' inclusion
` [PATCH 20/22] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
` [PATCH 21/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
` [PATCH 22/22] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc

vmovqdu/vmovqda inline asm doesn't compile on macos catalina
 2023-06-09 11:05 UTC  (2+ messages)

arm: couple of finalize_memop related oddities
 2023-06-09 10:47 UTC 

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-06-09 10:46 UTC  (9+ messages)

[PATCH 00/42] Migration test refactoring
 2023-06-09 10:40 UTC  (46+ messages)
` [PATCH 01/42] migration-test: Be consistent for ppc
` [PATCH 02/42] migration-test: Make ignore_stderr regular with other options
` [PATCH 03/42] migration-test: simplify shmem_opts handling
` [PATCH 04/42] migration-test: Make machine_opts regular with other options
` [PATCH 05/42] migration-test: Create arch_opts
` [PATCH 06/42] migration-test: machine_opts is really arch specific
` [PATCH 07/42] migration-test: Create kvm_opts
` [PATCH 08/42] migration-test: bootpath is the same for all tests and for all archs
` [PATCH 09/42] migration-test: Add bootfile_create/delete() functions
` [PATCH 10/42] migration-test: dirtylimit checks for x86_64 arch before
` [PATCH 11/42] migration-test: Update test_ignore_shared to use args
` [PATCH 12/42] migration-test: Enable back ignore-shared test
` [PATCH 13/42] migration-test: Check for shared memory like for everything else
` [PATCH 14/42] migration-test: test_migrate_start() always return 0
` [PATCH 15/42] migration-test: migrate_postcopy_prepare() "
` [PATCH 16/42] migration-test: Create do_migrate()
` [PATCH 17/42] migration-test: Introduce GuestState
` [PATCH 18/42] migration-test: Create guest before calling do_test_validate_uuid()
` [PATCH 19/42] migration-test: Create guest before calling test_precopy_common()
` [PATCH 20/42] migration-test: Create guest before calling test_postcopy_common()
` [PATCH 21/42] migration-test: Move common guest code to guest_create()
` [PATCH 22/42] migration-test: Create guest_use_dirty_log()
` [PATCH 23/42] migration-test: Move serial to GuestState
` [PATCH 24/42] migration-test: Re-enable multifd_cancel test
` [PATCH 25/42] migration-test: We were not waiting for "target" to finish
` [PATCH 26/42] migration-test: create guest_use_shmem()
` [PATCH 27/42] migration-test: Create guest_extra_opts()
` [PATCH 28/42] migration-test: Create guest_hide_stderr()
` [PATCH 29/42] migration-test: Create the migration unix socket by guest
` [PATCH 30/42] migration-test: Hooks also need GuestState
` [PATCH 31/42] migration-test: Preffer to->uri to uri parameter for migration
` [PATCH 32/42] migration-test: Create guest_set_uri()
` [PATCH 33/42] migration-test: Remove connect_uri
` [PATCH 34/42] migration-test: Use new schema for all tests that use unix sockets
` [PATCH 35/42] migration-test: Set uri for tcp tests with guest_set_uri()
` [PATCH 36/42] migration-test: Remove unused listen_uri
` [PATCH 37/42] migration-test: Create get_event GuestState variable
` [PATCH 38/42] migration-test: Create guest_realize()
` [PATCH 39/42] migration-test: Unfold test_migrate_end() into three functions
` [PATCH 40/42] migration-test: Create migrate_incoming() function
` [PATCH 41/42] migration-test: Move functions to migration-helpers.c
` [PATCH 42/42] migration-test: Split vcpu-dirty-limit-test

[PATCH v2 0/3] migration: Fix multifd cancel test
 2023-06-09 10:30 UTC  (5+ messages)
` [PATCH v2 2/3] migration/multifd: Protect accesses to migration_threads
` [PATCH v2 3/3] tests/qtest: Re-enable multifd cancel test

[PATCH v3 0/6] Add RISC-V KVM AIA Support
 2023-06-09 10:09 UTC  (4+ messages)
` [PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip

[PATCH] vnc: move assert in vnc_worker_thread_loop
 2023-06-09  9:23 UTC 

[PULL 00/17] Block patches
 2023-06-09  9:05 UTC  (9+ messages)
` [PULL 02/17] block: Collapse padded I/O vecs exceeding IOV_MAX
` [PULL 05/17] parallels: Out of image offset in BAT leads to image inflation

[PATCH] vdpa: dont check vhost_vdpa->suspended when unsupported
 2023-06-09  8:49 UTC  (4+ messages)

[PATCH 0/2] Refresh the dynamic CSR xml after updating the state of the cpu
 2023-06-09  8:37 UTC  (4+ messages)
` [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml

[PATCH] block: Fix pad_request's request restriction
 2023-06-09  8:33 UTC 

[PATCH] i386/cpu: Don't emulate L3 cache on 8000_001D if l3-cache is disabled
 2023-06-09  8:14 UTC  (3+ messages)

[PATCH] sdl2: Check if window exists before updating it
 2023-06-09  8:08 UTC  (2+ messages)

[PATCH] linux-user: Return EINVAL for getgroups() with negative gidsetsize
 2023-06-09  8:04 UTC  (3+ messages)

[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
 2023-06-09  8:00 UTC  (7+ messages)
` [PATCH 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field
` [PATCH 2/4] ppc/spapr: Add a nested state struct
` [PATCH 3/4] ppc/spapr: load and store l2 state with helper functions

[PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu
 2023-06-09  7:50 UTC  (12+ messages)
  ` [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
              ` [PATCH v6] "

[PATCH 0/3] net: socket: do not close file descriptor if it's not a socket
 2023-06-09  7:27 UTC  (4+ messages)
` [PATCH 1/3] net: socket: prepare to cleanup net_init_socket()
` [PATCH 2/3] net: socket: move fd type checking to its own function
` [PATCH 3/3] net: socket: remove net_init_socket()

QEMU developers fortnightly conference call
 2023-06-09  7:18 UTC 

Canceled event: QEMU developers fortnightly conference call @ Tue 2023-06-13 15:00 - 16:00 (CEST) (qemu-devel@nongnu.org)
 2023-06-09  7:18 UTC 

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-09  6:09 UTC  (2+ messages)

[PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only
 2023-06-09  5:59 UTC 

[PATCH v3 0/5] Optimize UNMAP call and bug fix
 2023-06-09  5:49 UTC  (18+ messages)
` [PATCH v3 4/5] intel_iommu: Fix address space unmap
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls

[RFC v2 0/6] Native Library Calls
 2023-06-09  5:24 UTC  (5+ messages)
` [RFC v2 1/6] build: Add configure options for native calls
` [RFC v2 6/6] linux-user: Add '-native-bypass' option

[QEMU PATCH 0/1]
 2023-06-09  3:43 UTC  (4+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

Reducing vdpa migration downtime because of memory pin / maps
 2023-06-09  3:18 UTC  (5+ messages)

[PATCH v3 0/5] gitlab: improvements to handling of stable staging branches
 2023-06-09  2:54 UTC  (3+ messages)
` [PATCH v3 5/5] gitlab: support disabling job auto-run in upstream

[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
 2023-06-09  2:24 UTC  (39+ messages)
` [PATCH v2 01/38] tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
` [PATCH v2 02/38] util: Add cpuinfo-ppc.c
` [PATCH v2 03/38] tests/multiarch: Add test-aes
` [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK
` [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK
` [PATCH v2 08/38] target/arm: Demultiplex AESE and AESMC
` [PATCH v2 09/38] target/arm: Use aesenc_SB_SR_AK
` [PATCH v2 10/38] target/ppc: "
` [PATCH v2 11/38] target/riscv: "
` [PATCH v2 12/38] crypto: Add aesdec_ISB_ISR_AK
` [PATCH v2 13/38] target/i386: Use aesdec_ISB_ISR_AK
` [PATCH v2 14/38] target/arm: "
` [PATCH v2 15/38] target/ppc: "
` [PATCH v2 16/38] target/riscv: "
` [PATCH v2 17/38] crypto: Add aesenc_MC
` [PATCH v2 18/38] target/arm: Use aesenc_MC
` [PATCH v2 19/38] crypto: Add aesdec_IMC
` [PATCH v2 20/38] target/i386: Use aesdec_IMC
` [PATCH v2 21/38] target/arm: "
` [PATCH v2 22/38] target/riscv: "
` [PATCH v2 23/38] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH v2 24/38] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH v2 25/38] target/ppc: "
` [PATCH v2 26/38] target/riscv: "
` [PATCH v2 27/38] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH v2 28/38] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH v2 29/38] target/riscv: "
` [PATCH v2 30/38] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v2 32/38] crypto: Remove AES_shifts, AES_ishifts
` [PATCH v2 33/38] crypto: Implement aesdec_IMC with AES_imc_rot
` [PATCH v2 34/38] crypto: Remove AES_imc
` [PATCH v2 35/38] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
` [PATCH v2 36/38] host/include/i386: Implement aes-round.h
` [PATCH v2 37/38] host/include/aarch64: "
` [PATCH v2 38/38] host/include/ppc: "

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-06-09  2:04 UTC  (3+ messages)
` [PATCH 3/9] disas/riscv: Move types/constants to new header file

Fwd: QEMU AVR Patch - Correct handling of AVR interrupts
 2023-06-08 21:03 UTC 

[QEMU][PATCH v6 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
 2023-06-08 22:53 UTC  (3+ messages)

[PULL 0/1] 9p security fix 2023-06-08
 2023-06-08 20:31 UTC  (2+ messages)

[PATCH] hw/i386/vmmouse: use the new input api
 2023-06-08 19:47 UTC 

[PATCH qemu] qdict: Preserve order for iterating qdict elements
 2023-06-08 18:13 UTC 

[PATCH v2] hw/acpi: Fix PM control register access
 2023-06-08 19:47 UTC  (5+ messages)

[PATCH] hw/i386/vmmouse: use the new input api
 2023-06-08 19:23 UTC 

[PATCH v4 00/24] qemu patches for 64-bit NBD extensions
 2023-06-08 19:19 UTC  (11+ messages)
` [PATCH v4 12/24] nbd: Prepare for 64-bit request effect lengths
  ` [Libguestfs] "
` [PATCH v4 13/24] nbd/server: Refactor handling of request payload
  ` [Libguestfs] "
` [PATCH v4 18/24] nbd/client: Plumb errp through nbd_receive_replies
  ` [Libguestfs] "
` [PATCH v4 23/24] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
  ` [Libguestfs] "
` [PATCH v4 24/24] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
  ` [Libguestfs] "

[PATCH 0/4] hw: Minor simplifications using proper QOM getter macros
 2023-06-08 18:41 UTC  (2+ messages)

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-08 18:32 UTC  (5+ messages)
` [PATCH v5 2/9] migration: Implement switchover ack logic

[PATCH] hw/mips: Improve the default USB settings in the loongson3-virt machine
 2023-06-08 18:31 UTC  (3+ messages)

[PULL 0/1] maintainers queue
 2023-06-08 18:21 UTC  (2+ messages)
` [PULL 1/1] maintainers: update maintainers list for vfio-user & multi-process QEMU

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-06-08 18:10 UTC  (10+ messages)
              ` [EXT] "

[PATCH] hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
 2023-06-08 18:05 UTC  (3+ messages)
` [PATCH v2] "

Collecting information from a hung qemu process
 2023-06-08 17:57 UTC 

[PATCH 0/5] improve ahci test suite
 2023-06-08 17:31 UTC  (2+ messages)

[PATCH] tcg/tci: Fix MemOpIdx operand index for 3-operand memops
 2023-06-08 16:58 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).