QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-17 18:05:39 to 2021-05-18 04:36:24 UTC [more...]

[Bug 1914870] [NEW] libvixl compilation failure on Debian unstable
 2021-05-18  4:28 UTC  (2+ messages)
` [Bug 1914870] "

[Bug 1922102] [NEW] Broken tap networking on macOS host
 2021-05-18  4:26 UTC  (2+ messages)
` [Bug 1922102] "

[Qemu-devel] [Bug 1796520] [NEW] autogen crashes on qemu-sh4-user after 61dedf2af7
 2021-05-18  4:17 UTC  (3+ messages)
` [Bug 1796520] "

[PATCH v2 0/6] Python: delint python library
 2021-05-18  4:08 UTC  (12+ messages)
` [PATCH v2 1/6] python/console_socket: avoid one-letter variable
` [PATCH v2 2/6] python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
` [PATCH v2 3/6] python/machine: use subprocess.run instead of subprocess.Popen
` [PATCH v2 4/6] python/console_socket: Add a pylint ignore
` [PATCH v2 5/6] python/machine: Disable pylint warning for open() in _pre_launch
` [PATCH v2 6/6] python/machine: disable warning for Popen in _launch()

[RFC PATCH v3 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-05-18  3:48 UTC  (4+ messages)
` [RFC PATCH v3 4/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse

[PATCH v4 1/2] target/i386: Trivial code motion
 2021-05-18  3:06 UTC  (6+ messages)
` [PATCH v4 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-18  2:16 UTC  (6+ messages)
` [RFC PATCH v3 4/9] hw/arm/virt: Initialize the present cpu members
` [RFC PATCH v3 9/9] hw/arm/virt: Add separate -smp parsing function for ARM machines

[PATCH v5 00/23] Base for adding PowerPC 64-bit instructions
 2021-05-18  0:56 UTC  (47+ messages)
` [PATCH v5 01/23] target/ppc: Introduce gen_icount_io_start
` [PATCH v5 02/23] target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
` [PATCH v5 03/23] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
` [PATCH v5 04/23] target/ppc: Remove DisasContext.exception
` [PATCH v5 05/23] target/ppc: Move single-step check to ppc_tr_tb_stop
` [PATCH v5 06/23] target/ppc: Tidy exception vs exit_tb
` [PATCH v5 07/23] target/ppc: Mark helper_raise_exception* as noreturn
` [PATCH v5 08/23] target/ppc: Use translator_loop_temp_check
` [PATCH v5 09/23] target/ppc: Introduce macros to check isa extensions
` [PATCH v5 10/23] target/ppc: Move page crossing check to ppc_tr_translate_insn
` [PATCH v5 11/23] target/ppc: Add infrastructure for prefixed insns
` [PATCH v5 12/23] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
` [PATCH v5 13/23] target/ppc: Implement PNOP
` [PATCH v5 14/23] TCG: add tcg_constant_tl
` [PATCH v5 15/23] target/ppc: Move D/DS/X-form integer loads to decodetree
` [PATCH v5 16/23] target/ppc: Implement prefixed integer load instructions
` [PATCH v5 17/23] target/ppc: Move D/DS/X-form integer stores to decodetree
` [PATCH v5 18/23] target/ppc: Implement prefixed integer store instructions
` [PATCH v5 19/23] target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
` [PATCH v5 20/23] target/ppc: Implement cfuged instruction
` [PATCH v5 21/23] target/ppc: Implement vcfuged instruction
` [PATCH v5 22/23] target/ppc: Move addpcis to decodetree
` [PATCH v5 23/23] target/ppc: Move cmp/cmpi/cmpl/cmpli "

[PATCH v6 00/10] Fixed some bugs and optimized some codes for COLO
 2021-05-18  1:45 UTC  (5+ messages)
` [PATCH v6 05/10] Add a function named packet_new_nocopy "

[PATCH] Fix `lxvdsx` (issue #212)
 2021-05-18  1:34 UTC  (2+ messages)

[Qemu-devel] [Bug 1824616] [NEW] Build succeeds despite flex/bison missing
 2021-05-18  1:01 UTC  (2+ messages)
` [Bug 1824616] "

[PATCH] hw/display/qxl: Set pci rom address aligned with page size
 2021-05-18  1:06 UTC  (3+ messages)

[PATCH v2 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-05-17 23:33 UTC  (4+ messages)

[PATCH v2] floppy: remove dead code related to formatting
 2021-05-17 22:59 UTC  (2+ messages)

[Bug 1912780] Re: QEMU: Null Pointer Failure in fdctrl_read() in hw/block/fdc.c
 2021-05-17 22:42 UTC 

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-05-17 22:39 UTC  (10+ messages)

[PATCH] target/riscv: Remove obsolete 'CPU unmigratable' comment
 2021-05-17 22:38 UTC  (2+ messages)

[PATCH v2] fdc: fix floppy boot for Red Hat Linux 5.2
 2021-05-17 21:22 UTC  (2+ messages)

[PATCH v4 0/9] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-17 21:11 UTC  (13+ messages)
` [PATCH v4 1/9] hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
` [PATCH v4 2/9] hw/block/fdc: Replace disabled fprintf() by trace event
` [PATCH v4 3/9] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH v4 4/9] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
` [PATCH v4 5/9] hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
` [PATCH v4 6/9] hw/block/fdc: Add sysbus_fdc_init_drives() method
` [PATCH v4 7/9] hw/sparc/sun4m: Inline sun4m_fdctrl_init()
` [PATCH v4 8/9] hw/block/fdc-sysbus: Add 'dma-channel' property
` [PATCH v4 9/9] hw/mips/jazz: Inline fdctrl_init_sysbus()

[PATCH v3] target/xtensa: clean up unaligned access
 2021-05-17 20:52 UTC 

[PATCH V6 0/6] Passthrough specific network traffic in COLO
 2021-05-17 20:38 UTC  (9+ messages)
` [PATCH V6 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough
` [PATCH V6 4/6] net/colo-compare: Move data structure and define to .h file
` [PATCH V6 5/6] net/colo-compare: Add passthrough list to CompareState
` [PATCH V6 6/6] net/net.c: Add handler for COLO passthrough connection

[PATCH v2 00/12] hw: Various Kconfig fixes
 2021-05-17 20:04 UTC  (3+ messages)

[PATCH v2] target/xtensa: clean up unaligned access
 2021-05-17 20:02 UTC 

[PATCH 00/21] block: publish backup-top filter
 2021-05-17 19:53 UTC  (15+ messages)
` [PATCH 01/21] block: introduce bdrv_replace_child_bs()
` [PATCH 04/21] qdev: allow setting drive property for realized device
` [PATCH 05/21] block: rename backup-top to copy-before-write
` [PATCH 08/21] block/backup: stricter backup_calculate_cluster_size()

[PATCH v3] i386: Add ratelimit for bus locks acquired in guest
 2021-05-17 19:46 UTC  (2+ messages)

[PATCH 0/4] Misc. audio patches
 2021-05-17 19:46 UTC  (5+ messages)
` [PATCH 1/4] alsaaudio: remove #ifdef DEBUG to avoid bit rot
` [PATCH 2/4] paaudio: remove unused stream flags
` [PATCH 3/4] audio: move code to audio/audio.c
` [PATCH 4/4] jackaudio: avoid that the client name contains the word (NULL)

[PATCH] target/xtensa: clean up unaligned access
 2021-05-17 19:39 UTC 

[Bug 1878250] [NEW] Assertion failure in iov_from_buf_full through the e1000e
 2021-05-17 19:21 UTC  (2+ messages)
` [Bug 1878250] "

[Bug 1892962] [NEW] Segfault in usb_bus_from_device
 2021-05-17 19:17 UTC  (2+ messages)
` [Bug 1892962] "

[PULL 00/59] Linux user for 6.1 patches
 2021-05-17 19:15 UTC  (61+ messages)
` [PULL 01/59] linux-user: Remove dead code
` [PULL 02/59] linux-user: strace now handles unshare syscall args correctly
` [PULL 03/59] linux-user/arm: Split out emulate_arm_fpa11
` [PULL 04/59] linux-user/arm: Do not emulate fpa11 in thumb mode
` [PULL 05/59] linux-user/arm: Do not fill in si_code for fpa11 exceptions
` [PULL 06/59] linux-user/arm: Simplify accumulating and raising "
` [PULL 07/59] linux-user: Add strace support for printing arguments of llseek
` [PULL 08/59] linux-user: Split out target_restore_altstack
` [PULL 09/59] linux-user: Use target_restore_altstack in all sigreturn
` [PULL 10/59] linux-user: Pass CPUArchState to do_sigaltstack
` [PULL 11/59] linux-user: Pass CPUArchState to target_restore_altstack
` [PULL 12/59] linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate
` [PULL 13/59] linux-user/sparc: Clean up init_thread
` [PULL 14/59] linux-user/sparc: Merge sparc64 target_syscall.h
` [PULL 15/59] linux-user/sparc: Merge sparc64 target_elf.h
` [PULL 16/59] linux-user/sparc: Merge sparc64 target_structs.h
` [PULL 17/59] linux-user/sparc: Merge sparc64 termbits.h
` [PULL 18/59] linux-user/sparc: Merge sparc64/ into sparc/
` [PULL 19/59] linux-user/sparc: Remove target_sigcontext as unused
` [PULL 20/59] linux-user/sparc: Remove target_rt_signal_frame "
` [PULL 21/59] linux-user/sparc: Fix the stackframe structure
` [PULL 22/59] linux-user/sparc: Use target_pt_regs
` [PULL 23/59] linux-user/sparc: Split out save_reg_win
` [PULL 24/59] linux-user/sparc: Clean up get_sigframe
` [PULL 25/59] linux-user/sparc: Save and restore fpu in signal frame
` [PULL 26/59] linux-user/sparc: Add rwin_save to "
` [PULL 27/59] linux-user/sparc: Clean up setup_frame
` [PULL 28/59] linux-user/sparc: Minor corrections to do_sigreturn
` [PULL 29/59] linux-user/sparc: Add 64-bit support to fpu save/restore
` [PULL 30/59] linux-user/sparc: Implement sparc32 rt signals
` [PULL 31/59] linux-user/sparc: Implement sparc64 "
` [PULL 32/59] tests/tcg/sparc64: Re-enable linux-test
` [PULL 33/59] linux-user/s390x: Fix sigframe types
` [PULL 34/59] linux-user/s390x: Use uint16_t for signal retcode
` [PULL 35/59] linux-user/s390x: Remove PSW_ADDR_AMODE
` [PULL 36/59] linux-user/s390x: Remove restore_sigregs return value
` [PULL 37/59] linux-user/s390x: Fix trace in restore_regs
` [PULL 38/59] linux-user/s390x: Fix sigcontext sregs value
` [PULL 39/59] linux-user/s390x: Use tswap_sigset in setup_rt_frame
` [PULL 40/59] linux-user/s390x: Tidy save_sigregs
` [PULL 41/59] linux-user/s390x: Clean up single-use gotos in signal.c
` [PULL 42/59] linux-user/s390x: Set psw.mask properly for the signal handler
` [PULL 43/59] linux-user/s390x: Add stub sigframe argument for last_break
` [PULL 44/59] linux-user/s390x: Fix frame_addr corruption in setup_frame
` [PULL 45/59] linux-user/s390x: Add build asserts for sigset sizes
` [PULL 46/59] linux-user/s390x: Clean up signal.c
` [PULL 47/59] linux-user/s390x: Handle vector regs in signal stack
` [PULL 48/59] linux-user: Add copy_file_range to strace.list
` [PULL 49/59] linux-user: Fix erroneous conversion in copy_file_range
` [PULL 50/59] linux-user: use GDateTime for formatting timestamp for core file
` [PULL 51/59] linux-user/alpha: Fix rt sigframe return
` [PULL 52/59] linux-user/alpha: Rename the sigaction restorer field
` [PULL 53/59] linux-user: Pass ka_restorer to do_sigaction
` [PULL 54/59] linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscall
` [PULL 55/59] linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER
` [PULL 56/59] linux-user/alpha: Share code for TARGET_NR_sigaction
` [PULL 57/59] linux-user: Tidy TARGET_NR_rt_sigaction
` [PULL 58/59] linux-user/elfload: fix filling psinfo->pr_psargs
` [PULL 59/59] linux-user/elfload: add s390x core dumping support

[PATCH V3 00/22] Live Update
 2021-05-17 19:10 UTC  (7+ messages)

Best approach for supporting snapshots for QEMU's gdbstub?
 2021-05-17 19:01 UTC  (5+ messages)

[Bug 1886225] [NEW] [Feature request] Oracle Solaris 11.4 VM image
 2021-05-17 19:02 UTC  (2+ messages)
` [Bug 1886225] "

[Bug 1924738] [NEW] Failed to restore domain - error load load virtio-balloon:virtio
 2021-05-17 19:15 UTC  (2+ messages)
` [Bug 1924738] "

[PATCH v6 00/25] python: create installable package
 2021-05-17 18:52 UTC  (2+ messages)

[Bug 1886306] [NEW] qemu running slow when the window is in background
 2021-05-17 19:07 UTC  (2+ messages)
` [Bug 1886306] "

[Bug 1883268] [NEW] random errors on aarch64 when executing __aarch64_cas8_acq_rel
 2021-05-17 18:43 UTC  (2+ messages)
` [Bug 1883268] "

[Bug 1923648] [NEW] macOS App Nap feature gradually freezes QEMU process
 2021-05-17 18:39 UTC  (2+ messages)
` [Bug 1923648] "

[Bug 1885350] [NEW] RISCV dynamic rounding mode is not behaving correctly
 2021-05-17 18:58 UTC  (2+ messages)
` [Bug 1885350] "

[PATCH qemu v19] spapr: Implement Open Firmware client interface
 2021-05-17 18:44 UTC  (7+ messages)

[Bug 1924603] [NEW] Incorrect feature negotiation for vhost-vdpa netdevice
 2021-05-17 18:33 UTC  (2+ messages)
` [Bug 1924603] "

[PATCH v3 0/8] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-17 18:40 UTC  (5+ messages)
` [PATCH v3 3/8] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c

[PULL 00/16] Trivial branch for 6.1 patches
 2021-05-17 19:02 UTC  (2+ messages)

[Bug 1877781] [NEW] TCG does not support x2APIC emulation
 2021-05-17 18:31 UTC  (2+ messages)
` [Bug 1877781] "

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-17 18:09 UTC  (5+ messages)
` [PATCH v12 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v12 8/8] KVM: arm64: Document MTE capability and ioctl

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-17 18:02 UTC  (8+ messages)
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h


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 read-only IMAP folder(s) and NNTP newsgroup(s).