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

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-18 10:07 UTC  (3+ messages)
` [PATCH v2 2/7] block-copy: improve documentation of BlockCopyTask and BlockCopyState types and functions
` [PATCH v2 6/7] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[PATCH v5 00/23] Base for adding PowerPC 64-bit instructions
 2021-05-18  9:55 UTC  (8+ messages)
` [PATCH v5 19/23] target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
` [PATCH v5 21/23] target/ppc: Implement vcfuged instruction
` [PATCH v5 22/23] target/ppc: Move addpcis to decodetree

[PATCH v2 00/50] target/i386 translate cleanups
 2021-05-18 10:02 UTC  (77+ messages)
` [PATCH v2 01/50] target/i386: Split out gen_exception_gpf
` [PATCH v2 02/50] target/i386: Split out check_cpl0
` [PATCH v2 03/50] target/i386: Unify code paths for IRET
` [PATCH v2 04/50] target/i386: Split out check_vm86_iopl
` [PATCH v2 05/50] target/i386: Split out check_iopl
` [PATCH v2 06/50] target/i386: Assert PE is set for user-only
` [PATCH v2 07/50] target/i386: Assert CPL is 3 "
` [PATCH v2 08/50] target/i386: Assert IOPL is 0 "
` [PATCH v2 09/50] target/i386: Assert !VM86 for x86_64 user-only
` [PATCH v2 10/50] target/i386: Assert CODE32 "
` [PATCH v2 11/50] target/i386: Assert SS32 "
` [PATCH v2 12/50] target/i386: Assert CODE64 "
` [PATCH v2 13/50] target/i386: Assert LMA "
` [PATCH v2 14/50] target/i386: Assert !ADDSEG "
` [PATCH v2 15/50] target/i386: Introduce REX_PREFIX
` [PATCH v2 16/50] target/i386: Tidy REX_B, REX_X definition
` [PATCH v2 17/50] target/i386: Move rex_r into DisasContext
` [PATCH v2 18/50] target/i386: Move rex_w "
` [PATCH v2 19/50] target/i386: Remove DisasContext.f_st as unused
` [PATCH v2 20/50] target/i386: Reduce DisasContext.flags to uint32_t
` [PATCH v2 21/50] target/i386: Reduce DisasContext.override to int8_t
` [PATCH v2 22/50] target/i386: Reduce DisasContext.prefix to uint8_t
` [PATCH v2 23/50] target/i386: Reduce DisasContext.vex_[lv] "
` [PATCH v2 24/50] target/i386: Reduce DisasContext popl_esp_hack and rip_offset "
` [PATCH v2 25/50] target/i386: Leave TF in DisasContext.flags
` [PATCH v2 26/50] target/i386: Reduce DisasContext jmp_opt, repz_opt to bool
` [PATCH v2 27/50] target/i386: Fix the comment for repz_opt
` [PATCH v2 28/50] target/i386: Reorder DisasContext members
` [PATCH v2 29/50] target/i386: Add stub generator for helper_set_dr
` [PATCH v2 30/50] target/i386: Assert !SVME for user-only
` [PATCH v2 31/50] target/i386: Assert !GUEST "
` [PATCH v2 32/50] target/i386: Implement skinit in translate.c
` [PATCH v2 33/50] target/i386: Eliminate SVM helpers for user-only
` [PATCH v2 36/50] target/i386: Tidy svm_check_intercept from tcg
` [PATCH v2 40/50] target/i386: Pass env to do_pause and do_hlt
` [PATCH v2 42/50] target/i386: Unify invlpg, invlpga
` [PATCH v2 44/50] target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
` [PATCH v2 45/50] target/i386: Exit tb after wrmsr

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-18 10:02 UTC  (5+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors
` [PATCH v2 05/21] qapi/parser: Assert lexer value is a string

[PULL v2 00/29] testing and plugin updates
 2021-05-18  9:58 UTC  (31+ messages)
` [PULL v2 01/29] tests/docker: fix copying of executable in "update"
` [PULL v2 02/29] tests/docker: make executable an optional argument to "update"
` [PULL v2 03/29] tests/docker: allow "update" to add the current user
` [PULL v2 04/29] tests/docker: add "fetch" sub-command
` [PULL v2 05/29] docker: Add Hexagon image
` [PULL v2 06/29] tests/tcg: Use Hexagon Docker image
` [PULL v2 07/29] gitlab: add build-user-hexagon test
` [PULL v2 08/29] tests/tcg: don't iterate through other arch compilers
` [PULL v2 09/29] tests/docker: Added libbpf library to the docker files
` [PULL v2 10/29] tests/tcg: Add docker_as and docker_ld cmds
` [PULL v2 11/29] tests/tcg: Run timeout cmds using --foreground
` [PULL v2 12/29] hw/tricore: Add testdevice for tests in tests/tcg/
` [PULL v2 13/29] tests/tcg/tricore: Add build infrastructure
` [PULL v2 14/29] configure: Emit HOST_CC to config-host.mak
` [PULL v2 15/29] tests/tcg/tricore: Add macros to create tests and first test 'abs'
` [PULL v2 16/29] tests/tcg/tricore: Add bmerge test
` [PULL v2 17/29] tests/tcg/tricore: Add clz test
` [PULL v2 18/29] tests/tcg/tricore: Add dvstep test
` [PULL v2 19/29] tests/tcg/tricore: Add fadd test
` [PULL v2 20/29] tests/tcg/tricore: Add fmul test
` [PULL v2 21/29] tests/tcg/tricore: Add ftoi test
` [PULL v2 22/29] tests/tcg/tricore: Add madd test
` [PULL v2 23/29] tests/tcg/tricore: Add msub test
` [PULL v2 24/29] tests/tcg/tricore: Add muls test
` [PULL v2 25/29] tests/docker: gcc-10 based images for ppc64{, le} tests
` [PULL v2 26/29] tests/tcg/ppc64le: tests for brh/brw/brd
` [PULL v2 27/29] tests/tcg: fix missing return
` [PULL v2 28/29] tests/tcg: don't allow clang as a cross compiler
` [PULL v2 29/29] configure: use cc, not host_cc to set cross_cc for build arch

[PATCH 00/21] block: publish backup-top filter
 2021-05-18  9:37 UTC  (10+ messages)
` [PATCH 04/21] qdev: allow setting drive property for realized device
` [PATCH 05/21] block: rename backup-top to copy-before-write

[PATCH v2 0/5] block-copy: make helper APIs thread safe
 2021-05-18  9:40 UTC  (6+ messages)
` [PATCH v2 1/5] ratelimit: treat zero speed as unlimited
` [PATCH v2 2/5] block-copy: let ratelimit handle a speed of 0
` [PATCH v2 3/5] blockjob: "
` [PATCH v2 4/5] progressmeter: protect with a mutex
` [PATCH v2 5/5] co-shared-resource: "

[PATCH] target/ppc: Fix load endianness for lxvwsx/lxvdsx
 2021-05-18  9:23 UTC 

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-05-18  9:16 UTC  (6+ messages)
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-05-18  9:01 UTC  (3+ messages)

[PATCH 0/3] Small CI improvements
 2021-05-18  8:58 UTC  (6+ messages)
` [PATCH 1/3] cirrus-ci: test installation
` [PATCH 2/3] ci: do not use #processors+1 jobs, #processors is enough
` [PATCH 3/3] ci: add -j to all "make" jobs

[PATCH] remove qemu-options* from root directory
 2021-05-18  8:54 UTC  (2+ messages)

[PATCH 0/5] block: file-posix queue
 2021-05-18  8:39 UTC  (6+ messages)
` [PATCH 1/5] file-posix: try BLKSECTGET on block devices too, do not round to power of 2
` [PATCH 2/5] file-posix: fix max_iov for /dev/sg devices
` [PATCH 3/5] block: feature detection for host block support
` [PATCH 4/5] block: check for sys/disk.h
` [PATCH 5/5] block: detect DKIOCGETBLOCKCOUNT/SIZE before use

[RFC PATCH] block/io.c: Flush parent for quorum in generic code
 2021-05-18  8:39 UTC  (4+ messages)

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

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

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

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-18  8:15 UTC  (17+ messages)
` [RFC PATCH v3 3/9] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH v3 4/9] hw/arm/virt: Initialize the present cpu members
` [RFC PATCH v3 6/9] hw/arm/virt-acpi-build: Use possible cpus in generation of MADT

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-18  8:02 UTC  (11+ messages)

[PATCH] sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog
 2021-05-18  7:56 UTC  (5+ messages)

[PATCH] Fix `lxvdsx` (issue #212)
 2021-05-18  7:30 UTC  (5+ messages)

[PATCH] Signed-off-by: Dmitry Voronetskiy <vda1999@yandex.ru>
 2021-05-18  7:23 UTC  (2+ messages)

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

[PATCH v4 0/9] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-18  7:14 UTC  (5+ messages)

[PATCH v2] target/riscv: Do not include 'pmp.h' in user emulation
 2021-05-18  6:33 UTC  (2+ messages)

[PATCH] target/riscv: Remove obsolete 'CPU unmigratable' comment
 2021-05-18  6:11 UTC  (2+ messages)

[PULL 00/59] Linux user for 6.1 patches
 2021-05-18  5:31 UTC  (60+ 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

[Bug 1878057] [NEW] null-ptr dereference in megasas_command_complete
 2021-05-18  5:53 UTC  (2+ messages)
` [Bug 1878057] "

Best approach for supporting snapshots for QEMU's gdbstub?
 2021-05-18  5:26 UTC  (4+ messages)

[PATCH qemu v19] spapr: Implement Open Firmware client interface
 2021-05-18  5:13 UTC  (11+ messages)

[PULL 00/59] Linux user for 6.1 patches
 2021-05-18  5:13 UTC  (2+ messages)

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

[Bug 1925496] [NEW] nvme disk cannot be hotplugged after removal
 2021-05-18  4:32 UTC  (2+ messages)
` [Bug 1925496] "

[Bug 1914638] [NEW] [OSS-Fuzz] Issue 30219: Global-buffer-overflow in mode_sense_page
 2021-05-18  4:33 UTC  (2+ messages)
` [Bug 1914638] "

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


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