qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 15:09:57 to 2019-12-12 11:18:04 UTC [more...]

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-12-12 11:16 UTC  (6+ messages)

[PACTH v3 0/5] Add vTPM emulator supportfor ppc64 platform
 2019-12-12 11:11 UTC  (9+ messages)
` [PACTH v3 1/5] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PACTH v3 2/5] tpm: Return bool from tpm_backend_finish_sync
` [PACTH v3 3/5] tpm_spapr: Support suspend and resume
` [PACTH v3 4/5] hw/ppc/Kconfig: Enable TPMDEV as part of PSERIES config
` [PACTH v3 5/5] docs: tpm: Add example command line for ppc64 and tpm-spapr

[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when set running
 2019-12-12 11:05 UTC  (3+ messages)
` Re:[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when setrunning
  ` [Qemu-devel] "

[PATCH v2 0/2] gdbstub: allow sending packet of arbitrary length
 2019-12-12 10:52 UTC  (9+ messages)
` [PATCH v2 1/2] gdbstub: change GDBState.last_packet to GByteArray
` [PATCH v2 2/2] gdbstub: do not split gdb_monitor_write payload

[PATCH 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-12 10:38 UTC  (39+ messages)
` [PATCH 01/28] target/xtensa: Use probe_access for itlb_hit_test
` [PATCH 02/28] cputlb: Use trace_mem_get_info instead of trace_mem_build_info
` [PATCH 03/28] trace: Remove trace_mem_build_info_no_se_[bl]e
` [PATCH 04/28] cputlb: Move body of cpu_ldst_template.h out of line
` [PATCH 05/28] translator: Use cpu_ld*_code instead of open-coding
` [PATCH 06/28] cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
` [PATCH 07/28] cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only
` [PATCH 08/28] target/i386: Use cpu_*_mmuidx_ra instead of templates
` [PATCH 09/28] target/s390x: Include tcg.h in mem_helper.c
` [PATCH 10/28] target/arm: Include tcg.h in sve_helper.c
` [PATCH 11/28] accel/tcg: Include tcg.h in tcg-runtime.c
` [PATCH 12/28] linux-user: Include tcg.h in syscall.c
` [PATCH 13/28] linux-user: Include trace-root.h in syscall-trace.h
` [PATCH 14/28] cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
` [PATCH 15/28] target/nios2: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH 16/28] target/alpha: "
` [PATCH 17/28] target/cris: "
` [PATCH 18/28] target/i386: Remove MMU_MODE{0,1,2}_SUFFIX
` [PATCH 19/28] target/microblaze: "
` [PATCH 20/28] target/sh4: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH 21/28] target/unicore32: "
` [PATCH 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
` [PATCH 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0, 1}_SUFFIX
  ` [PATCH 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
` [PATCH 24/28] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
` [PATCH 25/28] target/s390x: "
` [PATCH 26/28] target/ppc: "
` [PATCH 27/28] cputlb: Remove support for MMU_MODE*_SUFFIX
` [PATCH 28/28] cputlb: Expand cpu_ldst_template.h in cputlb.c

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2019-12-12 10:37 UTC  (3+ messages)
` [PATCH v3 1/7] gpiolib: Add GPIOCHIP_NAME definition

[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
 2019-12-12 10:35 UTC  (5+ messages)
` [PATCH 1/2] target/s390x: Split out helper_per_store_real
` [PATCH 2/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline

[PATCH] qcow2: Use offset_into_cluster()
 2019-12-12 10:01 UTC 

guest / host buffer sharing 
 2019-12-12  9:41 UTC  (13+ messages)
                  ` [virtio-dev] "

[PATCH v38 00/22] QEMU AVR 8 bit cores
 2019-12-12  9:12 UTC  (7+ messages)
` [PATCH v38 11/22] target/avr: Add instruction disassembly function

[PATCH v2 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-12  8:53 UTC  (5+ messages)
` [PATCH v2 ppc-for-5.0 1/2] linux-headers: Update
` [PATCH v2 ppc-for-5.0 2/2] ppc/spapr: Support reboot of secure pseries guest

[PATCH v3 0/3] ppc: spapr: virtual NVDIMM support
 2019-12-12  8:52 UTC  (8+ messages)
` [PATCH v3 2/3] spapr: Add NVDIMM device support

[PATCH v3 0/1] Fix bochs memory leak
 2019-12-12  8:30 UTC  (2+ messages)
` [PATCH v3 1/1] display/bochs-display: fix "

[PATCH v3 00/20] gdbstub refactor and SVE support (+check-tcg tweaks)
 2019-12-12  8:24 UTC  (31+ messages)
` [PATCH v3 01/20] gdbstub: make GDBState static and have common init function
` [PATCH v3 02/20] gdbstub: stop passing GDBState * around and use global
` [PATCH v3 03/20] gdbstub: move str_buf to GDBState and use GString
` [PATCH v3 04/20] gdbstub: move mem_buf to GDBState and use GByteArray
` [PATCH v3 05/20] gdbstub: add helper for 128 bit registers
` [PATCH v3 06/20] target/arm: use gdb_get_reg helpers
` [PATCH v3 07/20] target/m68k: "
` [PATCH v3 08/20] gdbstub: extend GByteArray to read register helpers
` [PATCH v3 09/20] target/arm: prepare for multiple dynamic XMLs
` [PATCH v3 10/20] target/arm: explicitly encode regnum in our XML
` [PATCH v3 11/20] target/arm: default SVE length to 64 bytes for linux-user
` [PATCH v3 12/20] target/arm: generate xml description of our SVE registers
` [PATCH v3 13/20] tests/tcg: add a configure compiler check for ARMv8.1 and SVE
` [PATCH v3 14/20] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PATCH v3 15/20] tests/tcg/aarch64: userspace system register test
` [PATCH v3 16/20] tests/tcg: ensure we re-configure if configure.sh is updated
` [PATCH v3 17/20] tests/guest-debug: add a simple test runner
` [PATCH v3 18/20] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PATCH v3 19/20] tests/tcg/aarch64: add SVE iotcl test
` [PATCH v3 20/20] tests/tcg/aarch64: add test-sve-ioctl guest-debug test

[PATCH] object: Improve documentation of interfaces
 2019-12-12  8:12 UTC  (4+ messages)

QEMU VM crashes when enabling KVM
 2019-12-12  7:17 UTC  (4+ messages)

[PATCH v2] tests: use g_test_rand_int
 2019-12-12  7:14 UTC  (3+ messages)

[PATCH 0/1] tests/Makefile: Show check-report.tap in check-help
 2019-12-12  7:13 UTC  (4+ messages)
` [PATCH 1/1] tests/Makefile: Fix check-report.* targets shown "

[PATCH v2] configure: simplify vhost condition with Kconfig
 2019-12-12  7:10 UTC  (2+ messages)

[PATCH v3] net/imx_fec: Adding support for MAC filtering in the FEC IP implementation
 2019-12-12  6:59 UTC  (2+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-12  5:47 UTC  (24+ messages)
` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region

[PATCH v1 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-12  5:49 UTC  (11+ messages)
` [PATCH v1 ppc-for-5.0 2/2] "

[PATCH 0/2] ppc/pnv: HOMER fixes and improvements
 2019-12-12  5:11 UTC  (2+ messages)

[PATCH v5 0/3] target/ppc: single step for KVM HV
 2019-12-12  5:08 UTC  (7+ messages)
` [PATCH v5 1/3] linux-headers: Update kvm.h for ppc single step capability
` [PATCH v5 2/3] kvm-all: Introduce kvm_set_singlestep
` [PATCH v5 3/3] target/ppc: support single stepping with KVM HV

[PATCH v2 00/18] Complete the implementation of -accel
 2019-12-12  4:47 UTC  (7+ messages)
` [PATCH v2 01/18] memory: do not look at current_machine->accel
` [PATCH v2 02/18] vl: move icount configuration earlier
` [PATCH v2 03/18] tcg: move qemu_tcg_configure to accel/tcg/tcg-all.c

[PATCH v2] ppc/pnv: Make PnvXScomInterface an incomplete type
 2019-12-12  0:37 UTC  (4+ messages)

[PATCH] vhost-user-test: fix a memory leak
 2019-12-12  1:48 UTC  (7+ messages)

[PATCH] tests: use g_test_rand_int
 2019-12-12  1:17 UTC  (3+ messages)

[PATCH] migration: fix stringop-truncation warning
 2019-12-12  1:06 UTC  (3+ messages)

[PATCH v3 0/4] Improve default object property_add uint helpers
 2019-12-12  1:05 UTC  (5+ messages)
` [PATCH v3 4/4] qom/object: Use common get/set "

[PATCH] target/arm: Display helpful message when hflags mismatch
 2019-12-12  0:36 UTC  (3+ messages)

[PATCH] target/arm: ensure we use current exception state after SCR update
 2019-12-12  0:31 UTC  (2+ messages)

[PATCH] configure: simplify vhost condition with Kconfig
 2019-12-12  0:30 UTC  (3+ messages)

[PATCH] tests: fix test-qga on macosx
 2019-12-12  0:23 UTC  (3+ messages)

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-11 22:34 UTC  (3+ messages)
` [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller

[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
 2019-12-11 20:40 UTC  (4+ messages)

[RFC PATCH] scripts/tap-driver: report "slow" tests (HACK)
 2019-12-11 20:03 UTC  (3+ messages)

[PATCH v2] ci: build out-of-tree
 2019-12-11 19:41 UTC  (2+ messages)

[PATCH] vhost-user-scsi: fix printf format warning
 2019-12-11 19:34 UTC  (2+ messages)

[PATCH] glib: use portable g_setenv()
 2019-12-11 19:32 UTC  (2+ messages)

[PATCH v2 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
 2019-12-11 18:55 UTC  (3+ messages)
` [PATCH v2 1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine
` [PATCH v2 2/2] tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine

[PATCH v2 0/4] python/qemu: New accel module and improvements
 2019-12-11 17:46 UTC  (5+ messages)
` [PATCH v2 2/4] python/qemu: accel: Add list_accel() method

[PATCH 00/26] Make QDev use class properties
 2019-12-11 17:41 UTC  (8+ messages)
` [PATCH 02/26] qdev: remove duplicated qdev_property_add_static() doc
` [PATCH 03/26] qdev: remove extraneous error
` [PATCH 25/26] qapi/qmp: add ObjectPropertyInfo.default-value

[PATCH] virtio: don't enable notifications during polling
 2019-12-11 17:37 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-12-11 16:35 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 28/42] stream: "
      `  "

Insufficiently documented deprecated command arguments
 2019-12-11 16:30 UTC  (8+ messages)

[PATCH] monitor: fix maybe-uninitialized
 2019-12-11 16:10 UTC  (2+ messages)

[PATCH] virtio-fs: fix MSI-X nvectors calculation
 2019-12-11 16:05 UTC  (2+ messages)

[PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
 2019-12-11 16:02 UTC  (2+ messages)

qom device lifecycle interaction with hotplug/hotunplug ?
 2019-12-11 16:01 UTC  (12+ messages)

[PATCH v8] Implement backend program convention command for vhost-user-blk
 2019-12-11 15:59 UTC  (2+ messages)

[PATCH] ppc/pnv: Make PnvXScomInterface an incomplete type
 2019-12-11 15:58 UTC  (3+ messages)

How to extend QEMU's vhost-user tests after implementing vhost-user-blk device backend
 2019-12-11 15:25 UTC  (3+ messages)

[PATCH] build-sys: build vhost-user-gpu only if CONFIG_TOOLS
 2019-12-11 15:27 UTC  (3+ messages)

[PATCH] ff Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
 2019-12-11 15:19 UTC  (3+ messages)

[PATCH v2 0/6] hw/arm/smmuv3: Correct stream ID and event address handling
 2019-12-11 15:07 UTC  (5+ messages)
` [PATCH v2 3/6] hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE
  ` [PATCH v2 4/6] hw/arm/smmuv3: Align stream table base address to table size
  ` [PATCH v2 5/6] hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro
  ` [PATCH v2 6/6] hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position


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