qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 03:21:57 to 2019-12-13 21:28:05 UTC [more...]

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2019-12-13 11:31 UTC  (15+ messages)
` [PATCH for-5.0 v2 15/23] mirror: Prevent loops
` [PATCH for-5.0 v2 18/23] iotests: Add VM.assert_block_path()
` [PATCH for-5.0 v2 19/23] iotests: Resolve TODOs in 041

[PATCH 0/2] RFC: add -mem-shared option
 2019-12-13 13:12 UTC  (5+ messages)

[PATCH] virtio-blk: deprecate SCSI passthrough
 2019-12-13 15:25 UTC  (6+ messages)
  ` [libvirt] "

[PATCH 00/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
 2019-12-13 16:47 UTC  (14+ messages)
` [PATCH 01/12] hw/i386/pc: Convert DPRINTF() to trace events
` [PATCH 02/12] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h
` [PATCH 03/12] hw/i386/pc: Remove obsolete pc_pci_device_init() declaration
` [PATCH 04/12] hw/i386/pc: Remove obsolete cpu_set_smm_t typedef
` [PATCH 05/12] hw/i386/ich9: Remove unused include
` [PATCH 06/12] hw/i386/ich9: Move unnecessary "pci_bridge.h" include
` [PATCH 07/12] hw/ide/piix: Remove superfluous DEVICE() cast
` [PATCH 08/12] hw/ide/piix: Use ARRAY_SIZE() instead of magic numbers
` [PATCH 09/12] hw/intc/ioapic: Make ioapic_print_redtbl() static
` [PATCH 10/12] hw/i386/pc: Rename allocate_cpu_irq from 'pc' to 'x86_machine'
` [PATCH 11/12] hw/i386/pc: Move x86_machine_allocate_cpu_irq() to 'hw/i386/x86.c'
` [PATCH 12/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'

[PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
 2019-12-13 12:40 UTC  (8+ messages)
          ` [PING] "

[PATCH] virtio: update queue size on guest write
 2019-12-13 14:24 UTC 

[PULL 00/16] first s390x update for 5.0
 2019-12-13 21:12 UTC  (17+ messages)
` [PULL 01/16] vfio-ccw: Fix error message
` [PULL 02/16] hw: add compat machines for 5.0
` [PULL 03/16] s390x: Don't do a normal reset on the initial cpu
` [PULL 04/16] s390x: Move reset normal to shared reset handler
` [PULL 05/16] s390x: Move initial reset
` [PULL 06/16] s390x: Move clear reset
` [PULL 07/16] s390x: Beautify diag308 handling
` [PULL 08/16] s390x: kvm: Make kvm_sclp_service_call void
` [PULL 09/16] s390x: Fix cpu normal reset ri clearing
` [PULL 10/16] s390x/event-facility: Fix realize() error API violations
` [PULL 11/16] s390x/cpumodel: Fix feature property "
` [PULL 12/16] s390x/cpumodel: Fix realize() "
` [PULL 13/16] s390x/cpumodel: Fix query-cpu-model-FOO "
` [PULL 14/16] s390x/cpumodel: Fix query-cpu-definitions "
` [PULL 15/16] s390x/tcg: clear local interrupts on reset normal

[PATCH 000/104] virtiofs daemon [all]
 2019-12-13 16:56 UTC  (7+ messages)
` [PATCH 025/104] virtiofsd: Add Makefile wiring for virtiofsd contrib
` [PATCH 092/104] virtiofsd: add man page

[PATCH v5 0/5] Add vTPM emulator support for ppc64 platform
 2019-12-13 13:03 UTC  (7+ messages)
` [PATCH v5 1/5] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PATCH v5 3/5] tpm_spapr: Support suspend and resume

[PATCH 00/13] ppc/pnv: Get rid of chip_type attributes
 2019-12-13 13:06 UTC  (26+ messages)
` [PATCH 01/13] ppc: Drop useless extern annotation for functions
` [PATCH 02/13] ppc/pnv: Introduce PnvPsiClass::compat
` [PATCH 03/13] ppc/pnv: Drop PnvPsiClass::chip_type
` [PATCH 04/13] ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat
` [PATCH 05/13] ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()
` [PATCH 06/13] ppc/pnv: Drop pnv_is_power9() and pnv_is_power10() helpers
` [PATCH 07/13] ppc/pnv: Introduce PnvChipClass::intc_print_info() method
` [PATCH 08/13] ppc/pnv: Introduce PnvChipClass::xscom_core_base() method
` [PATCH 09/13] ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()
` [PATCH 10/13] ppc/pnv: Pass content of the "compatible" property "
` [PATCH 11/13] ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers
` [PATCH 12/13] ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
` [PATCH 13/13] ppc/pnv: Drop PnvChipClass::type

[PATCH 0/2] rcu_read auto macro use
 2019-12-13 14:04 UTC  (5+ messages)
` [PATCH 1/2] hyperv: Use auto rcu_read macros
` [PATCH 2/2] qsp: Use WITH_RCU_READ_LOCK_GUARD

[PATCH 0/4] hw/i386/pc: Extract the port92 device
 2019-12-13 12:05 UTC  (6+ messages)
` [PATCH 1/4] hw/i386/pc: Convert DPRINTF() to trace events
` [PATCH 2/4] hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
` [PATCH 3/4] hw/i386/pc: Inline port92_init()
` [PATCH 4/4] hw/i386/pc: Extract the port92 device

[PATCH v2 0/8] x86: allow building without PC machine types
 2019-12-13 14:56 UTC  (8+ messages)
` [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259
` [PATCH v2 5/8] x86: move SMM property to X86MachineState

[PATCH] virtio-fs: fix MSI-X nvectors calculation
 2019-12-13 11:29 UTC  (3+ messages)

[PULL 0/2] virtiofs queue
 2019-12-13 18:12 UTC  (4+ messages)
` [PULL 1/2] vhost-user-fs: remove "vhostfd" property
` [PULL 2/2] virtio-fs: fix MSI-X nvectors calculation

[PATCH v3 00/20] gdbstub refactor and SVE support (+check-tcg tweaks)
 2019-12-13 12:31 UTC  (3+ messages)
` [PATCH v3 04/20] gdbstub: move mem_buf to GDBState and use GByteArray

[PATCH v5 0/3] target/ppc: single step for KVM HV
 2019-12-13 21:06 UTC  (10+ 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 v6 00/25] monitor: add asynchronous command type
 2019-12-13 16:28 UTC  (3+ messages)

qemu-4.2: failed to set MSR 0x48b to 0x1582e00000000: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2019-12-13 20:53 UTC 

[kvm-unit-tests RFC 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-13 19:10 UTC  (5+ messages)
` [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct
` [kvm-unit-tests RFC 04/10] pmu: Check Required Event Support

[PATCH] hw/i386/pc: Simplify ioapic_init_gsi()
 2019-12-13 11:55 UTC  (2+ messages)

[PATCH] hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()
 2019-12-13 20:08 UTC  (3+ messages)

[PATCH] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
 2019-12-13 12:02 UTC  (3+ messages)

[PATCH v5 0/4] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
 2019-12-13 20:59 UTC  (4+ messages)
` [PATCH v5 4/4] blockdev: honor bdrv_try_set_aio_context() context requirements

[PATCH v2 0/2] gdbstub: allow sending packet of arbitrary length
 2019-12-13 12:13 UTC  (6+ messages)
` [PATCH v2 2/2] gdbstub: do not split gdb_monitor_write payload

[PATCH] colo: fix return without releasing RCU
 2019-12-13 15:03 UTC  (2+ messages)

[PATCH v6 0/4] Add vTPM emulator support for ppc64 platform
 2019-12-13 17:52 UTC  (5+ messages)
` [PATCH v6 1/4] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PATCH v6 2/4] tpm_spapr: Support suspend and resume
` [PATCH v6 3/4] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
` [PATCH v6 4/4] docs: tpm: Add example command line for ppc64 and tpm-spapr

MIPS cache bypass on custom board
 2019-12-13 18:59 UTC 

QEMU VM crashes when enabling KVM
 2019-12-13 18:36 UTC  (7+ messages)

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-13 21:00 UTC  (16+ messages)
` [PATCH 06/10] arm/arm-powerctl: set NSACR.{CP11, CP10} bits in arm_set_cpu_on()
` [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller

[PATCH v3 0/4] s390x: Increase architectural compliance
 2019-12-13 12:37 UTC  (5+ messages)
` [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

[PATCH] hw/isa/isa-bus: Use ISA_NUM_IRQS instead of magic number
 2019-12-13 13:22 UTC  (2+ messages)

[PATCH] memory: use RCU_READ_LOCK_GUARD
 2019-12-13 14:57 UTC  (2+ messages)

[PATCH RFC] qapi: Allow getting flat output from 'query-named-block-nodes'
 2019-12-13 15:23 UTC  (2+ messages)

[PULL 0/5] 9pfs patches for QEMU 5.0
 2019-12-13 15:58 UTC  (2+ messages)

[PATCH v2 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
 2019-12-13 12:46 UTC  (4+ messages)
` [PATCH v2 1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine

[PATCH v4 0/6] HPPA: i82596, PS/2 and graphics emulation
 2019-12-13 20:40 UTC  (4+ messages)

[PULL 0/2] Block patches
 2019-12-13 21:10 UTC  (4+ messages)
` [PULL 1/2] virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
` [PULL 2/2] iothread: document -object iothread on man page

[PATCH v6 0/8] Add dbus-vmstate
 2019-12-13 18:20 UTC  (5+ messages)
` [PATCH v6 5/8] Add dbus-vmstate object
` [PATCH v6 8/8] tests: add dbus-vmstate-test

[PATCH v9 00/13] TCG code quality tracking and perf integration
 2019-12-13 11:51 UTC  (7+ messages)
` [PATCH v9 01/13] accel/tcg: introduce TBStatistics structure
` [PATCH v9 03/13] accel: collecting JIT statistics

[PATCH] virtio: don't enable notifications during polling
 2019-12-13 11:20 UTC  (2+ messages)

[PATCH v2 0/2] hw/arm: ast2600: Wire up eMMC controller
 2019-12-13 17:04 UTC  (8+ messages)
` [PATCH v2 1/2] hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
` [PATCH v2 2/2] hw/arm: ast2600: Wire up the eMMC controller

[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-12-13 16:34 UTC  (8+ messages)

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2019-12-13 14:24 UTC  (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PATCH 0/5] ARM virt: Add NVDIMM support
 2019-12-13 12:52 UTC  (9+ messages)

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2019-12-13 16:56 UTC 

How to extend QEMU's vhost-user tests after implementing vhost-user-blk device backend
 2019-12-13 10:58 UTC  (4+ messages)

[PATCH] vhost-user-fs: remove "vhostfd" property
 2019-12-13 10:52 UTC  (2+ messages)

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-12-13 10:41 UTC  (3+ messages)
` [RFC v4 PATCH 00/49] Initial support of multi-process qemu - status update

[PATCH] qcow2: Use offset_into_cluster()
 2019-12-13 10:35 UTC  (2+ messages)

[PATCH v0 0/2] allow to set 'drive' property on a realized block device
 2019-12-13 10:32 UTC  (6+ messages)
` [PATCH v0 2/2] block: "
      ` [PING]Re: "

[PATCH] virtio-mmio: Clear v2 transport state on soft reset
 2019-12-13 10:26 UTC  (2+ messages)

[PATCH 0/2] vhost-user: add message for device reset
 2019-12-13 10:08 UTC  (5+ messages)
` [PATCH 1/2] vhost-user: add VHOST_USER_RESET_DEVICE to reset devices

[PATCH RESEND v20 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-12-13 10:06 UTC  (8+ messages)
` [PATCH RESEND v20 2/8] numa: Extend CLI to provide memory latency and bandwidth information
` [PATCH RESEND v20 3/8] numa: Extend CLI to provide memory side cache information
` [PATCH RESEND v20 7/8] tests/numa: Add case for QMP build HMAT

[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
 2019-12-13 10:03 UTC  (5+ messages)
` [PATCH for-5.0 v11 12/20] qapi: Introduce DEFINE_PROP_INTERVAL

[PATCH] mos6522: remove anh register
 2019-12-13  9:36 UTC  (4+ messages)

[PATCH v26 00/21] Add RX archtecture support
 2019-12-13  9:29 UTC  (3+ messages)
` [PATCH v26 20/21] Add rx-softmmu

[PATCH 0/2] numa: stop abusing numa_mem_supported
 2019-12-13  9:12 UTC  (4+ messages)
` [PATCH 2/2] numa: properly check if numa is supported

[PATCH] linux-user:Fix align mistake when mmap guest space
 2019-12-13  9:00 UTC  (2+ messages)

virtio capabilities
 2019-12-13  8:36 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when setrunning
 2019-12-13  7:11 UTC  (2+ messages)
` Re:[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event whensetrunning

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2019-12-13  7:10 UTC  (5+ messages)
` [RFC PATCH v2 1/5] hw: add compat machines for 5.0

[PATCH v3 0/4] Expose GT CNTFRQ as a CPU property to support AST2600
 2019-12-13  5:49 UTC  (5+ messages)
` [PATCH v3 1/4] target/arm: Remove redundant scaling of nexttick
` [PATCH v3 2/4] target/arm: Abstract the generic timer frequency
` [PATCH v3 3/4] target/arm: Prepare generic timer for per-platform CNTFRQ
` [PATCH v3 4/4] ast2600: Configure CNTFRQ at 1125MHz

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

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


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