qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-16 15:50:21 to 2020-03-16 18:20:12 UTC [more...]

[PATCH v2 0/8] FWNMI fixes / changes
 2020-03-16 17:46 UTC  (15+ messages)
` [PATCH v2 1/8] ppc/spapr: Fix FWNMI machine check failure handling
` [PATCH v2 2/8] ppc/spapr: Change FWNMI names
` [PATCH v2 3/8] ppc/spapr: Add FWNMI System Reset state
` [PATCH v2 4/8] ppc/spapr: Fix FWNMI machine check interrupt delivery
` [PATCH v2 5/8] ppc/spapr: Allow FWNMI on TCG
` [PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
` [PATCH v2 7/8] ppc/spapr: Implement FWNMI System Reset delivery
` [PATCH v2 8/8] ppc/spapr: Ignore common "ibm, nmi-interlock" Linux bug

[PATCH v3 0/4] linux-user: generate syscall_nr.h from linux unistd.h
 2020-03-16 16:45 UTC  (4+ messages)
` [PATCH v3 1/4] scripts: add a script to generate syscall_nr.h

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-16 17:19 UTC  (12+ messages)

[PATCH 0/2] zero pointer after bdrv_unref_child
 2020-03-16 17:37 UTC  (4+ messages)
` [PATCH 1/2] block: bdrv_set_backing_bs: fix use-after-free

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

[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
 2020-03-16 17:53 UTC  (33+ messages)
` [PATCH v3 01/34] qemu-doc: Belatedly document QMP command arg & result deprecation
` [PATCH v3 02/34] qapi: Belatedly update doc comment for @wait deprecation
` [PATCH v3 03/34] docs/devel/qapi-code-gen: Clarify allow-oob introspection
` [PATCH v3 04/34] docs/devel/qapi-code-gen: Document 'features' introspection
` [PATCH v3 05/34] tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
` [PATCH v3 06/34] tests/test-qmp-cmds: Check responses more thoroughly
` [PATCH v3 07/34] tests/test-qmp-cmds: Simplify test data setup
` [PATCH v3 08/34] tests/test-qmp-event: "
` [PATCH v3 09/34] tests/test-qmp-event: Use qobject_is_equal()
` [PATCH v3 10/34] tests/test-qmp-event: Check event is actually emitted
` [PATCH v3 11/34] qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
` [PATCH v3 14/34] qapi/introspect: Rename *qlit* to reduce confusion
` [PATCH v3 19/34] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [PATCH v3 21/34] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [PATCH v3 28/34] qapi: Implement deprecated-output=hide for QMP command results

[PATCH v1 00/28 for 5.0] testing and gdbstub
 2020-03-16 17:21 UTC  (16+ messages)
` [PATCH v1 01/28] tests/docker: Install tools to cross-debug and build Linux kernels
` [PATCH v1 02/28] tests/docker: Update VirGL git repository URL
` [PATCH v1 03/28] tests/docker: Remove obsolete VirGL --with-glx configure option
` [PATCH v1 04/28] tests/docker: Update VirGL to v0.8.0
` [PATCH v1 05/28] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
` [PATCH v1 06/28] gdbstub: make GDBState static and have common init function
` [PATCH v1 09/28] gdbstub: move mem_buf to GDBState and use GByteArray
` [PATCH v1 10/28] gdbstub: add helper for 128 bit registers
` [PATCH v1 12/28] target/m68k: use gdb_get_reg helpers
` [PATCH v1 13/28] target/i386: "
` [PATCH v1 15/28] target/arm: prepare for multiple dynamic XMLs
` [PATCH v1 19/28] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
` [PATCH v1 25/28] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
` [PATCH v1 28/28] gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb

[PULL 00/31] Block patches
 2020-03-16 16:42 UTC  (3+ messages)
` [PULL 04/31] util/async: make bh_aio_poll() O(1)

[PATCH v2 0/4] usb-serial: xHCI and timeout fixes
 2020-03-16 17:46 UTC  (2+ messages)
` [PATCH v2 3/4] usb-serial: Increase receive buffer to 496

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-03-16 17:11 UTC  (21+ messages)
` [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
` [PATCH v3 02/19] target/arm: Make set_feature() available for other files
` [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
` [PATCH v3 04/19] target/arm: Restric the Address Translate operations "
` [PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG
` [PATCH v3 06/19] target/arm: Move Makefile variable restricted to CONFIG_TCG
` [PATCH v3 07/19] target/arm: Make cpu_register() available for other files
` [PATCH v3 08/19] target/arm: Add semihosting stub to allow building without TCG
` [PATCH v3 09/19] target/arm: Move ARM_V7M Kconfig from hw/ to target/
` [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v3 11/19] target/arm: Restrict ARMv5 "
` [PATCH v3 12/19] target/arm: Restrict ARMv6 "
` [PATCH v3 13/19] target/arm: Restrict ARMv7 R-profile "
` [PATCH v3 14/19] target/arm: Restrict ARMv7 M-profile "
` [PATCH v3 15/19] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v3 16/19] target/arm: Do not build TCG objects when TCG is off
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM
` [PATCH v3 18/19] hw/arm: Do not build to 'virt' machine on Xen
` [PATCH v3 19/19] .travis.yml: Add a KVM-only Aarch64 job

[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-16 17:10 UTC  (8+ messages)

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-16 16:33 UTC  (7+ messages)
` [PATCH v9 03/15] s390x: protvirt: Add migration blocker
` [PATCH v9] s390x: protvirt: Fence huge pages

[PATCH 0/2] gcc 9.2 strncpy(3) warnings fixes
 2020-03-16 16:07 UTC  (3+ messages)
` [PATCH 1/2] migration: avoid suspicious strncpy() use
` [PATCH 2/2] hw/rdma: "

[PATCH qemu] spapr/rtas: Reserve space for RTAS blob and log
 2020-03-16 16:10 UTC  (2+ messages)

[PATCH] hw/arm/fsl-imx7: Instantiate apbh_dma and ocotp as unimplemented devices
 2020-03-16 15:39 UTC  (2+ messages)

[PATCH 0/5] QEMU Gating CI
 2020-03-16 15:38 UTC  (11+ messages)

[PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
 2020-03-16 16:01 UTC  (3+ messages)

[PATCH 0/3] MAINTAINERS: Adjust MIPS items
 2020-03-16 16:52 UTC  (3+ messages)
` [PATCH 1/3] MAINTAINERS: Adjust maintainer's status for some "

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-03-16 15:29 UTC  (6+ messages)

[PATCH v6 0/4] qcow2: Implement zstd cluster compression method
 2020-03-16 15:57 UTC  (4+ messages)
` [PATCH v6 3/4] qcow2: add zstd cluster compression

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-03-16 14:52 UTC  (3+ messages)
` [Bug 1866870] "

[PATCH v7 00/11] error: auto propagated local_err part I
 2020-03-16 14:40 UTC  (4+ messages)

[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-16 14:29 UTC  (43+ messages)
` [PATCH v6 01/42] nvme: rename trace events to nvme_dev
` [PATCH v6 02/42] nvme: remove superfluous breaks
` [PATCH v6 03/42] nvme: move device parameters to separate struct
` [PATCH v6 04/42] nvme: bump spec data structures to v1.3
` [PATCH v6 05/42] nvme: use constant for identify data size
` [PATCH v6 06/42] nvme: add identify cns values in header
` [PATCH v6 07/42] nvme: refactor nvme_addr_read
` [PATCH v6 08/42] nvme: add support for the abort command
` [PATCH v6 09/42] nvme: add max_ioqpairs device parameter
` [PATCH v6 10/42] nvme: refactor device realization
` [PATCH v6 11/42] nvme: add temperature threshold feature
` [PATCH v6 12/42] nvme: add support for the get log page command
` [PATCH v6 13/42] nvme: add support for the asynchronous event request command
` [PATCH v6 14/42] nvme: add missing mandatory features
` [PATCH v6 15/42] nvme: additional tracing
` [PATCH v6 16/42] nvme: make sure ncqr and nsqr is valid
` [PATCH v6 17/42] nvme: add log specific field to trace events
` [PATCH v6 18/42] nvme: support identify namespace descriptor list
` [PATCH v6 19/42] nvme: enforce valid queue creation sequence
` [PATCH v6 20/42] nvme: provide the mandatory subnqn field
` [PATCH v6 21/42] nvme: bump supported version to v1.3
` [PATCH v6 22/42] nvme: memset preallocated requests structures
` [PATCH v6 23/42] nvme: add mapping helpers
` [PATCH v6 24/42] nvme: remove redundant has_sg member
` [PATCH v6 25/42] nvme: refactor dma read/write
` [PATCH v6 26/42] nvme: pass request along for tracing
` [PATCH v6 27/42] nvme: add request mapping helper
` [PATCH v6 28/42] nvme: verify validity of prp lists in the cmb
` [PATCH v6 29/42] nvme: refactor request bounds checking
` [PATCH v6 30/42] nvme: add check for mdts
` [PATCH v6 31/42] nvme: add check for prinfo
` [PATCH v6 32/42] nvme: allow multiple aios per command
` [PATCH v6 33/42] nvme: use preallocated qsg/iov in nvme_dma_prp
` [PATCH v6 34/42] pci: pass along the return value of dma_memory_rw
` [PATCH v6 35/42] nvme: handle dma errors
` [PATCH v6 36/42] nvme: add support for scatter gather lists
` [PATCH v6 37/42] nvme: refactor identify active namespace id list
` [PATCH v6 38/42] nvme: support multiple namespaces
` [PATCH v6 39/42] pci: allocate pci id for nvme
` [PATCH v6 40/42] nvme: change controller pci id
` [PATCH v6 41/42] nvme: remove redundant NvmeCmd pointer parameter
` [PATCH v6 42/42] nvme: make lba data size configurable

[PATCH v9 02/15] s390x: protvirt: Support unpack facility
 2020-03-16 15:05 UTC  (7+ messages)
` [PATCH v9] fixup! Fix subcode/pbt

[PATCH v2 0/8] user-mode: Prune build dependencies (part 2)
 2020-03-16 13:57 UTC  (8+ messages)
` [PATCH v2 4/8] qapi/misc: Move query-uuid command with block code
` [PATCH v2 6/8] qapi/misc: Restrict ACPI commands to machine code
` [PATCH v2 8/8] qapi/misc: Restrict device memory "

[PULL 0/6] Audio 20200316 patches
 2020-03-16 14:55 UTC  (2+ messages)

[PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
 2020-03-16 13:36 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan
 2020-03-16 14:28 UTC 

[PATCH 0/4] tests/vm: minor install tweaks, update netbsd & freebsd
 2020-03-16 14:22 UTC  (4+ messages)
` [PATCH 1/4] tests/vm: write raw console log

[PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-03-16 14:01 UTC  (4+ messages)
` [PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

[PATCH 0/2] hw/rdma: Last step in eliminating data-path processing
 2020-03-16 13:37 UTC  (5+ messages)
` [PATCH 1/2] hw/rdma: Cosmetic change - no need for two sge arrays
` [PATCH 2/2] hw/rdma: Skip data-path mr_id translation

[PATCH 0/2] avoid integer overflow
 2020-03-16 12:56 UTC  (2+ messages)

[PATCH 0/8] Misc hw/ide legacy clean up
 2020-03-16 13:41 UTC  (5+ messages)
` [PATCH v2] hw/ide: Do ide_drive_get() within pci_ide_create_devs()

[PATCH] acpi: Add Windows ACPI Emulated Device Table (WAET)
 2020-03-16 13:26 UTC  (6+ 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).