qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 15:22:25 to 2020-03-17 18:15:09 UTC [more...]

[PATCH] i386/kvm: Add CPU property to expose VMware CPUID signature
 2020-03-17 18:02 UTC  (3+ messages)

[PULL 00/28 for 5.0] testing and gdbstub updates
 2020-03-17 17:50 UTC  (29+ messages)
` [PULL 01/28] tests/docker: Install tools to cross-debug and build Linux kernels
` [PULL 02/28] tests/docker: Update VirGL git repository URL
` [PULL 03/28] tests/docker: Remove obsolete VirGL --with-glx configure option
` [PULL 04/28] tests/docker: Update VirGL to v0.8.0
` [PULL 05/28] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
` [PULL 06/28] gdbstub: make GDBState static and have common init function
` [PULL 07/28] gdbstub: stop passing GDBState * around and use global
` [PULL 08/28] gdbstub: move str_buf to GDBState and use GString
` [PULL 09/28] gdbstub: move mem_buf to GDBState and use GByteArray
` [PULL 10/28] gdbstub: add helper for 128 bit registers
` [PULL 11/28] target/arm: use gdb_get_reg helpers
` [PULL 12/28] target/m68k: "
` [PULL 13/28] target/i386: "
` [PULL 14/28] gdbstub: extend GByteArray to read register helpers
` [PULL 15/28] target/arm: prepare for multiple dynamic XMLs
` [PULL 16/28] target/arm: explicitly encode regnum in our XML
` [PULL 17/28] target/arm: default SVE length to 64 bytes for linux-user
` [PULL 18/28] target/arm: generate xml description of our SVE registers
` [PULL 19/28] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PULL 20/28] tests/tcg/aarch64: userspace system register test
` [PULL 21/28] configure: allow user to specify what gdb to use
` [PULL 22/28] tests/guest-debug: add a simple test runner
` [PULL 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PULL 24/28] tests/tcg/aarch64: add SVE iotcl test
` [PULL 25/28] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
` [PULL 26/28] gdbstub: change GDBState.last_packet to GByteArray
` [PULL 27/28] gdbstub: do not split gdb_monitor_write payload
` [PULL 28/28] gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb

[PATCH] build: Silence clang warning on older glib autoptr usage
 2020-03-17 18:11 UTC  (3+ messages)

[PATCH v3 0/8] Misc hw/ide legacy clean up
 2020-03-17 17:53 UTC  (7+ messages)
` [PATCH v3 2/8] hw/isa/piix4.c: Introduce variable to store devfn
` [PATCH v3 3/8] hw/ide: Get rid of piix4_init function
` [PATCH v3 6/8] hw/ide: Do ide_drive_get() within pci_ide_create_devs()
` [PATCH v3 1/8] hw/ide: Get rid of piix3_init functions

[PATCH 1/1] conf: qemu 9pfs: add 'multidevs' option
 2020-03-17 13:59 UTC 

[PATCH 0/1] add support for QEMU 9pfs 'multidevs' option
 2020-03-17 16:38 UTC 

[PULL 00/15] Pull migration patches
 2020-03-17 17:40 UTC  (4+ messages)
` [PULL 06/15] configure: Enable test and libs for zstd

[PULL 0/3] MIPS queue for March 17th, 2020
 2020-03-17 17:29 UTC  (2+ messages)

"guest-reset" and "invalid runstate transition" in COLO SVM
 2020-03-17 17:27 UTC  (2+ messages)

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-17 17:13 UTC  (5+ messages)
` [Bug 1867786] "

[PATCH v6 00/61] target/riscv: support vector extension v0.7.1
 2020-03-17 15:06 UTC  (59+ messages)
` [PATCH v6 04/61] target/riscv: add vector configure instruction
` [PATCH v6 05/61] target/riscv: add an internals.h header
` [PATCH v6 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v6 07/61] target/riscv: add vector index "
` [PATCH v6 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v6 09/61] target/riscv: add vector amo operations
` [PATCH v6 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v6 11/61] target/riscv: vector widening "
` [PATCH v6 12/61] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v6 13/61] target/riscv: vector bitwise logical instructions
` [PATCH v6 14/61] target/riscv: vector single-width bit shift instructions
` [PATCH v6 15/61] target/riscv: vector narrowing integer right "
` [PATCH v6 16/61] target/riscv: vector integer comparison instructions
` [PATCH v6 17/61] target/riscv: vector integer min/max instructions
` [PATCH v6 18/61] target/riscv: vector single-width integer multiply instructions
` [PATCH v6 19/61] target/riscv: vector integer divide instructions
` [PATCH v6 20/61] target/riscv: vector widening integer multiply instructions
` [PATCH v6 21/61] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v6 22/61] target/riscv: vector widening "
` [PATCH v6 23/61] target/riscv: vector integer merge and move instructions
` [PATCH v6 24/61] target/riscv: vector single-width saturating add and subtract
` [PATCH v6 25/61] target/riscv: vector single-width averaging "
` [PATCH v6 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v6 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v6 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v6 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v6 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v6 31/61] target/riscv: vector widening "
` [PATCH v6 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v6 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v6 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v6 35/61] target/riscv: vector widening "
` [PATCH v6 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v6 37/61] target/riscv: vector floating-point min/max instructions
` [PATCH v6 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v6 39/61] target/riscv: vector floating-point compare instructions
` [PATCH v6 40/61] target/riscv: vector floating-point classify instructions
` [PATCH v6 41/61] target/riscv: vector floating-point merge instructions
` [PATCH v6 42/61] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v6 43/61] target/riscv: widening "
` [PATCH v6 44/61] target/riscv: narrowing "
` [PATCH v6 45/61] target/riscv: vector single-width integer reduction instructions
` [PATCH v6 46/61] target/riscv: vector wideing "
` [PATCH v6 47/61] target/riscv: vector single-width floating-point "
` [PATCH v6 48/61] target/riscv: vector widening "
` [PATCH v6 49/61] target/riscv: vector mask-register logical instructions
` [PATCH v6 50/61] target/riscv: vector mask population count vmpopc
` [PATCH v6 51/61] target/riscv: vmfirst find-first-set mask bit
` [PATCH v6 52/61] target/riscv: set-X-first "
` [PATCH v6 53/61] target/riscv: vector iota instruction
` [PATCH v6 54/61] target/riscv: vector element index instruction
` [PATCH v6 55/61] target/riscv: integer extract instruction
` [PATCH v6 56/61] target/riscv: integer scalar move instruction
` [PATCH v6 57/61] target/riscv: floating-point scalar move instructions
` [PATCH v6 58/61] target/riscv: vector slide instructions
` [PATCH v6 59/61] target/riscv: vector register gather instruction
` [PATCH v6 60/61] target/riscv: vector compress instruction
` [PATCH v6 61/61] target/riscv: configure and turn on vector extension from command line

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-17 16:57 UTC  (7+ messages)
` [PATCH v9 13/15] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v9] s390x: protvirt: Fence huge pages

[PATCH 0/5] FWNMI follow up patches
 2020-03-17 16:57 UTC  (3+ messages)
` [PATCH 4/5] ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery fails

[PULL 00/13] target: Add the Renesas RX architecture
 2020-03-17 16:36 UTC  (14+ messages)
` [PULL 01/13] hw/registerfields.h: Add 8bit and 16bit register macros
` [PULL 02/13] MAINTAINERS: Add entry for the Renesas RX architecture
` [PULL 03/13] target/rx: TCG translation
` [PULL 04/13] target/rx: TCG helpers
` [PULL 05/13] target/rx: CPU definitions
` [PULL 06/13] target/rx: RX disassembler
` [PULL 07/13] target/rx: Disassemble rx_index_addr into a string
` [PULL 08/13] target/rx: Replace operand with prt_ldmi in disassembler
` [PULL 09/13] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PULL 10/13] target/rx: Emit all disassembly in one prt()
` [PULL 11/13] target/rx: Collect all bytes during disassembly
` [PULL 12/13] target/rx: Dump bytes for each insn "
` [PULL 13/13] Add rx-softmmu

[PATCH for-5.0] vl.c: fix migration failure for 3.1 and older machine types
 2020-03-17 16:52 UTC  (2+ messages)

[PATCH 0/3] Minor error handling cleanups
 2020-03-17 16:34 UTC  (4+ messages)
` [PATCH v10 4/3] hw/sd/ssi-sd: fix error handling in ssi_sd_realize

[PULL 0/4] Error reporting patches for 2020-03-17
 2020-03-17 16:33 UTC  (5+ messages)
` [PULL 1/4] Use &error_abort instead of separate assert()
` [PULL 2/4] hw/misc/ivshmem: Use one Error * variable instead of two
` [PULL 3/4] xen-block: "
` [PULL 4/4] hw/sd/ssi-sd: fix error handling in ssi_sd_realize

[PULL 00/11] target-arm queue
 2020-03-17 16:21 UTC  (2+ messages)

[PATCH] hd-geo-test: Clean up use of buf[] in create_qcow2_with_mbr()
 2020-03-17 16:19 UTC  (2+ messages)

[PULL 00/38] Linux user for 5.0 patches
 2020-03-17 16:09 UTC  (3+ messages)
` [PULL 12/38] linux-user: Support futex_time64

[PATCH v4 0/7] Tighten qemu-img rules on missing backing format
 2020-03-17 16:21 UTC  (3+ messages)
` [PATCH v4 7/7] qemu-img: Deprecate use of -b without -F

[PATCH] ppc/spapr: Set the effective address provided flag in mc error log
 2020-03-17 16:11 UTC  (3+ messages)

[PULL v2 00/37] Linux user for 5.0 patches
 2020-03-17 15:59 UTC  (39+ messages)
` [PULL v2 01/37] target/i386: Renumber EXCP_SYSCALL
` [PULL v2 02/37] linux-user/i386: Split out gen_signal
` [PULL v2 03/37] linux-user/i386: Emulate x86_64 vsyscalls
` [PULL v2 04/37] linux-user: Add x86_64 vsyscall page to /proc/self/maps
` [PULL v2 05/37] linux-user: Flush out implementation of gettimeofday
` [PULL v2 06/37] linux-user: Add AT_EXECFN auxval
` [PULL v2 07/37] linux-user: do prlimit selectively
` [PULL v2 08/37] linux-user: fix socket() strace
` [PULL v2 09/37] linux-user: Update TASK_UNMAPPED_BASE for aarch64
` [PULL v2 10/37] linux-user: Protect more syscalls
` [PULL v2 11/37] linux-user/syscall: Add support for clock_gettime64/clock_settime64
` [PULL v2 12/37] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel
` [PULL v2 13/37] linux-user: introduce parameters to generate syscall_nr.h
` [PULL v2 14/37] linux-user, alpha: add syscall table generation support
` [PULL v2 15/37] linux-user, hppa: "
` [PULL v2 16/37] linux-user, m68k: "
` [PULL v2 17/37] linux-user, xtensa: "
` [PULL v2 18/37] linux-user, sh4: "
` [PULL v2 19/37] linux-user, microblaze: "
` [PULL v2 20/37] linux-user, arm: "
` [PULL v2 21/37] linux-user, ppc: "
` [PULL v2 22/37] linux-user, s390x: remove syscall definitions for !TARGET_S390X
` [PULL v2 23/37] linux-user, s390x: add syscall table generation support
` [PULL v2 24/37] linux-user, sparc, sparc64: "
` [PULL v2 25/37] linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl
` [PULL v2 26/37] linux-user, i386: add syscall table generation support
` [PULL v2 27/37] linux-user, x86_64: "
` [PULL v2 28/37] linux-user, mips: "
` [PULL v2 29/37] linux-user, mips64: "
` [PULL v2 30/37] linux-user, scripts: add a script to update syscall.tbl
` [PULL v2 31/37] linux-user: update syscall.tbl from linux 0bf999f9c5e7
` [PULL v2 32/37] linux-user,mips: move content of mips_syscall_args
` [PULL v2 33/37] linux-user,mips: update syscall-args-o32.c.inc
` [PULL v2 34/37] scripts: add a script to generate syscall_nr.h
` [PULL v2 35/37] linux-user, aarch64: sync syscall numbers with kernel v5.5
` [PULL v2 36/37] linux-user, nios2: "
` [PULL v2 37/37] linux-user, openrisc: "

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-03-17 16:09 UTC  (4+ messages)
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization

[PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
 2020-03-17 15:59 UTC  (11+ messages)

[PULL 00/10] Bitmaps patches
 2020-03-17 15:49 UTC  (9+ messages)

[PATCH] slirp: update submodule to v4.2.0
 2020-03-17 15:37 UTC  (2+ messages)

[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
 2020-03-17 15:32 UTC  (3+ messages)

[PULL v2 00/61] Misc patches for soft freeze
 2020-03-17 15:42 UTC  (6+ messages)

[PULL v3 00/62] Misc patches for soft freeze
 2020-03-17 15:19 UTC  (4+ messages)
` [PULL v3 35/62] lockable: add QEMU_MAKE_LOCKABLE_NONNULL
` [PULL v3 36/62] lockable: add lock guards
` [PULL v3 37/62] lockable: add QemuRecMutex support

[PATCH] softmmu: fix crash with invalid -M memory-backend=
 2020-03-17 15:40 UTC  (3+ messages)

[PATCH v10 0/9] error: auto propagated local_err part I
 2020-03-17 15:16 UTC  (10+ messages)
` [PATCH v10 1/9] error: auto propagated local_err
` [PATCH v10 2/9] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()
` [PATCH v10 3/9] SD (Secure Card): introduce ERRP_AUTO_PROPAGATE
` [PATCH v10 4/9] pflash: "
` [PATCH v10 5/9] fw_cfg: "
` [PATCH v10 6/9] virtio-9p: "
` [PATCH v10 7/9] TPM: "
` [PATCH v10 8/9] nbd: "
` [PATCH v10 9/9] xen: "

[PULL 0/1] Block patches
 2020-03-17 15:18 UTC  (2+ messages)
` [PULL 1/1] block/io: fix bdrv_co_do_copy_on_readv


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