qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 04:01:19 to 2023-06-13 11:24:39 UTC [more...]

[PULL 00/17] Misc patches for 2023-06-13
 2023-06-13  9:38 UTC  (3+ messages)
` [PULL 10/17] hw/i2c: Enable an id for the pca954x devices
` [PULL 15/17] exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_lebitmap()

Fwd: QEMU AVR Patch - Correct handling of AVR interrupts
 2023-06-13  9:42 UTC  (4+ messages)

[PATCH 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-13  9:52 UTC  (31+ messages)
` [PATCH 02/15] hw/pci-host/q35: Fix double, contradicting .endianness assignment
` [PATCH 03/15] hw/pci-host/q35: Initialize PCMachineState::bus in board code
` [PATCH 04/15] hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro
` [PATCH 05/15] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code
` [PATCH 07/15] hw/pci-host/i440fx: Replace magic values by existing constants
` [PATCH 08/15] hw/pci-host/i440fx: Have common names for some local variables
` [PATCH 09/15] hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section
` [PATCH 10/15] hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties
` [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

[PATCH V3] memory: RAM_NAMED_FILE flag
 2023-06-13  9:33 UTC  (2+ messages)

[PATCH v4 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-06-13  9:34 UTC  (2+ messages)

[PATCH v3] hvf: Report HV_DENIED error
 2023-06-13  9:33 UTC  (2+ messages)

[PATCH v3] linux-user, bsd-user: preserve incoming order of environment variables in the target
 2023-06-13  9:32 UTC  (3+ messages)

[PULL 00/42] target-arm queue
 2023-06-13  9:26 UTC  (5+ messages)
` [PULL 26/42] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r

[PATCH] vhost-user: fully use new backend/frontend naming
 2023-06-13  8:48 UTC  (2+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-13  8:26 UTC  (4+ messages)

[PATCH v2 0/2] Export struct ISAParallelState
 2023-06-13  8:22 UTC  (5+ messages)
` [PATCH v2 1/2] hw/char/parallel: Export struct ParallelState
` [PATCH v2 2/2] hw/char/parallel-isa: Export struct ISAParallelState

[PATCH 0/5] cmd646: move device-specific BMDMA registers to separate memory region
 2023-06-13  8:07 UTC  (12+ messages)
` [PATCH 1/5] cmd646: checkpatch fixes
` [PATCH 2/5] cmd646: create separate header and QOM type for CMD646_IDE
` [PATCH 4/5] cmd646: rename cmd646_bmdma_ops to bmdma_ops
` [PATCH 5/5] cmd646: move device-specific BMDMA registers to separate memory region

[RFC 0/4] Add full zoned storage emulation to qcow2 driver
 2023-06-13  8:01 UTC  (4+ messages)
` [RFC 1/4] docs/qcow2: add the zoned format feature

[RFC 0/6] Migration deprecated parts
 2023-06-13  7:48 UTC  (11+ messages)
` [RFC 1/6] migration: skipped field is really obsolete
` [RFC 2/6] migration: migrate 'inc' command option is deprecated
` [RFC 3/6] migration: migrate 'blk' "
` [RFC 4/6] migration: Deprecate -incoming <uri>
` [RFC 5/6] migration: Deprecate block migration
` [RFC 6/6] migration: Deprecated old compression method

[PATCH v2 00/17] Support smp.clusters for x86
 2023-06-13  7:57 UTC  (2+ messages)

[PATCH] i386/WHPX: Fix error message when fail to set ProcessorCount
 2023-06-13  7:49 UTC  (2+ messages)

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-13  6:46 UTC  (12+ messages)
` [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH 06/16] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH 07/16] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties

[PATCH v6 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-06-13  5:28 UTC  (3+ messages)
` [PATCH v6 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol

[PATCH v15 00/10] TCG code quality tracking
 2023-06-13  3:29 UTC  (7+ messages)
` [PATCH v15 07/10] tb-stats: Adding info [tb-list|tb] commands to HMP (WIP)

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

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-06-13  0:39 UTC  (3+ messages)

[PATCH] sdl2: Check if window exists before updating it
 2023-06-13  0:28 UTC  (3+ messages)

[PATCH v3 0/4] hw/arm/raspi: Use named constants in BCM props
 2023-06-12 22:34 UTC  (5+ messages)
` [PATCH v3 1/4] hw/arm/raspi: Import Linux raspi definitions as 'raspberrypi-fw-defs.h'
` [PATCH v3 2/4] hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitions
` [RFC PATCH v3 3/4] hw/misc/bcm2835_property: Replace magic frequency values by definitions
` [RFC PATCH v3 4/4] hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware property

[PATCH v2] Use named constants in BCM props
 2023-06-12 22:30 UTC  (2+ messages)

[PATCH] imx_serial: set wake bit when we receive a data byte
 2023-06-12 13:23 UTC  (2+ messages)

[Qemu-devel] [Bug 1180923] [NEW] unused memory filled with 0x00 instead of 0xFF
 2023-06-12 21:57 UTC  (2+ messages)
` [Bug 1180923] "

[PATCH] hw/i386/vmmouse: use the new input api
 2023-06-12 20:28 UTC  (3+ messages)

[PATCH V2] migration: file URI
 2023-06-12 19:55 UTC  (4+ messages)

[PATCH v4 00/24] qemu patches for 64-bit NBD extensions
 2023-06-12 19:24 UTC  (20+ messages)
` [PATCH v4 02/24] nbd: Consistent typedef usage in header
  ` [Libguestfs] "
` [PATCH v4 03/24] nbd/server: Prepare for alternate-size headers
` [PATCH v4 05/24] nbd: s/handle/cookie/ to match NBD spec
` [PATCH v4 06/24] nbd/client: Simplify cookie vs. index computation
` [PATCH v4 08/24] nbd: Use enum for various negotiation modes
` [PATCH v4 09/24] nbd: Replace bool structured_reply with mode enum
    ` [Libguestfs] "
` [PATCH v4 10/24] nbd/client: Pass mode through to nbd_send_request
` [PATCH v4 11/24] nbd: Add types for extended headers

[PATCH] migration.json: Don't use space before colon
 2023-06-12 19:16 UTC 

[PATCH 0/2] Export struct ISAParallelState
 2023-06-12 19:07 UTC  (6+ messages)
` [PATCH 2/2] hw/char/parallel-isa: "

[PATCH][RESEND v5 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-06-12 17:42 UTC  (5+ messages)
` [PATCH][RESEND v5 1/3] error: define g_autoptr() cleanup function for the Error type
` [PATCH][RESEND v5 2/3] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH][RESEND v5 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

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

[PATCH V9 00/46] Live Update
 2023-06-12 14:59 UTC  (6+ messages)

[PATCH v3] 9pfs: deprecate 'proxy' backend
 2023-06-12 14:57 UTC  (2+ messages)
` [SPAM] "

[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
 2023-06-12 14:46 UTC  (17+ 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 10/38] target/ppc: Use aesenc_SB_SR_AK
` [PATCH v2 15/38] target/ppc: Use aesdec_ISB_ISR_AK
` [PATCH v2 25/38] target/ppc: Use aesenc_SB_SR_MC_AK
` [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v2 38/38] host/include/ppc: Implement aes-round.h

[PATCH] tcg: round-robin: do not use mb_read for rr_current_cpu
 2023-06-12 13:30 UTC  (3+ messages)
` [PATCH] coroutine-asm: add x86 CET shadow stack support

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

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
 2023-06-12 13:19 UTC  (7+ 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

[RFC 0/2] migration: Update error description outside migration.c
 2023-06-12 13:14 UTC  (3+ messages)

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 10:40 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 10:58 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 11:02 UTC 

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

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-12 11:58 UTC  (10+ messages)
` [PATCH v2 1/8] target/riscv: Use xl instead of mxl for disassemble
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
` [PATCH v2 3/8] disas/riscv: Move types/constants to new header file
` [PATCH v2 4/8] disas/riscv: Make rv_op_illegal a shared enum value
` [PATCH v2 5/8] disas/riscv: Encapsulate opcode_data into decode
` [PATCH v2 6/8] disas/riscv: Provide infrastructure for vendor extensions
` [PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps
` [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-06-12 11:56 UTC  (16+ messages)
` [PATCH 2/9] target/riscv: Factor out RISCVCPUConfig from cpu.h
` [PATCH 4/9] disas/riscv: Make rv_op_illegal a shared enum value
` [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
` [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions

[PATCH 0/4] TriCore bugfixes
 2023-06-12 11:32 UTC  (5+ messages)
` [PATCH 1/4] target/tricore: Fix out-of-bounds index in imask instruction
` [PATCH 2/4] target/tricore: Correctly fix saving PSW.CDE to CSA on call
` [PATCH 3/4] target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regs
` [PATCH 4/4] target/tricore: Fix helper_ret() not correctly restoring PSW

[PATCH v2 00/23] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-12 10:37 UTC  (7+ messages)
` [PATCH v2 03/23] target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decode
` [PATCH v2 06/23] target/arm: Convert barrier insns to decodetree
` [PATCH v2 09/23] target/arm: Convert MSR (reg), MRS, SYS, SYSL "

[PATCH v3 0/4] vhost-user-gpu get_edid feature
 2023-06-12 10:32 UTC  (4+ messages)
` [PATCH v3 4/4] vhost-user-gpu: implement get_edid frontend feature

[PATCH 00/10] Misc clean ups to target/ppc exception handling
 2023-06-12 10:07 UTC  (6+ messages)
` [PATCH 03/10] target/ppc: Move common check in exception handlers to a function
` [PATCH 07/10] target/ppd: Remove unused define

[PATCH qemu v2 0/2] target/arm: Improve user-mode compatibility with JITs
 2023-06-12  9:40 UTC  (3+ messages)
` [PATCH qemu v2 1/2] target/arm: Handle IC IVAU to improve "
` [PATCH qemu v2 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

[PATCH] ui/sdl2: Allow high-dpi
 2023-06-12  9:21 UTC  (4+ messages)

[PATCH v5] ui/sdl2: OpenGL window context
 2023-06-12  9:19 UTC 

[PATCH] virtio-gpu: Optimize 2D resource data transfer
 2023-06-12  8:53 UTC  (2+ messages)

[PATCH] ui/sdl2: OpenGL window context
 2023-06-12  8:44 UTC  (2+ messages)

[PATCH 0/2] canokey: documentation fixes
 2023-06-12  8:44 UTC  (3+ messages)
` [PATCH 1/2] docs/system/devices/canokey: fix recursive cloning
` [PATCH 2/2] docs/system/devices/canokey: update implementations and web console

[PATCH 0/2] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
 2023-06-12  8:42 UTC  (3+ messages)
` [PATCH 1/2] i386: Fix conditional CONFIG_SYNDBG enablement
` [PATCH 2/2] i386: Exclude 'hv-syndbg' from 'hv-passthrough'

[PATCH v4] ui/sdl2: OpenGL window context
 2023-06-12  8:40 UTC 

[PATCH v3] ui/sdl2: OpenGL window context
 2023-06-12  8:25 UTC  (2+ messages)

[PATCH v20 00/21] s390x: CPU Topology
 2023-06-12  7:55 UTC  (3+ messages)
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast

[PATCH 0/4] target/riscv: Fix mstatus related problems
 2023-06-12  7:27 UTC  (10+ messages)
` [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH 4/4] target/riscv: Remove redundant assignment to SXL

[PATCH] target/tricore: Fix out-of-bounds index in imask instruction
 2023-06-12  7:16 UTC  (2+ messages)

[PATCH v3 0/6] Add RISC-V KVM AIA Support
 2023-06-12  6:50 UTC  (4+ messages)
` [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled

[PATCH v4 0/4] target/riscv: Add Smrnmi support
 2023-06-12  5:03 UTC  (5+ messages)
` [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension
` [PATCH v4 2/4] target/riscv: Add Smrnmi CSRs

[PATCH v4 0/2] migration: Update error description whenever migration fails
 2023-06-12  4:50 UTC  (2+ messages)

[PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only
 2023-06-12  4:11 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).