qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-12 17:54:23 to 2019-12-13 21:23:23 UTC [more...]

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

[PATCH 0/2] rcu_read auto macro use
 2019-12-13 13:58 UTC  (3+ messages)
` [PATCH 1/2] hyperv: Use auto rcu_read macros

[PULL 00/16] first s390x update for 5.0
 2019-12-13 16:18 UTC  (4+ messages)
` [PULL 04/16] s390x: Move reset normal to shared reset handler
` [PULL 09/16] s390x: Fix cpu normal reset ri clearing
` [PULL 11/16] s390x/cpumodel: Fix feature property error API violations

[PATCH 00/13] ppc/pnv: Get rid of chip_type attributes
 2019-12-13 12:00 UTC  (2+ messages)
` [PATCH 11/13] ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers

[PATCH 00/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
 2019-12-13 16:17 UTC  (5+ messages)
` [PATCH 05/12] hw/i386/ich9: Remove unused include
` [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 v6 0/4] Add vTPM emulator support for ppc64 platform
 2019-12-13 17:52 UTC  (2+ messages)
` [PATCH v6 4/4] docs: tpm: Add example command line for ppc64 and tpm-spapr

[PULL 0/2] Block patches
 2019-12-13 14:33 UTC  (2+ messages)
` [PULL 1/2] virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised

[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 000/104] virtiofs daemon [all]
 2019-12-13 16:02 UTC  (21+ messages)
` [PATCH 025/104] virtiofsd: Add Makefile wiring for virtiofsd contrib
` [PATCH 075/104] virtiofsd: Clean up inodes on destroy
` [PATCH 082/104] virtiofsd: enable PARALLEL_DIROPS during INIT
` [PATCH 085/104] virtiofsd: Support remote posix locks
` [PATCH 087/104] virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
` [PATCH 088/104] virtiofsd: make lo_release() atomic
` [PATCH 089/104] virtiofsd: prevent races with lo_dirp_put()
` [PATCH 090/104] virtiofsd: rename inode->refcount to inode->nlookup
` [PATCH 091/104] libvhost-user: Fix some memtable remap cases
` [PATCH 092/104] virtiofsd: add man page
` [PATCH 093/104] virtiofsd: introduce inode refcount to prevent use-after-free
` [PATCH 094/104] virtiofsd: do not always set FUSE_FLOCK_LOCKS
` [PATCH 095/104] virtiofsd: convert more fprintf and perror to use fuse log infra
` [PATCH 097/104] virtiofsd: Fix data corruption with O_APPEND wirte in writeback mode
` [PATCH 098/104] virtiofsd: add definition of fuse_buf_writev()
` [PATCH 100/104] virtiofsd: process requests in a thread pool
` [PATCH 102/104] virtiofsd: fix lo_destroy() resource leaks
` [PATCH 104/104] virtiofsd: Convert lo_destroy to take the lo->mutex lock itself

[PATCH v6 0/8] Add dbus-vmstate
 2019-12-13 16:32 UTC  (3+ messages)
` [PATCH v6 5/8] Add dbus-vmstate object

[kvm-unit-tests RFC 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-13 18:59 UTC  (3+ messages)
` [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct

[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 

[PATCH v2 0/8] x86: allow building without PC machine types
 2019-12-13 14:50 UTC  (14+ messages)
` [PATCH v2 1/8] i386: conditionally compile more files
` [PATCH v2 2/8] fw_cfg: allow building without other devices
` [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259
` [PATCH v2 4/8] pci-stub: add more MSI functions
` [PATCH v2 5/8] x86: move SMM property to X86MachineState
` [PATCH v2 6/8] x86: move more x86-generic functions out of PC files
` [PATCH v2 7/8] acpi: move PC stubs out of stubs/
` [PATCH v2 8/8] pc: stubify x86 iommu

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

[PATCH RFC] qapi: Allow getting flat output from 'query-named-block-nodes'
 2019-12-13 14:11 UTC 

[PATCH] hw/isa/isa-bus: Use ISA_NUM_IRQS instead of magic number
 2019-12-13 10:59 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] virtio-fs: fix MSI-X nvectors calculation
 2019-12-13 10:55 UTC  (2+ messages)

[PATCH 0/4] hw/i386/pc: Extract the port92 device
 2019-12-13 10:51 UTC  (5+ 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] 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  (13+ messages)
` [PATCH RESEND v20 1/8] numa: Extend CLI to provide initiator information for numa nodes
` [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 4/8] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
` [PATCH RESEND v20 5/8] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [PATCH RESEND v20 6/8] hmat acpi: Build Memory Side Cache "
` [PATCH RESEND v20 7/8] tests/numa: Add case for QMP build HMAT
` [PATCH RESEND v20 8/8] tests/bios-tables-test: add test cases for ACPI 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)

[PATCH v2 0/2] hw/arm: ast2600: Wire up eMMC controller
 2019-12-13  7:37 UTC  (7+ 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

[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  (10+ messages)
` [RFC PATCH v2 1/5] hw: add compat machines for 5.0
` [RFC PATCH v2 2/5] target/arm/kvm64: kvm64 cpus have timer registers
` [RFC PATCH v2 3/5] target/arm/kvm: Implement virtual time adjustment
` [RFC PATCH v2 4/5] tests/arm-cpu-features: Check feature default values
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[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] "

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

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

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

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-13  0:09 UTC  (14+ messages)
` [PATCH 03/10] arm: allwinner-h3: add Clock Control Unit
` [PATCH 05/10] arm: allwinner-h3: add System Control module
` [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller

[ANNOUNCE] QEMU 4.2.0 is now available
 2019-12-12 23:54 UTC 

[PATCH 0/2] target/xtensa: use background MPU map from overlay
 2019-12-12 23:23 UTC  (3+ messages)
` [PATCH 1/2] target/xtensa: import xtensa/config/core-isa.h
` [PATCH 2/2] target/xtensa: use MPU background map from core configuration

[PATCH] target/xtensa: fix ps.ring use in MPU configs
 2019-12-12 23:15 UTC 

[PULL 0/5] 9pfs patches for QEMU 5.0
 2019-12-12 22:36 UTC  (6+ messages)
` [PULL 1/5] virtfs-proxy-helper: switch from libcap to libcap-ng
` [PULL 2/5] docker: remove libcap development packages
` [PULL 3/5] ci: Use libcap-ng
` [PULL 4/5] travis.yml: Drop libcap-dev
` [PULL 5/5] virtfs: Remove the deprecated "-virtfs_synth" option

[PATCH 00/10] Migration Arguments cleanup
 2019-12-12 22:20 UTC  (11+ messages)
` [PATCH 01/10] migration-test: Create cmd_soure and cmd_target
` [PATCH 02/10] migration-test: Move hide_stderr to common commandline
` [PATCH 03/10] migration-test: Move -machine "
` [PATCH 04/10] migration-test: Move memory size "
` [PATCH 05/10] migration-test: Move shmem handling "
` [PATCH 06/10] migration-test: Move -name "
` [PATCH 07/10] migration-test: Move -serial "
` [PATCH 08/10] migration-test: Move -incomming "
` [PATCH 09/10] migration-test: Rename cmd_src/dst to arch_source/arch_target
` [PATCH 10/10] migration-test: Use a struct for test_migrate_start parameters

[PATCH 0/3] q800: update machine emulation
 2019-12-12 22:07 UTC  (6+ messages)
` [PATCH 1/3] q800: fix ESCC base
` [PATCH 2/3] q800: add djMEMC memory controller
` [PATCH 3/3] q800: add machine id register

[PATCH 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-12 20:34 UTC  (8+ messages)
` [PATCH 01/28] target/xtensa: Use probe_access for itlb_hit_test
` [PATCH 14/28] cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
` [PATCH 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX

[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-12-12 20:17 UTC  (7+ messages)

[PATCH v4 0/8] Add vTPM emulator supportfor ppc64 platform
 2019-12-12 20:10 UTC  (11+ messages)
` [PATCH v4 1/8] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PATCH v4 2/8] tpm_backend: Implement check whether tpm backend is suspended
` [PATCH v4 3/8] tpm_emulator: Implement callback for whether we are suspended
` [PATCH v4 4/8] tpm_passthrough: "
` [PATCH v4 5/8] tpm: Return bool from tpm_backend_finish_sync
` [PATCH v4 6/8] tpm_spapr: Support suspend and resume
` [PATCH v4 7/8] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
` [PATCH v4 8/8] docs: tpm: Add example command line for ppc64 and tpm-spapr

[PATCH] target/m68k: only change valid bits in CACR
 2019-12-12 19:40 UTC 

[PATCH] runstate: ignore finishmigrate -> prelaunch transition
 2019-12-12 19:40 UTC  (3+ messages)

[PULL 00/10] Bluetooth removal, and qtest & misc patches
 2019-12-12 18:54 UTC  (11+ messages)
` [PULL 01/10] hw/arm/nseries: Replace the bluetooth chardev with a "null" chardev
` [PULL 02/10] hw/usb: Remove the USB bluetooth dongle device
` [PULL 03/10] Remove the core bluetooth code
` [PULL 04/10] Remove libbluetooth / bluez from the CI tests
` [PULL 05/10] tests: fix modules-test 'duplicate test case' error
` [PULL 06/10] pseries: disable migration-test if /dev/kvm cannot be used
` [PULL 07/10] hw/misc/ivshmem: Bury dead legacy INTx code
` [PULL 08/10] glib: use portable g_setenv()
` [PULL 09/10] tests/Makefile: Fix check-report.* targets shown in check-help
` [PULL 10/10] tests: use g_test_rand_int

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-12 18:39 UTC  (9+ messages)

[PACTH v3 0/5] Add vTPM emulator supportfor ppc64 platform
 2019-12-12 17:12 UTC  (5+ messages)
` [PACTH v3 3/5] tpm_spapr: Support suspend and resume


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