qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-19 18:24:46 to 2021-06-21 04:34:03 UTC [more...]

[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] "

[PATCH 00/18] vhost-vDPA multiqueue
 2021-06-21  4:16 UTC  (19+ 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 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  (10+ 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 05/11] linux-user: Implement pivot_root

[PATCH 00/26] accel/tcg: Introduce translator_use_goto_tb
 2021-06-21  1:34 UTC  (27+ 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 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 0/3] target/avr: Convert to TranslatorOps
 2021-06-20 21:50 UTC  (4+ 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 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)

[PATCH 0/3] target/avr: Convert to TranslatorOps
 2021-06-20 18:33 UTC  (5+ messages)
` [PATCH 1/3] target/avr: Add DisasContextBase to DisasContext
` [PATCH 2/3] target/avr: Change ctx to DisasContext* in gen_intermediate_code
` [PATCH 3/3] target/avr: Convert to TranslatorOps

[Bug 1868221] [NEW] /usr/share/applications/qemu.desktop should have an "Exec=" key
 2021-06-20 17:59 UTC  (2+ messages)
` [Bug 1868221] "

[Bug 1910603] [NEW] [OSS-Fuzz] Issue 29174 sb16: Abrt in audio_bug
 2021-06-20 17:22 UTC  (3+ messages)
` [Bug 1910603] "

[PATCH] Update documentation to refer to new location for issues
 2021-06-20 17:12 UTC  (2+ messages)

[PATCH] linux-user/syscall: zero-init msghdr in do_sendrecvmsg_locked
 2021-06-20 16:45 UTC  (6+ messages)

QEMU hosting
 2021-06-20 16:14 UTC  (7+ messages)

[PATCH] linux-user: Fix incorrect use of feature-test-macros
 2021-06-20 14:40 UTC  (2+ messages)

[PATCH] linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list
 2021-06-20 14:34 UTC  (3+ messages)

[PATCH 00/15] accel/tcg: Fix for #360 and other i/o alignment issues
 2021-06-20 14:33 UTC  (3+ messages)

[PATCH 0/2] linux-user: Let sigaction query SIGKILL/SIGSTOP
 2021-06-20 14:27 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/linux-test: Check that sigaction can "

[PATCH] block/rbd: Add support for rbd image encryption
 2021-06-20 12:46 UTC  (4+ messages)

[PATCH] target/i386: Use cpu_breakpoint_test in breakpoint_handler
 2021-06-20  6:23 UTC 

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

[Qemu-devel] [Bug 1799766] [NEW] -device does not work as -drive do
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1799766] "

[Qemu-devel] [Bug 1806040] [NEW] Nested VMX virtualization error on last Qemu versions
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1806040] "

[Qemu-devel] [Bug 1806114] [NEW] Reading sectors from floppy with BIOS INT 13h is broken
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1806114] "

[Bug 1813398] Re: qemu user calls malloc after fork in multi-threaded process
 2021-06-20  4:17 UTC 

[Qemu-devel] [Bug 1807052] [NEW] Qemu hangs during migration
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1807052] "

[Qemu-devel] [Bug 1814343] [NEW] Initrd not loaded on riscv32
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1814343] "

[Qemu-devel] [Bug 1808563] [NEW] Listing the contents of / lists QEMU_LD_PREFIX instead
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1808563] "

[PULL v2 00/33] tcg patch queue
 2021-06-20  4:25 UTC  (2+ messages)
` [PULL v2 30/33] tcg: Allocate sufficient storage in temp_allocate_frame

[Qemu-devel] [Bug 1807073] [NEW] qemu-guest-agent stop work when fsfreeze
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1807073] "

[Qemu-devel] [Bug 1817239] [NEW] add '--targets' option to qemu-binfmt-conf.sh
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1817239] "

[Qemu-devel] [Bug 1809684] [NEW] amdgpu passthrough on POWER9 (ppc64el) not working
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1809684] "

[Qemu-devel] [Bug 1808824] [NEW] Mouse leaves VM window when Grab on Hover isn't selected Windows 10 and Intel HAX
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1808824] "

[Bug 1819908] Re: slight screen corruption when maximizing window
 2021-06-20  4:17 UTC 

[Qemu-devel] [Bug 1809144] [NEW] SVM instructions fail with SVME bit enabled
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1809144] "

[Bug 1821595] Re: Failed to emulate MMIO access with EmulatorReturnStatus: 2
 2021-06-20  4:17 UTC 

[Qemu-devel] [Bug 1813045] [NEW] qemu-ga fsfreeze crashes the kernel
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1813045] "

[Qemu-devel] [Bug 1811244] [NEW] qemu 3.1/i386 crashes when MTTCG is enabled
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1811244] Re: qemu 3.1/i386 crashes/guest hangs "

[Qemu-devel] [Bug 1814381] [NEW] qemu can't resolve ::1 when no network is available
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1814381] "

[PATCH 0/9] target/cris: Convert to TranslatorOps
 2021-06-20  4:21 UTC  (10+ messages)
` [PATCH 1/9] target/cris: Add DisasContextBase to DisasContext
` [PATCH 2/9] target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PATCH 3/9] target/cris: Mark exceptions as DISAS_NORETURN
` [PATCH 4/9] target/cris: Remove DISAS_SWI
` [PATCH 5/9] target/cris: Convert to TranslatorOps
` [PATCH 6/9] target/cris: Mark helper_raise_exception noreturn
` [PATCH 7/9] target/cris: Mark static arrays const
` [PATCH 8/9] target/cris: Use movcond for t_gen_cc_jmp
` [PATCH 9/9] target/cris: Use tcg_gen_lookup_and_goto_ptr

[Qemu-devel] [Bug 1815993] [NEW] drive-backup with iscsi will cause vm disk no response
 2021-06-20  4:17 UTC  (2+ messages)
` [Bug 1815993] "

[Bug 1821131] Re: VM running under latest Qemu receives 2, 3, 8, and = when sent the keysyms for @, #, *, and + respectively
 2021-06-20  4:17 UTC 

[PATCH v4 1/2] qdev-properties: Add a new macro with bitmask check for uint64_t property
 2021-06-20  2:42 UTC  (2+ messages)
` [PATCH v4 2/2] target/i386: Add lbr-fmt vPMU option to support guest LBR

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits
 2021-06-20  2:22 UTC  (3+ messages)

[PULL 00/33] tcg patch queue
 2021-06-19 21:50 UTC  (24+ messages)
` [PULL 09/33] tcg/tci: Improve tcg_target_call_clobber_regs
` [PULL 10/33] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PULL 13/33] tcg/tci: Emit setcond before brcond
` [PULL 14/33] tcg/tci: Remove tci_write_reg
` [PULL 15/33] tcg/tci: Change encoding to uint32_t units
` [PULL 16/33] tcg/tci: Implement goto_ptr
` [PULL 17/33] tcg/tci: Implement movcond
` [PULL 18/33] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PULL 20/33] tcg/tci: Implement clz, ctz, ctpop
` [PULL 21/33] tcg/tci: Implement mulu2, muls2
` [PULL 22/33] tcg/tci: Implement add2, sub2
` [PULL 23/33] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PULL 24/33] Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"
` [PULL 25/33] tcg/tci: Remove the qemu_ld/st_type macros
` [PULL 26/33] tcg/tci: Use {set,clear}_helper_retaddr
` [PULL 27/33] tests/tcg: Increase timeout for TCI
` [PULL 28/33] accel/tcg: Probe the proper permissions for atomic ops
` [PULL 29/33] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PULL 30/33] tcg: Allocate sufficient storage in temp_allocate_frame
` [PULL 31/33] tcg: Restart when exhausting the stack frame
` [PULL 32/33] tcg: expose TCGCond manipulation routines
` [PULL 33/33] util/oslib-win32: Fix fatal assertion in qemu_try_memalign

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

[PATCH v3 0/5] block-copy: make helper APIs thread safe
 2021-06-19 20:17 UTC  (4+ messages)

[PATCH V3 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-06-19 20:10 UTC  (7+ messages)
` [PATCH V3 2/6] block/rbd: store object_size in BDRVRBDState
` [PATCH V3 3/6] block/rbd: update s->image_size in qemu_rbd_getlength
` [PATCH V3 6/6] block/rbd: drop qemu_rbd_refresh_limits

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-19 20:06 UTC  (11+ messages)
` [PATCH v4 2/6] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 5/6] block-copy: add a CoMutex
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[PATCH v2] mc146818rtc: Make PF independent of PIE
 2021-06-19 19:38 UTC 

[PATCH 00/11] softfloat: Improve denormal handling
 2021-06-19 18:41 UTC  (3+ messages)
` [PATCH 05/11] target/i386: Use float_flag_inorm_denormal


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