messages from 2023-06-09 02:33:26 to 2023-06-10 07:07:19 UTC [more...]
[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-10 7:06 UTC (14+ messages)
` [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
` [PATCH v6] "
` Ping: "
[PULL 00/16] trivial patches 2023-06-10
2023-06-10 6:57 UTC (17+ messages)
` [PULL 01/16] docs: Fix trivial typos in vhost-user.rst
` [PULL 02/16] hw/virtio/virtio-qmp.c: spelling: suppoted
` [PULL 03/16] spelling: information
` [PULL 04/16] hw/remote: Fix vfu_cfg trace offset format
` [PULL 05/16] block.c: add newline for "Detected format" warning
` [PULL 06/16] meson: install keyboard maps only if necessary
` [PULL 07/16] target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result
` [PULL 08/16] hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro
` [PULL 09/16] hw/i386/microvm: Simplify using object_dynamic_cast()
` [PULL 10/16] hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro
` [PULL 11/16] hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro
` [PULL 12/16] linux-user: add comments for TARGET_NR_[gs]etgroups{, 32}
` [PULL 13/16] linux-user: Return EINVAL for getgroups() with negative gidsetsize
` [PULL 14/16] vnc: move assert in vnc_worker_thread_loop
` [PULL 15/16] linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
` [PULL 16/16] linux-user: elfload: Specify -R is an option for qemu-user binaries
[PATCH] accel/kvm/kvm-all: Handle register access errors
2023-06-10 3:51 UTC (4+ messages)
[PATCH] accel/kvm: Specify default IPA size for arm64
2023-06-10 3:48 UTC (6+ messages)
QEMU virt (arm64) does not honor reserved-memory set in device tree
2023-06-10 3:36 UTC (2+ messages)
[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
2023-06-10 0:28 UTC (8+ messages)
` [EXT] "
[PULL v4 0/10] xenpvh4-tag
2023-06-09 22:59 UTC (12+ messages)
` [PULL v4 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PULL v4 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
` [PULL v4 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [PULL v4 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [PULL v4 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [PULL v4 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [PULL v4 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
` [PULL v4 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [PULL v4 09/10] hw/arm: introduce xenpvh machine
` [PULL v4 10/10] meson.build: enable xenpv machine build for ARM
[PATCH] hw/i386/pc: Clean up pc_machine_initfn
2023-06-09 21:57 UTC (2+ messages)
[PATCH v3 0/5] Optimize UNMAP call and bug fix
2023-06-09 21:26 UTC (19+ messages)
` [PATCH v3 4/5] intel_iommu: Fix address space unmap
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls
[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
2023-06-09 20:51 UTC (11+ messages)
` [PATCH v3 1/8] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v3 2/8] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection
` [PATCH v3 3/8] target/arm: Implement v8.3 QARMA3 PAC cipher
` [PATCH v3 4/8] target/arm: Implement v8.3 EnhancedPAC
` [PATCH v3 5/8] target/arm: Implement v8.3 Pauth2
` [PATCH v3 6/8] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE
` [PATCH v3 8/8] target/arm: Add CPU property for QARMA3, enable FPACCombined by default
[PATCH 0/2] linux-user: Clarify error on failure to map guest address space
2023-06-09 20:43 UTC (2+ messages)
[PATCH 00/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
2023-06-09 20:37 UTC (41+ 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
[PATCH v2 00/10] block: Make raw_co_get_allocated_file_size asynchronous
2023-06-09 20:19 UTC (11+ messages)
` [PATCH v2 01/10] block: Remove bdrv_query_block_node_info
` [PATCH v2 02/10] block: Remove unnecessary variable in bdrv_block_device_info
` [PATCH v2 03/10] block: Allow the wrapper script to see functions declared in qapi.h
` [PATCH v2 04/10] block: Temporarily mark bdrv_co_get_allocated_file_size as mixed
` [PATCH v2 05/10] block: Convert bdrv_query_block_graph_info to coroutine
` [PATCH v2 06/10] block: Convert bdrv_block_device_info into co_wrapper
` [PATCH v2 07/10] block: Convert qmp_query_named_block_nodes to coroutine
` [PATCH v2 08/10] block: Don't query all block devices at hmp_nbd_server_start
` [PATCH v2 09/10] block: Convert qmp_query_block() to coroutine_fn
` [PATCH v2 10/10] block: Add a thread-pool version of fstat
[PATCH] vnc: move assert in vnc_worker_thread_loop
2023-06-09 20:20 UTC (2+ messages)
[PATCH v3 00/14] simpletrace: refactor and general improvements
2023-06-09 19:20 UTC (3+ messages)
` [PATCH v3 12/14] simpletrace: added simplified Analyzer2 class
[PATCH v4 0/1] ROM migration
2023-06-09 18:58 UTC (4+ messages)
[PATCH] tcg/tci: Fix MemOpIdx operand index for 3-operand memops
2023-06-09 18:55 UTC (3+ messages)
[PATCH 0/5] cmd646: move device-specific BMDMA registers to separate memory region
2023-06-09 18:51 UTC (6+ messages)
` [PATCH 1/5] cmd646: checkpatch fixes
` [PATCH 2/5] cmd646: create separate header and QOM type for CMD646_IDE
` [PATCH 3/5] cmd646: use TYPE_CMD646_IDE instead of hardcoded "cmd646-ide" string
` [PATCH 4/5] cmd646: rename cmd646_bmdma_ops to bmdma_ops
` [PATCH 5/5] cmd646: move device-specific BMDMA registers to separate memory region
[PATCH] host/include/x86_64: Use __m128i for "x" constraints
2023-06-09 18:09 UTC (2+ messages)
[PATCH] target/arm: Return correct result for LDG when ATA=0
2023-06-09 18:06 UTC (2+ messages)
[PULL 0/1] maintainers queue
2023-06-09 18:00 UTC (2+ messages)
[PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
2023-06-09 17:57 UTC (2+ messages)
[PATCH v2] linux-user: Return EINVAL for getgroups() with negative gidsetsize
2023-06-09 16:48 UTC (2+ messages)
[PATCH v6 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
2023-06-09 16:42 UTC (4+ messages)
` [PATCH v6 1/2] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
arm: couple of finalize_memop related oddities
2023-06-09 16:07 UTC (3+ messages)
[PATCH v14 00/10] TCG code quality tracking
2023-06-09 15:51 UTC (8+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)
[PATCH 0/4] hw/nvme: tp4146 misc
2023-06-09 8:39 UTC (2+ messages)
[PATCH] 9pfs: deprecate 'proxy' backend
2023-06-09 14:17 UTC
[PATCH v3 0/8] misc AHCI cleanups
2023-06-09 14:08 UTC (9+ messages)
` [PATCH v3 1/8] hw/ide/ahci: remove stray backslash
` [PATCH v3 2/8] hw/ide/core: set ERR_STAT in unsupported command completion
` [PATCH v3 3/8] hw/ide/ahci: write D2H FIS when processing NCQ command
` [PATCH v3 4/8] hw/ide/ahci: simplify and document PxCI handling
` [PATCH v3 5/8] hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
` [PATCH v3 6/8] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
` [PATCH v3 7/8] hw/ide/ahci: fix ahci_write_fis_sdb()
` [PATCH v3 8/8] hw/ide/ahci: fix broken SError handling
[PATCH v2 0/2] qmp: Remove virtio_list & update virtio introspection
2023-06-09 13:20 UTC (3+ messages)
` [PATCH v2 1/2] qmp: remove virtio_list, search QOM tree instead
` [PATCH v2 2/2] qmp: update virtio feature maps, vhost-user-gpio instrospection
Reducing vdpa migration downtime because of memory pin / maps
2023-06-09 14:32 UTC (6+ messages)
[PATCH] coverity: physmem: use simple assertions instead of modelling
2023-06-09 13:25 UTC (8+ messages)
[PATCH] machine: do not crash if default RAM backend name has been stollen
2023-06-09 14:06 UTC (2+ messages)
[PATCH v5 0/5] parallels: Add duplication check, repair at open, fix bugs
2023-06-09 13:41 UTC (9+ messages)
` [PATCH v5 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v5 5/5] parallels: Image repairing in parallels_open()
Fwd: QEMU AVR Patch - Correct handling of AVR interrupts
2023-06-09 12:10 UTC (2+ messages)
` "
[PATCH] build: further refine build.ninja rules
2023-06-09 11:14 UTC (2+ messages)
[PATCH v3] ui/sdl2: OpenGL window context
2023-06-09 14:07 UTC
[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] "
vmovqdu/vmovqda inline asm doesn't compile on macos catalina
2023-06-09 11:05 UTC (2+ messages)
[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
2023-06-09 10:46 UTC (8+ messages)
[PATCH 00/42] Migration test refactoring
2023-06-09 10:40 UTC (5+ messages)
` [PATCH 24/42] migration-test: Re-enable multifd_cancel 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
[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 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
[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
[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:23 UTC (3+ messages)
` [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH v2 32/38] crypto: Remove AES_shifts, AES_ishifts
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).