qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-30 10:47:49 to 2016-10-31 10:35:28 UTC [more...]

[Qemu-devel] [RFC 00/17] Clean up compatibility mode handling
 2016-10-31 10:35 UTC  (28+ messages)
` [Qemu-devel] [RFC 01/17] ppc: Remove some stub POWER6 models
` [Qemu-devel] [RFC 02/17] powernv: CPU compatibility modes don't make sense for powernv
` [Qemu-devel] [RFC 03/17] pseries: Always use core objects for CPU construction
` [Qemu-devel] [RFC 04/17] pseries: Make cpu_update during CAS unconditional
` [Qemu-devel] [RFC 05/17] ppc: Clean up and QOMify hypercall emulation
` [Qemu-devel] [RFC 06/17] ppc: Rename cpu_version to compat_pvr
` [Qemu-devel] [RFC 07/17] ppc: Rewrite ppc_set_compat()
` [Qemu-devel] [RFC 08/17] ppc: Rewrite ppc_get_compat_smt_threads()
` [Qemu-devel] [RFC 09/17] ppc: Validate compatibility modes when setting
` [Qemu-devel] [RFC 10/17] pseries: Rewrite CAS PVR compatibility logic
` [Qemu-devel] [RFC 11/17] ppc: Add ppc_set_compat_all()
` [Qemu-devel] [RFC 12/17] ppc: Migrate compatibility mode
` [Qemu-devel] [RFC 13/17] pseries: Move CPU compatibility property to machine
` [Qemu-devel] [RFC 14/17] pseries: Reset CPU compatibility mode
` [Qemu-devel] [RFC 15/17] ppc: Check that CPU model stays consistent across migration
` [Qemu-devel] [RFC 16/17] ppc: Remove counter-productive "sanity checks" in migration
` [Qemu-devel] [RFC 17/17] pseries: Default to POWER8 compatibility mode

[Qemu-devel] [PATCH v8 0/2] Add 'offset' and 'size' options
 2016-10-31 10:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 1/2] raw_bsd: add offset and size options
` [Qemu-devel] [PATCH v8 2/2] qemu-iotests: test 'offset' and 'size' options in raw driver

[Qemu-devel] [PATCH 0/3] target-m68k: add movem, BCD and CAS instructions
 2016-10-31 10:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] target-m68k: add abcd/sbcd/nbcd
` [Qemu-devel] [PATCH 2/3] target-m68k: implement 680x0 movem
` [Qemu-devel] [PATCH 3/3] target-m68k: add cas/cas2 ops

[Qemu-devel] [v2] nvic: set pending status for not active interrupts
 2016-10-31 10:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/8] qdev class properties + abstract class support on device-list-properties
 2016-10-31 10:14 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 2/8] tests: check-qom-proplist: Use &error_abort to catch errors

[Qemu-devel] [PULL 0/2] s390x patches for 2.8
 2016-10-31 10:13 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] s390x/pci: use generic interface to inject interrupt
` [Qemu-devel] [PULL 2/2] s390x/pci: Check memory region dispatching callbacks

[Qemu-devel] [PATCH] net: split colo_compare_pkt_info into two trace events
 2016-10-31 10:13 UTC  (3+ messages)

[Qemu-devel] [PULL 00/47] virtio, pc: fixes and features
 2016-10-31  9:52 UTC  (53+ messages)
` [Qemu-devel] [PULL 01/47] virtio/migration: Add VMStateDescription to VirtioDeviceClass
` [Qemu-devel] [PULL 02/47] virtio/migration: Migrate balloon to VMState
` [Qemu-devel] [PULL 03/47] virtio: disable ioeventfd as early as possible
` [Qemu-devel] [PULL 04/47] virtio: move ioeventfd_disabled flag to VirtioBusState
` [Qemu-devel] [PULL 05/47] virtio: move ioeventfd_started "
` [Qemu-devel] [PULL 06/47] virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
` [Qemu-devel] [PULL 07/47] virtio: introduce virtio_device_ioeventfd_enabled
` [Qemu-devel] [PULL 08/47] virtio-blk: always use dataplane path if ioeventfd is active
` [Qemu-devel] [PULL 09/47] virtio-scsi: "
` [Qemu-devel] [PULL 10/47] Revert "virtio: Introduce virtio_add_queue_aio"
` [Qemu-devel] [PULL 11/47] virtio: remove set_handler argument from set_host_notifier_internal
` [Qemu-devel] [PULL 12/47] virtio: remove ioeventfd_disabled altogether
` [Qemu-devel] [PULL 13/47] virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
` [Qemu-devel] [PULL 14/47] virtio: inline virtio_queue_set_host_notifier_fd_handler
` [Qemu-devel] [PULL 15/47] virtio: inline set_host_notifier_internal
` [Qemu-devel] [PULL 16/47] cryptodev: introduce cryptodev backend interface
` [Qemu-devel] [PULL 17/47] cryptodev: add symmetric algorithm operation stuff
` [Qemu-devel] [PULL 18/47] virtio-crypto: introduce virtio_crypto.h
` [Qemu-devel] [PULL 19/47] cryptodev: introduce a new cryptodev backend
` [Qemu-devel] [PULL 20/47] virtio-crypto: add virtio crypto device emulation
` [Qemu-devel] [PULL 21/47] virtio-crypto-pci: add virtio crypto pci support
` [Qemu-devel] [PULL 22/47] virtio-crypto: set capacity of algorithms supported
` [Qemu-devel] [PULL 23/47] virtio-crypto: add control queue handler
` [Qemu-devel] [PULL 24/47] virtio-crypto: add data queue processing handler
` [Qemu-devel] [PULL 25/47] cryptodev: introduce an unified wrapper for crypto operation
` [Qemu-devel] [PULL 26/47] virtio-crypto: using bh to handle dataq's requests
` [Qemu-devel] [PULL 27/47] virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer
` [Qemu-devel] [PULL 28/47] acpi nvdimm: fix wrong buffer size returned by DSM method
` [Qemu-devel] [PULL 29/47] acpi nvdimm: fix OperationRegion definition
` [Qemu-devel] [PULL 30/47] acpi nvdimm: fix device physical address base
` [Qemu-devel] [PULL 31/47] acpi nvdimm: fix ARG3 conflict
` [Qemu-devel] [PULL 32/47] acpi nvdimm: fix Arg6 usage
` [Qemu-devel] [PULL 33/47] nvdimm acpi: compile nvdimm acpi code arch-independently
` [Qemu-devel] [PULL 34/47] acpi nvdimm: rename result_size to dsm_out_buf_siz
` [Qemu-devel] [PULL 35/47] nvdimm acpi: use common macros instead of magic names
` [Qemu-devel] [PULL 36/47] nvdimm acpi: prebuild nvdimm devices for available slots
` [Qemu-devel] [PULL 37/47] nvdimm acpi: introduce fit buffer
` [Qemu-devel] [PULL 38/47] nvdimm acpi: introduce _FIT
` [Qemu-devel] [PULL 39/47] pc: memhp: enable nvdimm device hotplug
` [Qemu-devel] [PULL 40/47] ipmi: Remove hotplug from IPMI BMCs
` [Qemu-devel] [PULL 41/47] ipmi_bmc_sim: Remove an unnecessary mutex
` [Qemu-devel] [PULL 42/47] ipmi: chassis poweroff should use qemu_system_shutdown_request()
` [Qemu-devel] [PULL 43/47] ipmi: Implement shutdown via ACPI overtemp
` [Qemu-devel] [PULL 44/47] ipmi: fix build config variable name for ipmi_bmc_extern.o
` [Qemu-devel] [PULL 45/47] ipmi: Add graceful shutdown handling to the external BMC
` [Qemu-devel] [PULL 46/47] acpi/ipmi: Initialize the fwinfo before fetching it
` [Qemu-devel] [PULL 47/47] acpi: fix assert failure caused by commit 35c5a52d

[Qemu-devel] [PULL 0/2] M68k for 2.8 patches
 2016-10-31  9:50 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] target-m68k: add cmpm
` [Qemu-devel] [PULL 2/2] target-m68k: add 64bit mull

[Qemu-devel] [Bug 1047999] [NEW] error building process in sdlaudio.o
 2016-10-31  9:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1047999] "

[Qemu-devel] [PATCH v9 00/12] virtio-crypto: introduce framework and device emulation
 2016-10-31  9:41 UTC  (4+ messages)

[Qemu-devel] [Bug 1030104] [NEW] Parallel build doesn't work after "make clean"
 2016-10-31  9:21 UTC  (2+ messages)
` [Qemu-devel] [Bug 1030104] "

[Qemu-devel] [Bug 1034980] [NEW] pseries machine: vscsi scsi qemu cd-rom does not work in win32
 2016-10-31  9:22 UTC  (2+ messages)
` [Qemu-devel] [Bug 1034980] "

[Qemu-devel] [PULL 0/9] Net patches
 2016-10-31  9:30 UTC  (7+ messages)
` [Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

[Qemu-devel] [Bug 608107] [NEW] ppc fails to clear MSR_POW when incurring exception
 2016-10-31  9:11 UTC  (2+ messages)
` [Qemu-devel] [Bug 608107] "

[Qemu-devel] [Bug 545089] Re: qemu-img should be able to create scsi based vmdk images
 2016-10-31  9:17 UTC 

[Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults
 2016-10-31  8:48 UTC  (3+ messages)

[Qemu-devel] How to print value of float instruction argument
 2016-10-31  8:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] x86/cpuid:add AVX512_4VNNIW and AVX512_4FMAPS features
 2016-10-31  8:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/9] replay additions
 2016-10-31  7:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 4/9] record/replay: add network support

[Qemu-devel] [PATCH 0/3] Some vt-d cleanups
 2016-10-31  7:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] intel_iommu: fix several incorrect endianess and bit fields
` [Qemu-devel] [PATCH 2/3] acpi: fix DMAR device scope for IOAPIC
` [Qemu-devel] [PATCH 3/3] intel_iommu: fix incorrect assert

[Qemu-devel] [PATCH v3] util/mmap-alloc: check parameter before using
 2016-10-31  7:32 UTC  (4+ messages)

[Qemu-devel] [PATCH v10 00/19] Add Mediated device support
 2016-10-31  7:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v10 10/19] vfio iommu: Add blocking notifier to notify DMA_UNMAP
` [Qemu-devel] [PATCH v10 18/19] docs: Sysfs ABI for mediated device framework

[Qemu-devel] [PATCH v4 RESEND 0/3] IOMMU: intel_iommu support map and unmap notifications
 2016-10-31  6:47 UTC  (8+ messages)

[Qemu-devel] A question about virtual machine communication with Guest through serial device
 2016-10-31  6:41 UTC 

[Qemu-devel] [Bug 1629618] [NEW] QEMU causes host hang / reset on PPC64EL
 2016-10-31  6:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1629618] "

[Qemu-devel] [PATCH v4] vfio: Add support for mmapping sub-page MMIO BARs
 2016-10-31  5:21 UTC 

[Qemu-devel] [RFC PATCH qemu] spapr_pci: Create PCI-express root bus by default
 2016-10-31  4:10 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v3] vfio: Add support for mmapping sub-page MMIO BARs
 2016-10-31  3:22 UTC  (3+ messages)

[Qemu-devel] [PATCH] x86/cpuid:add AVX512_4VNNIW and AVX512_4FMAPS features
 2016-10-31  3:19 UTC  (2+ messages)

[Qemu-devel] [PATCH] atapi: classify read_cd as conditionally returning data
 2016-10-31  2:57 UTC  (3+ messages)

[Qemu-devel] [PATCHv2 0/3] Move getting XWindow ID from baum driver to graphical backend
 2016-10-31  2:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] console: add API to get underlying gui window ID
` [Qemu-devel] [PATCH 2/3] console: move window ID code from baum to sdl
` [Qemu-devel] [PATCH 3/3] sdl2: set window ID

[Qemu-devel] [PATCH] 0/4] POWER9 TCG enablements - BCD functions part I
 2016-10-31  2:50 UTC  (9+ messages)
` [Qemu-devel] [PATCH] 2/4] target-ppc: Implement bcdctn. instruction
` [Qemu-devel] [PATCH] 4/4] target-ppc: Implement bcdctz. instruction
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH 0/6] Expand the building of qemu-user docker images
 2016-10-31  2:41 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/6] tests/docker/Makefile.include: fix diff-index call
` [Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user test
` [Qemu-devel] [PATCH 3/6] tests/docker: add optional libs to travis.docker
` [Qemu-devel] [PATCH 5/6] tests/docker/docker.py: expand images command
` [Qemu-devel] [PATCH 6/6] tests/docker/Makefile.include: expand docker help text

[Qemu-devel] [PATCH v2 0/4] POWER9 TCG enablements - BCD functions part I
 2016-10-31  2:37 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/4] target-ppc: Implement bcdcfn. instruction
` [Qemu-devel] [PATCH v2 2/4] target-ppc: Implement bcdctn. instruction
` [Qemu-devel] [PATCH v2 3/4] target-ppc: Implement bcdcfz. instruction
` [Qemu-devel] [PATCH v2 4/4] target-ppc: Implement bcdctz. instruction

[Qemu-devel] (no subject)
 2016-10-31  0:09 UTC  (2+ messages)
` [Qemu-devel] [PATCH V8] fsdev: add IO throttle support to fsdev devices

[Qemu-devel] [PATCH v3 0/4] POWER9 TCG enablements - part7
 2016-10-30 21:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/10] Convert msix_init() to error
 2016-10-30 22:45 UTC  (3+ messages)

[Qemu-devel] [PATCH qemu v3 0/6] Fast (de)inflating & fast live migration
 2016-10-30 22:05 UTC  (2+ messages)

[Qemu-devel] [Bug 1637693] [NEW] QEMU not able to create vm with pflash and UEFI bios
 2016-10-30 19:56 UTC  (2+ messages)
` [Qemu-devel] [Bug 1637693] "

[Qemu-devel] [PATCH] vhost: secure vhost shared log files using argv paremeter
 2016-10-30 19:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] docs/vhost-user: extend the vhost-user protocol to support the vhost-pci based inter-vm communication
 2016-10-30 18:02 UTC  (2+ messages)

[Qemu-devel] [V7 1/1] fsdev: add IO throttle support to fsdev devices
 2016-10-30 16:35 UTC  (10+ messages)

[Qemu-devel] [PATCHv2 0/3] baum driver update v2
 2016-10-30 15:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] Move getting XWindow ID from baum driver to graphical backend

[Qemu-devel] helper_compute_fprf() purpose
 2016-10-30 14:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] VMSTATE_WITH_TMP and it's use in SLIRP
 2016-10-30 14:51 UTC  (7+ messages)
` [Qemu-devel] [PATCH 6/8] slirp: VMStatify sbuf
` [Qemu-devel] [PATCH 7/8] slirp: VMStatify socket level
` [Qemu-devel] [PATCH 8/8] slirp: VMStatify remaining except for loop

[Qemu-devel] [PATCHv2 0/2] curses: use wide output functions
 2016-10-30 14:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] iconv: detect and make curses depend on it
` [Qemu-devel] [PATCH 2/2] curses: add option to specify VGA font encoding

[Qemu-devel] [Bug 1619438] [NEW] GTK+ UI, delete key deletes to the left in the monitor
 2016-10-30 12:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1619438] "

[Qemu-devel] [PULL 0/7] 9p patches for 2.8 20161030
 2016-10-30 12:34 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] 9pfs: add xattrwalk_fid field in V9fsXattr struct
` [Qemu-devel] [PULL 2/7] 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t
` [Qemu-devel] [PULL 3/7] 9pfs: fix integer overflow issue in xattr read/write
` [Qemu-devel] [PULL 4/7] 9pfs: limit xattr size in xattrcreate
` [Qemu-devel] [PULL 5/7] 9pfs: xattrcreate requires non-opened fids
` [Qemu-devel] [PULL 6/7] 9pfs: don't BUG_ON() if fid is already opened
` [Qemu-devel] [PULL 7/7] 9pfs: drop excessive error message from virtfs_reset()

[Qemu-devel] [PATCH] Reduce curses escdelay from 1s to 0.2s
 2016-10-30 11:46 UTC  (2+ messages)
` [Qemu-devel] [PATCH] curses: support wide input

[Qemu-devel] [PULL 00/18] migration: COLO
 2016-10-30 10:47 UTC  (10+ messages)
` [Qemu-devel] [PULL 10/18] COLO: Add checkpoint-delay parameter for migrate-set-parameters
` [Qemu-devel] [PULL 11/18] COLO: Synchronize PVM's state to SVM periodically
` [Qemu-devel] [PULL 12/18] COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
` [Qemu-devel] [PULL 13/18] COLO: Introduce state to record failover process
` [Qemu-devel] [PULL 14/18] COLO: Implement the process of failover for primary VM
` [Qemu-devel] [PULL 15/18] COLO: Implement failover work for secondary VM
` [Qemu-devel] [PULL 16/18] docs: Add documentation for COLO feature
` [Qemu-devel] [PULL 17/18] configure: Support enable/disable "
` [Qemu-devel] [PULL 18/18] MAINTAINERS: Add maintainer for COLO framework related files


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