qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 14:18:01 to 2021-04-28 10:31:31 UTC [more...]

[RFC v3 00/13] s390x cleanup
 2021-04-28 10:30 UTC  (14+ messages)
` [RFC v3 01/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
` [RFC v3 02/13] hw/s390x: only build tod-tcg from the CONFIG_TCG build
` [RFC v3 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing
` [RFC v3 04/13] target/s390x: remove tcg-stub.c
` [RFC v3 05/13] target/s390x: start moving TCG-only code to tcg/
` [RFC v3 13/13] MAINTAINERS: update s390x directories

[RFC PATCH v2 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-04-28 10:23 UTC  (3+ messages)
` [RFC PATCH v2 1/4] vl.c: Add -smp, clusters=* command line support for ARM cpu

[Bug 1925496] [NEW] nvme disk cannot be hotplugged after removal
 2021-04-28 10:12 UTC  (4+ messages)
` [Bug 1925496] "

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-04-28 10:13 UTC  (22+ messages)
` [RFC PATCH v2 2/6] hw/arm/virt: DT: Add cpu-map
` [RFC PATCH v2 3/6] hw/arm/virt-acpi-build: Distinguish possible and present cpus
` [RFC PATCH v2 4/6] hw/acpi/aml-build: Add processor hierarchy node structure
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table
` [RFC PATCH v2 6/6] hw/arm/virt: Replace smp_parse with one that prefers cores

[PATCH] virtio-net: failover: add missing remove_migration_state_change_notifier()
 2021-04-28 10:14 UTC  (5+ messages)

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-04-28  9:51 UTC  (9+ messages)
` [RFC v9 15/29] vfio: Set up nested stage mappings

[PATCH 0/2] block/export: Fix crash on error after iothread conflict
 2021-04-28  9:46 UTC  (2+ messages)

[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
 2021-04-28  9:32 UTC  (11+ messages)

[PATCH 0/2] hw/sparc: Kconfig fixes to build with/without the leon3 machine
 2021-04-28  9:21 UTC  (9+ messages)
` [PATCH 1/2] hw/sparc: Allow building the leon3 machine stand-alone
` [RFC PATCH 2/2] hw/sparc: Allow building without the leon3 machine

[PATCH v2 00/12] virtio-gpu: Add support for Blob resources feature
 2021-04-28  9:16 UTC  (3+ messages)
` [PATCH v2 07/12] virtio-gpu: Add virtio_gpu_resource_create_blob

socket.c added support for unix domain socket datagram transport
 2021-04-28  9:02 UTC  (11+ messages)

[PATCH RFC 0/1] To add HMP interface to dump PCI MSI-X table/PBA
 2021-04-28  8:45 UTC  (9+ messages)

[PATCH v3 00/33] block/nbd: rework client connection
 2021-04-28  8:17 UTC  (17+ messages)
` [PATCH v3 07/33] block/nbd: simplify waking of nbd_co_establish_connection()
` [PATCH v3 08/33] block/nbd: drop thr->state
` [PATCH v3 11/33] block/nbd: rename NBDConnectThread to NBDClientConnection
` [PATCH v3 13/33] block/nbd: introduce nbd_client_connection_release()
` [PATCH v3 14/33] nbd: move connection code from block/nbd to nbd/client-connection
` [PATCH v3 15/33] nbd/client-connection: use QEMU_LOCK_GUARD

[PATCH 0/4] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-04-28  7:57 UTC  (12+ messages)
` [PATCH 1/4] hw/block/fdc: Replace disabled fprintf() by trace event
` [PATCH 2/4] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH 3/4] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
` [PATCH 4/4] hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c

[Qemu-devel] [Bug 601946] [NEW] [Feature request] qemu-img multi-threaded compressed image conversion
 2021-04-28  6:07 UTC  (3+ messages)
` [Bug 601946] "

[Qemu-devel] [Bug 1295587] [NEW] Temporal freeze and slowdown while using emulated sb16
 2021-04-28  6:01 UTC  (2+ messages)
` [Bug 1295587] "

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-04-28  5:48 UTC  (15+ messages)
` [PATCH 01/22] qapi/parser: Don't try to handle file errors
` [PATCH 06/22] qapi/parser: assert get_expr returns object in outer loop
` [PATCH 07/22] qapi/parser: assert object keys are strings

[PATCH RFC C0/2] support allocation-map for block-dirty-bitmap-merge
 2021-04-28  5:23 UTC  (4+ messages)

[PATCH v8 00/11] Multi-phase reset mechanism
 2021-04-28  5:03 UTC  (5+ messages)
` [PATCH v8 08/11] hw/core: deprecate old reset functions and introduce new ones

[PATCH RESEND v8 0/6] RISC-V Pointer Masking implementation
 2021-04-28  4:18 UTC  (7+ messages)
` [PATCH v8 1/6] [RISCV_PM] Add J-extension into RISC-V
` [PATCH RESEND v8 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v8 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v8 4/6] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v8 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v8 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[PATCH RESEND v8 0/6] RISC-V Pointer Masking implementation
 2021-04-28  4:07 UTC 

[PATCH RESEND v8 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
 2021-04-28  3:55 UTC 

[PATCH 0/3] linux-user/s390x: some signal fixes
 2021-04-28  3:32 UTC  (4+ messages)
` [PATCH 1/3] linux-user/s390x: Fix sigframe types
` [PATCH 2/3] linux-user/s390x: Clean up signal.c
` [PATCH 3/3] linux-user/s390x: Handle vector regs in signal stack

[PATCH V6 0/6] Passthrough specific network traffic in COLO
 2021-04-28  3:26 UTC  (2+ messages)

[PATCH] Set the correct env->fpip for x86 float instructions [cleaned]
 2021-04-28  3:25 UTC  (3+ messages)

[PATCH 0/5] hw: Fix reset of bus-less devices
 2021-04-28  1:59 UTC  (5+ messages)
` [PATCH 1/5] hw/ppc/spapr_iommu: Register machine reset handler

[PATCH RESEND v2] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2021-04-28  2:41 UTC 

[PATCH v2] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2021-04-28  2:36 UTC 

[PATCH v2] floppy: remove dead code related to formatting
 2021-04-28  2:28 UTC 

[PATCH v6 0/7] eBPF RSS support for virtio-net
 2021-04-28  2:22 UTC  (4+ messages)

X on old (non-x86) Linux guests
 2021-04-28  1:37 UTC  (4+ messages)

[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2021-04-28  1:22 UTC  (3+ messages)

[Bug 1926044] [NEW] QEMU-user doesn't report HWCAP2_MTE
 2021-04-27 23:58 UTC  (3+ messages)
` [Bug 1926044] "

[PATCH] microvm: Enable hotplug of pcie
 2021-04-27 22:36 UTC  (2+ messages)

[PATCH v8 0/6] RISC-V Pointer Masking implementation
 2021-04-27 22:18 UTC  (8+ messages)
` [PATCH v8 1/6] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v8 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v8 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v8 4/6] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v8 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v8 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[RFC PATCH] target/mips: Allow building without Inter-Thread Communication hardware
 2021-04-27 22:13 UTC  (2+ messages)

[PATCH] linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
 2021-04-27 21:41 UTC 

[PATCH] Deprecate pmem=on with non-DAX capable backend file
 2021-04-27 20:48 UTC  (2+ messages)

[PATCH] vmbus: Don't make QOM property registration conditional
 2021-04-27 20:45 UTC  (6+ messages)

[Bug 1893040] [NEW] External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
 2021-04-27 20:17 UTC  (2+ messages)
` [Bug 1893040] "

[RFC PATCH] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
 2021-04-27 20:07 UTC  (2+ messages)

[PATCH] target/mips: Migrate missing CPU fields
 2021-04-27 19:38 UTC  (2+ messages)

[PATCH] target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode
 2021-04-27 19:36 UTC  (2+ messages)

[PATCH] target/mips: Add missing CP0 check to nanoMIPS RDPGPR / WRPGPR opcodes
 2021-04-27 19:34 UTC  (2+ messages)

[PATCH] target/mips: Fix CACHEE opcode (CACHE using EVA addressing)
 2021-04-27 19:32 UTC  (2+ messages)

[PATCH] make vfio and DAX cache work together
 2021-04-27 19:00 UTC  (5+ messages)

[PATCH] cirrus.yml: Fix the MSYS2 task
 2021-04-27 18:55 UTC 

[PATCH v2 0/7] virtiofsd: Changed various allocations to GLib functions
 2021-04-27 18:41 UTC  (10+ messages)
` [PATCH v2 2/7] virtiofds: Changed allocations of iovec to GLib's functions
            ` [PATCH v3 2/7] virtiofsd: "

[PATCH] floppy: remove unused function fdctrl_format_sector
 2021-04-27 18:13 UTC  (4+ messages)

[PATCH v2] fdc: fix floppy boot for Red Hat Linux 5.2
 2021-04-27 18:10 UTC 

[PATCH v11 0/6] MTE support for KVM guest
 2021-04-27 17:58 UTC  (5+ messages)
` [PATCH v11 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v11 5/6] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8
 2021-04-27 17:52 UTC  (9+ messages)
` [PATCH 1/1] Set TARGET_PAGE_BITS to be 10 instead of 8 bits

[PATCH v2 00/15] Base for adding PowerPC 64-bit instructions
 2021-04-27 17:16 UTC  (16+ messages)
` [PATCH v2 01/15] decodetree: Add support for "
` [PATCH v2 02/15] target/ppc: Add cia field to DisasContext
` [PATCH v2 03/15] target/ppc: Split out decode_legacy
` [PATCH v2 04/15] target/ppc: Move DISAS_NORETURN setting into gen_exception*
` [PATCH v2 05/15] target/ppc: Tidy exception vs exit_tb
` [PATCH v2 06/15] target/ppc: Mark helper_raise_exception* as noreturn
` [PATCH v2 07/15] target/ppc: Use translator_loop_temp_check
` [PATCH v2 08/15] target/ppc: Add infrastructure for prefixed insns
` [PATCH v2 09/15] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
` [PATCH v2 10/15] target/ppc: Implement PNOP
` [PATCH v2 11/15] target/ppc: Move D/DS/X-form integer loads to decodetree
` [PATCH v2 12/15] target/ppc: Implement prefixed integer load instructions
` [PATCH v2 13/15] target/ppc: Move D/DS/X-form integer stores to decodetree
` [PATCH v2 14/15] target/ppc: Implement prefixed integer store instructions
` [PATCH v2 15/15] target/ppc: Check cpu flags for prefixed insn support

[PATCH 00/13] target/arm: Split translate-*.c.inc into separate compilation units
 2021-04-27 17:08 UTC  (28+ messages)
` [PATCH 01/13] target/arm: Move constant expanders to translate.h
` [PATCH 02/13] target/arm: Share unallocated_encoding() and gen_exception_insn()
` [PATCH 03/13] target/arm: Make functions used by m-nocp global
` [PATCH 04/13] target/arm: Split m-nocp trans functions into their own file
` [PATCH 05/13] target/arm: Move gen_aa32 functions to translate-a32.h
` [PATCH 06/13] target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
` [PATCH 07/13] target/arm: Make functions used by translate-vfp global
` [PATCH 08/13] target/arm: Make translate-vfp.c.inc its own compilation unit
` [PATCH 09/13] target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
` [PATCH 10/13] target/arm: Delete unused typedef
` [PATCH 11/13] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
` [PATCH 12/13] target/arm: Make functions used by translate-neon global
` [PATCH 13/13] target/arm: Make translate-neon.c.inc its own compilation unit

[PATCH v4 00/26] Hexagon (target/hexagon) update
 2021-04-27 16:27 UTC  (2+ messages)

[PATCH RESEND v2 0/6] target/arm: Add nested virtualization support
 2021-04-27 16:17 UTC  (8+ messages)

[PATCH v2 0/8] edid: windows fixes
 2021-04-27 15:59 UTC  (14+ messages)
` [PATCH v2 1/8] qemu-edid: use qemu_edid_size()
` [PATCH v2 2/8] edid: edid_desc_next
` [PATCH v2 3/8] edid: move xtra3 descriptor
` [PATCH v2 4/8] edid: use dta extension block descriptors
` [PATCH v2 5/8] edid: Make refresh rate configurable
` [PATCH v2 6/8] edid: move timing generation into a separate function
` [PATCH v2 7/8] edid: allow arbitrary-length checksums
` [PATCH v2 8/8] edid: add support for DisplayID extension (5k resolution)

[PATCH v4 0/9] ui: add vdagent implementation and clipboard support
 2021-04-27 15:42 UTC  (5+ messages)
` [PATCH v4 4/9] ui/vdagent: core infrastructure

[PATCH] microvm: Enable hotplug of pcie
 2021-04-27 14:39 UTC 

[PATCH v8] introduce vfio-user protocol specification
 2021-04-27 15:01 UTC  (4+ messages)

[Bug 1920913] [NEW] Openjdk11+ fails to install on s390x
 2021-04-27 14:34 UTC  (2+ messages)
` [Bug 1920913] "

How to understand vvfat
 2021-04-27 14:33 UTC 

[PATCH 0/9] hw/block: m25p80: Fix the mess of dummy bytes needed for fast read commands
 2021-04-27 14:32 UTC  (12+ messages)

[PATCH 0/3] Introduce vhost-vdpa block device
 2021-04-27 14:28 UTC  (4+ messages)
  `  "

[PATCH] vfio-ccw: Attempt to clean up all IRQs on error
 2021-04-27 14:25 UTC 


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