qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-06 15:54:33 to 2018-02-06 21:00:43 UTC [more...]

[Qemu-devel] [PATCH RFC 00/21] Modularize generated QAPI code
 2018-02-06 21:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC 17/21] qapi/types qapi/visit: Generate built-in stuff into separate files
` [Qemu-devel] [PATCH RFC 18/21] qapi/common: Fix guardname() for funny filenames

[Qemu-devel] [PATCH v11 00/20] tcg: generic vector operations
 2018-02-06 20:57 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/24] re-factor and add fp16 using glibc soft-fp
 2018-02-06 20:45 UTC  (3+ messages)

[Qemu-devel] [PULL 00/47] Misc patches for 2018-02-05
 2018-02-06 20:37 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/4] multiboot: Change multiboot_info from array of bytes to a C struct
 2018-02-06 20:35 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH 00/34] Hyper-V / VMBus
 2018-02-06 20:30 UTC  (35+ messages)
` [Qemu-devel] [RFC PATCH 01/34] hyperv: ensure VP index equal to QEMU cpu_index
` [Qemu-devel] [RFC PATCH 02/34] hyperv_testdev: refactor for readability
` [Qemu-devel] [RFC PATCH 03/34] hyperv: cosmetic: g_malloc -> g_new
` [Qemu-devel] [RFC PATCH 04/34] hyperv: synic: only setup ack notifier if there's a callback
` [Qemu-devel] [RFC PATCH 05/34] hyperv: allow passing arbitrary data to sint ack callback
` [Qemu-devel] [RFC PATCH 06/34] hyperv: address HvSintRoute by X86CPU pointer
` [Qemu-devel] [RFC PATCH 07/34] hyperv: make HvSintRoute reference-counted
` [Qemu-devel] [RFC PATCH 08/34] hyperv: qom-ify SynIC
` [Qemu-devel] [RFC PATCH 09/34] hyperv: block SynIC use in QEMU in incompatible configurations
` [Qemu-devel] [RFC PATCH 10/34] hyperv: make overlay pages for SynIC
` [Qemu-devel] [RFC PATCH 11/34] hyperv: add synic message delivery
` [Qemu-devel] [RFC PATCH 12/34] hyperv: add synic event flag signaling
` [Qemu-devel] [RFC PATCH 13/34] hyperv: process SIGNAL_EVENT hypercall
` [Qemu-devel] [RFC PATCH 14/34] hyperv: process POST_MESSAGE hypercall
` [Qemu-devel] [RFC PATCH 15/34] hyperv_testdev: add SynIC message and event testmodes
` [Qemu-devel] [RFC PATCH 16/34] hyperv: update copyright notices
` [Qemu-devel] [RFC PATCH 17/34] [not to commit] import HYPERV_EVENTFD stuff from kernel
` [Qemu-devel] [RFC PATCH 18/34] hyperv: add support for KVM_HYPERV_EVENTFD
` [Qemu-devel] [RFC PATCH 19/34] vmbus: add vmbus protocol definitions
` [Qemu-devel] [RFC PATCH 20/34] vmbus: vmbus implementation
` [Qemu-devel] [RFC PATCH 21/34] vmbus: build configuration
` [Qemu-devel] [RFC PATCH 22/34] i386: Hyper-V VMBus ACPI DSDT entry
` [Qemu-devel] [RFC PATCH 23/34] i386: en/disable vmbus by a machine property
` [Qemu-devel] [RFC PATCH 24/34] scsi: add Hyper-V/VMBus SCSI protocol definitions
` [Qemu-devel] [RFC PATCH 25/34] scsi: add Hyper-V/VMBus SCSI controller
` [Qemu-devel] [RFC PATCH 26/34] hv-scsi: limit the number of requests per notification
` [Qemu-devel] [RFC PATCH 27/34] tests: hv-scsi: add start-stop test
` [Qemu-devel] [RFC PATCH 28/34] net: add RNDIS definitions
` [Qemu-devel] [RFC PATCH 29/34] net: add Hyper-V/VMBus network protocol definitions
` [Qemu-devel] [RFC PATCH 30/34] net: add Hyper-V/VMBus net adapter
` [Qemu-devel] [RFC PATCH 31/34] hv-net: add .bootindex support
` [Qemu-devel] [RFC PATCH 32/34] loader: allow arbitrary basename for fw_cfg file roms
` [Qemu-devel] [RFC PATCH 33/34] vmbus: add support for rom files
` [Qemu-devel] [RFC PATCH 34/34] hv-net: define default rom file name

[Qemu-devel] [PATCH v5 0/4] target-arm: add SHA-3, SM3 and SHA512 instruction support
 2018-02-06 20:01 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/4] target/arm: implement SHA-512 instructions

[Qemu-devel] how to handle QOM 'container' objects whose contents depend on QOM properties?
 2018-02-06 19:52 UTC  (4+ messages)

[Qemu-devel] [PULL 00/14] Error reporting patches for 2018-02-06
 2018-02-06 19:50 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] error: Improve documentation of error_append_hint()
` [Qemu-devel] [PULL 02/14] audio: Replace AUDIO_FUNC with __func__
` [Qemu-devel] [PULL 03/14] hw/arm: Replace fprintf(stderr, "*\n" with error_report()
` [Qemu-devel] [PULL 04/14] hw/dma: "
` [Qemu-devel] [PULL 05/14] hw/lm32: "
` [Qemu-devel] [PULL 06/14] hw/mips: "
` [Qemu-devel] [PULL 07/14] hw/moxie: "
` [Qemu-devel] [PULL 08/14] hw/openrisc: "
` [Qemu-devel] [PULL 09/14] hw/pci*: "
` [Qemu-devel] [PULL 10/14] hw/ppc: "
` [Qemu-devel] [PULL 11/14] hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()
` [Qemu-devel] [PULL 12/14] hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()
` [Qemu-devel] [PULL 13/14] hw/xen*: "
` [Qemu-devel] [PULL 14/14] tcg: "

[Qemu-devel] [PATCH v8 00/26] block: Fix some filename generation issues
 2018-02-06 19:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 18/26] block: Add sgfnt_runtime_opts to BlockDriver

[Qemu-devel] [PATCH] block: Simplify bdrv_can_write_zeroes_with_unmap()
 2018-02-06 19:28 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
 2018-02-06 19:20 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/54] Patch Round-up for stable 2.11.1, freeze on 2018-02-12
 2018-02-06 19:15 UTC  (54+ messages)
` [Qemu-devel] [PATCH 01/54] target/i386: Fix handling of VEX prefixes
` [Qemu-devel] [PATCH 02/54] block/iscsi: dont leave allocmap in an invalid state on UNMAP failure
` [Qemu-devel] [PATCH 03/54] target/sh4: fix TCG leak during gusa sequence
` [Qemu-devel] [PATCH 04/54] qemu-options: Remove stray colons from output of --help
` [Qemu-devel] [PATCH 05/54] qemu-pr-helper: miscellaneous fixes
` [Qemu-devel] [PATCH 06/54] block/nbd: fix segmentation fault when .desc is not null-terminated
` [Qemu-devel] [PATCH 07/54] block: Make bdrv_drain_invoke() recursive
` [Qemu-devel] [PATCH 08/54] block: Call .drain_begin only once in bdrv_drain_all_begin()
` [Qemu-devel] [PATCH 09/54] block: Open backing image in force share mode for size probe
` [Qemu-devel] [PATCH 11/54] hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI
` [Qemu-devel] [PATCH 12/54] hw/intc/arm_gic: reserved register addresses are RAZ/WI
` [Qemu-devel] [PATCH 13/54] virtio_error: don't invoke status callbacks
` [Qemu-devel] [PATCH 14/54] vhost: remove assertion to prevent crash
` [Qemu-devel] [PATCH 15/54] hw/sd/pl181: Reset SD card on controller reset
` [Qemu-devel] [PATCH 16/54] hw/sd/milkymist-memcard: "
` [Qemu-devel] [PATCH 17/54] hw/sd/ssi-sd: "
` [Qemu-devel] [PATCH 18/54] scsi-disk: release AioContext in unaligned WRITE SAME case
` [Qemu-devel] [PATCH 19/54] hw/pci-bridge: fix QEMU crash because of pcie-root-port
` [Qemu-devel] [PATCH 20/54] i386: Change X86CPUDefinition::model_id to const char*
` [Qemu-devel] [PATCH 21/54] i386: Add support for SPEC_CTRL MSR
` [Qemu-devel] [PATCH 22/54] i386: Add spec-ctrl CPUID bit
` [Qemu-devel] [PATCH 23/54] i386: Add FEAT_8000_0008_EBX CPUID feature word
` [Qemu-devel] [PATCH 24/54] i386: Add new -IBRS versions of Intel CPU models
` [Qemu-devel] [PATCH 25/54] i386: Add EPYC-IBPB CPU model
` [Qemu-devel] [PATCH 26/54] linux-user: Fix locking order in fork_start()
` [Qemu-devel] [PATCH 27/54] s390x: fix storage attributes migration for non-small guests
` [Qemu-devel] [PATCH 28/54] linux-headers: update to 4.15-rc1
` [Qemu-devel] [PATCH 29/54] linux-headers: update
` [Qemu-devel] [PATCH 30/54] s390x/kvm: Handle bpb feature
` [Qemu-devel] [PATCH 31/54] s390x/kvm: provide stfle.81
` [Qemu-devel] [PATCH 32/54] osdep: Retry SETLK upon EINTR
` [Qemu-devel] [PATCH 33/54] usb-storage: Fix share-rw option parsing
` [Qemu-devel] [PATCH 34/54] spapr_pci: fix MSI/MSIX selection
` [Qemu-devel] [PATCH 35/54] linux-user/signal.c: Rename MC_* defines
` [Qemu-devel] [PATCH 36/54] spapr: don't initialize PATB entry if max-cpu-compat < power9
` [Qemu-devel] [PATCH 37/54] spapr: Add pseries-2.12 machine type
` [Qemu-devel] [PATCH 38/54] spapr: Capabilities infrastructure
` [Qemu-devel] [PATCH 39/54] spapr: Treat Hardware Transactional Memory (HTM) as an optional capability
` [Qemu-devel] [PATCH 40/54] spapr: Validate capabilities on migration
` [Qemu-devel] [PATCH 41/54] target/ppc: Clean up probing of VMX, VSX and DFP availability on KVM
` [Qemu-devel] [PATCH 42/54] spapr: Handle VMX/VSX presence as an spapr capability flag
` [Qemu-devel] [PATCH 43/54] spapr: Handle Decimal Floating Point (DFP) as an optional capability
` [Qemu-devel] [PATCH 44/54] hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation
` [Qemu-devel] [PATCH 45/54] ppc: Change Power9 compat table to support at most 8 threads/core
` [Qemu-devel] [PATCH 46/54] spapr: fix device tree properties when using compatibility mode
` [Qemu-devel] [PATCH 47/54] target/ppc: introduce the PPC_BIT() macro
` [Qemu-devel] [PATCH 48/54] target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstate
` [Qemu-devel] [PATCH 49/54] target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
` [Qemu-devel] [PATCH 50/54] target/ppc/spapr_caps: Add support for tristate spapr_capabilities
` [Qemu-devel] [PATCH 51/54] target/ppc/spapr_caps: Add new tristate cap safe_cache
` [Qemu-devel] [PATCH 52/54] target/ppc/spapr_caps: Add new tristate cap safe_bounds_check
` [Qemu-devel] [PATCH 53/54] target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch
` [Qemu-devel] [PATCH 54/54] target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS

[Qemu-devel] [PATCH 0/2] block latency histogram
 2018-02-06 19:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] qapi: add block latency histogram interface

[Qemu-devel] [PATCH v2] s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facility
 2018-02-06 18:58 UTC  (9+ messages)

[Qemu-devel] [PATCH v2] iotests: 205: support luks format
 2018-02-06 18:57 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 1/1] s390x/cpu: expose the guest crash information
 2018-02-06 18:55 UTC  (4+ messages)

[Qemu-devel] [PULL 00/11] VFIO updates 2018-02-06
 2018-02-06 18:44 UTC  (12+ messages)
` [Qemu-devel] [PULL 01/11] memory/iommu: Add get_attr()
` [Qemu-devel] [PULL 02/11] vfio/spapr: Use iommu memory region's get_attr()
` [Qemu-devel] [PULL 03/11] spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device
` [Qemu-devel] [PULL 04/11] vfio/pci: Fixup VFIOMSIXInfo comment
` [Qemu-devel] [PULL 05/11] vfio/pci: Add base BAR MemoryRegion
` [Qemu-devel] [PULL 06/11] vfio/pci: Emulate BARs
` [Qemu-devel] [PULL 07/11] qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR
` [Qemu-devel] [PULL 08/11] vfio/pci: Allow relocating MSI-X MMIO
` [Qemu-devel] [PULL 09/11] hw/vfio/platform: Init the interrupt mutex
` [Qemu-devel] [PULL 10/11] vfio/common: Remove redundant copy of local variable
` [Qemu-devel] [PULL 11/11] vfio/pci: Add option to disable GeForce quirks

[Qemu-devel] [PATCH v2 3/6] qapi: add nbd-server-remove
 2018-02-06 18:38 UTC  (15+ messages)

[Qemu-devel] [PATCH] iotests: 205: support luks format
 2018-02-06 18:07 UTC  (6+ messages)

[Qemu-devel] [PULL 00/11] VFIO updates 2018-02-05
 2018-02-06 18:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/12]Interactive Boot Menu for DASD and SCSI Guests on s390x
 2018-02-06 17:10 UTC  (14+ messages)
` [Qemu-devel] [PATCH v5 01/12] s390-ccw: refactor boot map table code
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v5 04/12] s390-ccw: update libc
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v5 05/12] s390-ccw: move auxiliary IPL data to separate location
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v5 11/12] s390-ccw: clear pending irqs
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH v8 00/14] Remove some of the fprintf(stderr, "*
 2018-02-06 17:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 09/14] hw/ppc: Replace fprintf(stderr, "*\n" with error_report()
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2] virtio-blk: enable multiple vectors when using multiple I/O queues
 2018-02-06 16:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/22] re-factor softfloat and add fp16 functions
 2018-02-06 16:48 UTC  (23+ messages)
` [Qemu-devel] [PATCH v4 01/22] fpu/softfloat: implement float16_squash_input_denormal
` [Qemu-devel] [PATCH v4 02/22] include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES
` [Qemu-devel] [PATCH v4 03/22] fpu/softfloat-types: new header to prevent excessive re-builds
` [Qemu-devel] [PATCH v4 04/22] target/*/cpu.h: remove softfloat.h
` [Qemu-devel] [PATCH v4 05/22] include/fpu/softfloat: implement float16_abs helper
` [Qemu-devel] [PATCH v4 06/22] include/fpu/softfloat: implement float16_chs helper
` [Qemu-devel] [PATCH v4 07/22] include/fpu/softfloat: implement float16_set_sign helper
` [Qemu-devel] [PATCH v4 08/22] include/fpu/softfloat: add some float16 constants
` [Qemu-devel] [PATCH v4 09/22] fpu/softfloat: improve comments on ARM NaN propagation
` [Qemu-devel] [PATCH v4 10/22] fpu/softfloat: move the extract functions to the top of the file
` [Qemu-devel] [PATCH v4 11/22] fpu/softfloat: define decompose structures
` [Qemu-devel] [PATCH v4 12/22] fpu/softfloat: re-factor add/sub
` [Qemu-devel] [PATCH v4 13/22] fpu/softfloat: re-factor mul
` [Qemu-devel] [PATCH v4 14/22] fpu/softfloat: re-factor div
` [Qemu-devel] [PATCH v4 15/22] fpu/softfloat: re-factor muladd
` [Qemu-devel] [PATCH v4 16/22] fpu/softfloat: re-factor round_to_int
` [Qemu-devel] [PATCH v4 17/22] fpu/softfloat: re-factor float to int/uint
` [Qemu-devel] [PATCH v4 18/22] fpu/softfloat: re-factor int/uint to float
` [Qemu-devel] [PATCH v4 19/22] fpu/softfloat: re-factor scalbn
` [Qemu-devel] [PATCH v4 20/22] fpu/softfloat: re-factor minmax
` [Qemu-devel] [PATCH v4 21/22] fpu/softfloat: re-factor compare
` [Qemu-devel] [PATCH v4 22/22] fpu/softfloat: re-factor sqrt

[Qemu-devel] [PATCH] migration/xen: Check return value of qemu_fclose
 2018-02-06 16:30 UTC 

[Qemu-devel] [PATCH] block: fix write with zero flag set and iovector provided
 2018-02-06 16:11 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] hppa-softmmu update
 2018-02-06 16:02 UTC  (2+ messages)

[Qemu-devel] [PULL 00/14] migration queue
 2018-02-06 15:49 UTC  (2+ messages)
` [Qemu-devel] [PULL 14/14] migration: incoming postcopy advise sanity checks


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