qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-20 18:59:59 to 2021-06-21 10:36:57 UTC [more...]

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-21 10:03 UTC  (9+ messages)
` [PATCH v4 2/8] hw/intc: GICv3 ITS register definitions added
` [PATCH v4 3/8] hw/intc: GICv3 ITS command queue framework

[PATCH v6 00/16] qemu_iotests: improve debugging options
 2021-06-21 10:33 UTC 

[PULL 00/37] s390x update
 2021-06-21  9:58 UTC  (38+ messages)
` [PULL 01/37] s390x/kvm: remove unused gs handling
` [PULL 02/37] s390x/tcg: Fix FP CONVERT TO (LOGICAL) FIXED NaN handling
` [PULL 03/37] s390x/tcg: Fix instruction name for VECTOR FP LOAD (LENGTHENED|ROUNDED)
` [PULL 04/37] s390x/tcg: Simplify vop64_3() handling
` [PULL 05/37] s390x/tcg: Simplify vop64_2() handling
` [PULL 06/37] s390x/tcg: Simplify vfc64() handling
` [PULL 07/37] s390x/tcg: Simplify vftci64() handling
` [PULL 08/37] s390x/tcg: Simplify vfma64() handling
` [PULL 09/37] s390x/tcg: Simplify vfll32() handling
` [PULL 10/37] s390x/tcg: Simplify vflr64() handling
` [PULL 11/37] s390x/tcg: Simplify wfc64() handling
` [PULL 12/37] s390x/tcg: Implement VECTOR BIT PERMUTE
` [PULL 13/37] s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL
` [PULL 14/37] s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)
` [PULL 15/37] s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT)
` [PULL 16/37] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *
` [PULL 17/37] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALAR
` [PULL 18/37] s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENED
` [PULL 19/37] s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDED
` [PULL 20/37] s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATION
` [PULL 21/37] s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE
` [PULL 22/37] s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
` [PULL 23/37] s390x/tcg: Implement VECTOR FP NEGATIVE "
` [PULL 24/37] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)
` [PULL 25/37] linux-user: elf: s390x: Prepare for Vector enhancements facility
` [PULL 26/37] s390x/tcg: We support "
` [PULL 27/37] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2
` [PULL 28/37] configure: Check whether we can compile the s390-ccw bios with -msoft-float
` [PULL 29/37] target/s390x: Expose load_psw and get_psw_mask to cpu.h
` [PULL 30/37] target/s390x: Do not modify cpu state in s390_cpu_get_psw_mask
` [PULL 31/37] target/s390x: Improve s390_cpu_dump_state vs cc_op
` [PULL 32/37] target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstub
` [PULL 33/37] linux-user/s390x: Save and restore psw.mask properly
` [PULL 34/37] s390x/css: Introduce an ESW struct
` [PULL 35/37] s390x/css: Split out the IRB sense data
` [PULL 36/37] s390x/css: Refactor IRB construction
` [PULL 37/37] s390x/css: Add passthrough IRB

[PATCH 0/6] block: block-status cache for data regions
 2021-06-21 10:05 UTC  (15+ messages)
` [PATCH 2/6] "
` [PATCH 3/6] block/file-posix: Do not force-cap *pnum
` [PATCH 4/6] block/gluster: "
` [PATCH 5/6] block/nbd: "

[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
 2021-06-21 10:06 UTC  (2+ messages)

[RFC PATCH] hw/display/virtio-gpu: Fix memory leak (CID 1453811)
 2021-06-21  9:59 UTC  (3+ messages)

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-06-21  9:42 UTC  (8+ messages)

[PATCH] linux-user: fill ppid field in /proc/self/stat
 2021-06-21  9:32 UTC 

[PATCH v2] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-21  9:32 UTC 

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-21  9:30 UTC  (13+ messages)
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-21  9:20 UTC  (9+ messages)

[PATCH v2] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option
 2021-06-21  9:10 UTC  (8+ messages)

[PATCH 00/26] accel/tcg: Introduce translator_use_goto_tb
 2021-06-21  9:09 UTC  (32+ messages)
` [PATCH 01/26] "
` [PATCH 02/26] target/alpha: Remove use_exit_tb
` [PATCH 03/26] target/alpha: Remove in_superpage
` [PATCH 04/26] target/alpha: Use translator_use_goto_tb
` [PATCH 05/26] target/arm: "
` [PATCH 06/26] target/avr: "
` [PATCH 07/26] target/avr: Mark some helpers noreturn
` [PATCH 08/26] target/cris: Use translator_use_goto_tb
` [PATCH 09/26] target/hppa: "
` [PATCH 10/26] target/i386: "
` [PATCH 11/26] target/m68k: "
` [PATCH 12/26] target/microblaze: "
` [PATCH 13/26] target/mips: "
` [PATCH 14/26] target/mips: Fix missing else in gen_goto_tb
` [PATCH 15/26] target/nios2: Use translator_use_goto_tb
` [PATCH 16/26] target/openrisc: "
` [PATCH 17/26] target/ppc: "
` [PATCH 18/26] target/riscv: "
` [PATCH 19/26] target/rx: "
` [PATCH 20/26] target/s390x: "
` [PATCH 21/26] target/s390x: Remove use_exit_tb
` [PATCH 22/26] target/sh4: Use translator_use_goto_tb
` [PATCH 23/26] target/sparc: "
` [PATCH 24/26] target/tricore: "
` [PATCH 25/26] target/tricore: Use tcg_gen_lookup_and_goto_ptr
` [PATCH 26/26] target/xtensa: Use translator_use_goto_tb

[PATCH v16 0/7] MTE support for KVM guest
 2021-06-21  9:07 UTC  (12+ messages)
` [PATCH v16 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v16 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v16 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-21  9:02 UTC  (8+ messages)
` [PATCH v2 7/9] virtiofsd: Add inodes_by_handle hash table
  ` [Virtio-fs] "

[PATCH v3 0/3] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-06-21  8:50 UTC  (5+ messages)
` [PATCH v3 1/3] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection
` [PATCH v3 2/3] avocado_qemu: Add SMMUv3 tests
` [PATCH v3 3/3] avocado_qemu: Add Intel iommu tests

[PATCH V3 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-06-21  8:49 UTC  (6+ messages)
` [PATCH V3 5/6] block/rbd: "

[PATCH 0/2] tcg: Fixes for temp_allocate_frame
 2021-06-21  8:42 UTC  (3+ messages)

[PATCH v2 00/23] target/i386/sev: Housekeeping (OVMF + SEV-disabled binaries)
 2021-06-21  8:41 UTC  (6+ messages)
` [PATCH v2 19/23] hw/i386: Move pc_madt_cpu_entry() to acpi-pc.c

[PATCH v2 0/3] target/avr: Convert to TranslatorOps
 2021-06-21  8:38 UTC  (7+ messages)
` [PATCH v2 1/3] target/avr: Add DisasContextBase to DisasContext
` [PATCH v2 2/3] target/avr: Change ctx to DisasContext* in gen_intermediate_code
` [PATCH v2 3/3] target/avr: Convert to TranslatorOps

[PATCH] block/rbd: Add support for rbd image encryption
 2021-06-21  8:32 UTC  (3+ messages)

[PATCH RFC] meson: add option to use zstd for qcow2 compression by default
 2021-06-21  8:22 UTC  (2+ messages)

[PATCH 1/2] tests/migration: parse the thread-id key of CpuInfoFast
 2021-06-21  8:20 UTC  (6+ messages)
` [PATCH 2/2] tests/migration: fix "downtime_limit" type when "migrate-set-parameters"

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-21  8:07 UTC  (13+ messages)

[PATCH v2] docs/system: arm: Add nRF boards description
 2021-06-21  7:58 UTC  (2+ messages)

[Bug 1907497] [NEW] [OSS-Fuzz] Issue 28435 qemu:qemu-fuzz-i386-target-generic-fuzz-intel-hda: Stack-overflow in ldl_le_dma
 2021-06-21  7:18 UTC  (3+ messages)
` [Bug 1907497] "

[PATCH 00/15] accel/tcg: Fix for #360 and other i/o alignment issues
 2021-06-21  7:20 UTC  (3+ messages)
` [PATCH 09/15] hw/net/e1000e: Fix impl.min_access_size

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-06-21  5:04 UTC  (2+ messages)
` [Bug 1914117] "

[PATCH 00/18] vhost-vDPA multiqueue
 2021-06-21  4:33 UTC  (20+ messages)
` [PATCH 01/18] vhost_net: remove the meaningless assignment in vhost_net_start_one()
` [PATCH 02/18] vhost: use unsigned int for nvqs
` [PATCH 03/18] vhost_net: do not assume nvqs is always 2
` [PATCH 04/18] vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()
` [PATCH 05/18] vhost-vdpa: don't cleanup twice "
` [PATCH 06/18] vhost-vdpa: fix leaking of vhost_net "
` [PATCH 07/18] vhost-vdpa: tweak the error label "
` [PATCH 08/18] vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
` [PATCH 09/18] vhost-vdpa: remove the unncessary queue_index assignment
` [PATCH 10/18] vhost-vdpa: open device fd in net_init_vhost_vdpa()
` [PATCH 11/18] vhost-vdpa: classify one time request
` [PATCH 12/18] vhost-vdpa: prepare for the multiqueue support
` [PATCH 13/18] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PATCH 14/18] net: introduce control client
` [PATCH 15/18] vhost-net: control virtqueue support
` [PATCH 16/18] virito-net: use "qps" instead of "queues" when possible
` [PATCH 17/18] virtio-net: vhost control virtqueue support
` [PATCH 18/18] vhost-vdpa: multiqueue support

[Qemu-devel] [Bug 717929] [NEW] Serial communication between VMs problematic
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 717929] "

[Qemu-devel] [Bug 1090602] [NEW] RFE: Allow specifying usb-host device by serial number
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1090602] "

[Qemu-devel] [Bug 1272252] [NEW] qemu-img ftp/http convert
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1272252] "

[Bug 1309034] Re: A way not to grab keyboards or mice
 2021-06-21  4:17 UTC 

[Qemu-devel] [Bug 1502884] [NEW] Super important feature req: QEMU VNC server: Introduce a keyboard "norepeat" option!
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1502884] "

[Qemu-devel] [Bug 1724590] [NEW] Usermode networking hostfwd only listens on IPv4
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1724590] "

[Qemu-devel] [Bug 1751264] [NEW] qemu-img convert issue in a tmpfs partition
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1751264] "

[Qemu-devel] [Bug 903365] [NEW] [feature request] bind nat (-net user) to other interface (like eth0:2)
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 903365] "

[Qemu-devel] [Bug 813546] [NEW] option to disable PS/2 mouse
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 813546] "

[Qemu-devel] [Bug 1749016] [NEW] VHDX BAT and Metadata Region Header Required Bit Not Set
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1749016] "

[Qemu-devel] [Bug 1815009] [NEW] Qemu evdev multiple guests/host switch
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1815009] "

[Qemu-devel] [Bug 1378407] [NEW] [feature request] Partition table wrapper for single-filesystem images
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1378407] "

[Qemu-devel] [Bug 1184089] [NEW] [Feature request] loadvm snapshot as read-only
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1184089] "

[Qemu-devel] [Bug 1801933] [NEW] default memory parameter too small on x86_64 today
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1801933] "

[Qemu-devel] [Bug 1719689] [NEW] [feature request] add flag to treat warnings as errors
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1719689] "

[Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1659267] "

[Qemu-devel] [Bug 1817268] [NEW] Input/output error during migration
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1817268] "

[Qemu-devel] [Bug 1731277] [NEW] Provide target specific qemu man pages
 2021-06-21  4:17 UTC  (2+ messages)
` [Bug 1731277] "

[PATCH v2 00/11] linux-user changes to run docker
 2021-06-21  2:02 UTC  (7+ messages)
` [PATCH v2 01/11] linux-user: handle /proc/self/exe for execve
` [PATCH v2 02/11] linux-user: Fix the execfd case of /proc/self/exe open

[PATCH v2 0/7] target/nios2: Convert to TranslatorOps
 2021-06-20 22:10 UTC  (8+ messages)
` [PATCH v2 1/7] target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PATCH v2 2/7] target/nios2: Use global cpu_env
` [PATCH v2 3/7] target/nios2: Use global cpu_R
` [PATCH v2 4/7] target/nios2: Add DisasContextBase to DisasContext
` [PATCH v2 5/7] target/nios2: Convert to TranslatorOps
` [PATCH v2 6/7] target/nios2: Remove assignment to env in handle_instruction
` [PATCH v2 7/7] target/nios2: Clean up goto "

[PATCH v2 00/11] target/cris: Convert to TranslatorOps
 2021-06-20 21:32 UTC  (12+ messages)
` [PATCH v2 01/11] target/cris: Add DisasContextBase to DisasContext
` [PATCH v2 02/11] target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PATCH v2 03/11] target/cris: Mark exceptions as DISAS_NORETURN
` [PATCH v2 04/11] target/cris: Remove DISAS_SWI
` [PATCH v2 05/11] target/cris: Fix use_goto_tb
` [PATCH v2 06/11] target/cris: Convert to TranslatorOps
` [PATCH v2 07/11] target/cris: Mark helper_raise_exception noreturn
` [PATCH v2 08/11] target/cris: Mark static arrays const
` [PATCH v2 09/11] target/cris: Move delayed branch handling to tb_stop
` [PATCH v2 10/11] target/cris: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v2 11/11] target/cris: Improve JMP_INDIRECT

qemu-binfmt-conf.sh: enforce style consistency
 2021-06-20 21:22 UTC  (3+ messages)

[PULL 0/3] VFIO update 2021-06-18
 2021-06-20 20:19 UTC  (2+ messages)

[PATCH] ppc: Replace TAB indentations with spaces
 2021-06-20 20:13 UTC  (3+ messages)

[PATCH] sh4: Replace TAB indentations with spaces
 2021-06-20 19:04 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).