qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-13 16:09:15 to 2017-10-15 16:29:03 UTC [more...]

[Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)
 2017-10-15 16:28 UTC  (45+ messages)
` [Qemu-devel] [RFC PATCH 01/30] linux-user/main: support dfilter
` [Qemu-devel] [RFC PATCH 02/30] arm: introduce ARM_V8_FP16 feature bit
` [Qemu-devel] [RFC PATCH 03/30] include/exec/helper-head.h: support f16 in helper calls
` [Qemu-devel] [RFC PATCH 04/30] target/arm/cpu.h: update comment for half-precision values
` [Qemu-devel] [RFC PATCH 05/30] softfloat: implement propagateFloat16NaN
` [Qemu-devel] [RFC PATCH 06/30] fpu/softfloat: implement float16_squash_input_denormal
` [Qemu-devel] [RFC PATCH 07/30] fpu/softfloat: implement float16_abs helper
` [Qemu-devel] [RFC PATCH 08/30] softfloat: add half-precision expansions for MINMAX fns
` [Qemu-devel] [RFC PATCH 09/30] softfloat: propagate signalling NaNs in MINMAX
` [Qemu-devel] [RFC PATCH 10/30] softfloat: improve comments on ARM NaN propagation
` [Qemu-devel] [RFC PATCH 11/30] target/arm: implement half-precision F(MIN|MAX)(V|NMV)
` [Qemu-devel] [RFC PATCH 12/30] target/arm/translate-a64.c: handle_3same_64 comment fix
` [Qemu-devel] [RFC PATCH 13/30] target/arm/translate-a64.c: AdvSIMD scalar 3 Same FP16 initial decode
` [Qemu-devel] [RFC PATCH 14/30] softfloat: 16 bit helpers for shr, clz and rounding and packing
` [Qemu-devel] [RFC PATCH 15/30] softfloat: half-precision add/sub/mul/div support
` [Qemu-devel] [RFC PATCH 16/30] target/arm/translate-a64.c: add FP16 FADD/FMUL/FDIV to AdvSIMD 3 Same (!sub)
` [Qemu-devel] [RFC PATCH 17/30] target/arm/translate-a64.c: add FP16 FMULX
` [Qemu-devel] [RFC PATCH 18/30] target/arm/translate-a64.c: add AdvSIMD scalar two-reg misc skeleton
` [Qemu-devel] [RFC PATCH 19/30] Fix mask for AdvancedSIMD 2 reg misc
` [Qemu-devel] [RFC PATCH 20/30] softfloat: half-precision compare functions
` [Qemu-devel] [RFC PATCH 21/30] target/arm/translate-a64: add FP16 2-reg misc compare (zero)
` [Qemu-devel] [RFC PATCH 22/30] target/arm/translate-a64.c: add FP16 FAGCT to AdvSIMD 3 Same
` [Qemu-devel] [RFC PATCH 23/30] softfloat: add float16_rem and float16_muladd (!CHECK)
` [Qemu-devel] [RFC PATCH 24/30] disas_simd_indexed: support half-precision operations
` [Qemu-devel] [RFC PATCH 25/30] softfloat: float16_round_to_int
` [Qemu-devel] [RFC PATCH 26/30] tests/test-softfloat: add a simple test framework
` [Qemu-devel] [RFC PATCH 27/30] target/arm/translate-a64.c: add FP16 FRINTP to 2 reg misc
` [Qemu-devel] [RFC PATCH 28/30] softfloat: float16_to_int16 conversion
` [Qemu-devel] [RFC PATCH 29/30] tests/test-softfloat: add f16_to_int16 conversion test
` [Qemu-devel] [RFC PATCH 30/30] target/arm/translate-a64.c: add FP16 FCVTPS to 2 reg misc

[Qemu-devel] QEMU without X11 support
 2017-10-15 15:39 UTC  (7+ messages)

[Qemu-devel] [PATCH v2] oslib-posix: Fix compiler warning and some data types
 2017-10-15 15:32 UTC  (3+ messages)

[Qemu-devel] ivshmem Windows Driver
 2017-10-15 12:29 UTC  (5+ messages)

[Qemu-devel] [Bug 1723731] [NEW] Qemu turns to black screen while starting to copy installation files of Windows 7
 2017-10-15 11:25 UTC 

[Qemu-devel] How to debug crash in TCG code?
 2017-10-15 11:30 UTC  (3+ messages)
      ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] sun4u: fix assert when adding NICs which aren't the in-built model
 2017-10-15  9:21 UTC 

[Qemu-devel] [PATCH qemu v2 REPOST] pci: Initialize pci_dev->name before use
 2017-10-15  8:01 UTC  (2+ messages)

[Qemu-devel] [PATCHv3 00/13] sun4m: sparc32_dma tidy-ups
 2017-10-15  7:14 UTC  (16+ messages)
` [Qemu-devel] [PATCHv3 01/13] sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE
` [Qemu-devel] [PATCHv3 02/13] sparc32_dma: split esp and le into separate DMA devices
` [Qemu-devel] [PATCHv3 03/13] sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
` [Qemu-devel] [PATCHv3 04/13] sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()
` [Qemu-devel] [PATCHv3 05/13] sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.h
` [Qemu-devel] [PATCHv3 06/13] sparc32_dma: use object link instead of qdev property to pass IOMMU reference
` [Qemu-devel] [PATCHv3 07/13] esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
` [Qemu-devel] [PATCHv3 08/13] sparc32_dma: make esp device child of espdma device
` [Qemu-devel] [PATCHv3 09/13] lance: move TYPE_LANCE and SysBusPCNetState from lance.c to sun4m.h
` [Qemu-devel] [PATCHv3 10/13] sparc32_dma: make lance device child of ledma device
` [Qemu-devel] [PATCHv3 11/13] sparc32_dma: introduce new SPARC32_DMA type container object
` [Qemu-devel] [PATCHv3 12/13] sparc32_dma: remove is_ledma hack and replace with memory region alias
` [Qemu-devel] [PATCHv3 13/13] sparc32_dma: add len to esp/le DMA memory tracing

[Qemu-devel] host physical address width issues/questions for x86_64
 2017-10-15  3:53 UTC  (4+ messages)

[Qemu-devel] [PATCH qemu v2] pci: Initialize pci_dev->name before use
 2017-10-15  3:45 UTC  (6+ messages)

[Qemu-devel] [PULL 00/26] pc, pci, virtio: fixes, features
 2017-10-15  3:24 UTC  (27+ messages)
` [Qemu-devel] [PULL 01/26] xio3130_downstream: Report error if pcie_chassis_add_slot() failed
` [Qemu-devel] [PULL 02/26] pci: Set err to errp directly rather than through error_propagate()
` [Qemu-devel] [PULL 03/26] fw_cfg: add write callback
` [Qemu-devel] [PULL 04/26] hw/misc: add vmcoreinfo device
` [Qemu-devel] [PULL 05/26] dump: add guest ELF note
` [Qemu-devel] [PULL 06/26] dump: update phys_base header field based on VMCOREINFO content
` [Qemu-devel] [PULL 07/26] kdump: set vmcoreinfo location
` [Qemu-devel] [PULL 08/26] scripts/dump-guest-memory.py: add vmcoreinfo
` [Qemu-devel] [PULL 09/26] MAINTAINERS: add Dump maintainers
` [Qemu-devel] [PULL 10/26] virtio/vhost: reset dev->log after syncing
` [Qemu-devel] [PULL 11/26] pci: allow 32-bit PCI IO accesses to pass through the PCI bridge
` [Qemu-devel] [PULL 12/26] hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case
` [Qemu-devel] [PULL 13/26] virtio/pci/migration: Convert to VMState
` [Qemu-devel] [PULL 14/26] PCI: PCIe access should always be little endian
` [Qemu-devel] [PULL 15/26] pci: conventional-pci-device and pci-express-device interfaces
` [Qemu-devel] [PULL 16/26] pci: Add interface names to hybrid PCI devices
` [Qemu-devel] [PULL 17/26] pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
` [Qemu-devel] [PULL 18/26] pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
` [Qemu-devel] [PULL 19/26] xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid
` [Qemu-devel] [PULL 20/26] pci: Validate interfaces on base_class_init
` [Qemu-devel] [PULL 21/26] hw/gen_pcie_root_port: make IO RO 0 on IO disabled
` [Qemu-devel] [PULL 22/26] virtio: fix descriptor counting in virtqueue_pop
` [Qemu-devel] [PULL 23/26] virtio-pci: Replace modern_as with direct access to modern_bar
` [Qemu-devel] [PULL 24/26] isapc: Remove unnecessary migration compatibility code
` [Qemu-devel] [PULL 25/26] pc: remove useless hot_add_cpu initialisation
` [Qemu-devel] [PULL 26/26] tests/pxe: Test more NICs when running in SPEED=slow mode

[Qemu-devel] [PATCHv2 00/13] sun4m: sparc32_dma tidy-ups
 2017-10-14 18:26 UTC  (17+ messages)
` [Qemu-devel] [PATCHv2 01/13] sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE
` [Qemu-devel] [PATCHv2 02/13] sparc32_dma: split esp and le into separate DMA devices
` [Qemu-devel] [PATCHv2 03/13] sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
` [Qemu-devel] [PATCHv2 04/13] sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()
` [Qemu-devel] [PATCHv2 05/13] sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.h
` [Qemu-devel] [PATCHv2 06/13] sparc32_dma: use object link instead of qdev property to pass IOMMU reference
` [Qemu-devel] [PATCHv2 07/13] esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
` [Qemu-devel] [PATCHv2 08/13] sparc32_dma: make esp device child of espdma device
` [Qemu-devel] [PATCHv2 09/13] lance: move TYPE_LANCE and SysBusPCNetState from lance.c to sun4m.h
` [Qemu-devel] [PATCHv2 10/13] sparc32_dma: make lance device child of ledma device
` [Qemu-devel] [PATCHv2 11/13] sparc32_dma: introduce new SPARC32_DMA type container object
` [Qemu-devel] [PATCHv2 12/13] sparc32_dma: remove is_ledma hack and replace with memory region alias
` [Qemu-devel] [PATCHv2 13/13] sparc32_dma: add len to esp/le DMA memory tracing

[Qemu-devel] [PATCH v6 0/7] KASLR kernel dump support
 2017-10-15  2:02 UTC  (12+ messages)
` [Qemu-devel] [PATCH v6 2/7] hw/misc: add vmcoreinfo device

[Qemu-devel] [PATCH] spapr_cpu_core: instantiate CPUs separately
 2017-10-14  9:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/8] nbd mimimal structured read
 2017-10-15  1:01 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/8] nbd: Include error names in trace messages
` [Qemu-devel] [PATCH v4 2/8] nbd: Move nbd_errno_to_system_errno() to public header
` [Qemu-devel] [PATCH v4 3/8] nbd: Expose constants and structs for structured read
` [Qemu-devel] [PATCH v4 4/8] nbd: Minimal structured read for server
` [Qemu-devel] [PATCH v4 5/8] nbd/server: Include human-readable message in structured errors
` [Qemu-devel] [PATCH v4 6/8] nbd/client: refactor nbd_receive_starttls
` [Qemu-devel] [PATCH v4 7/8] nbd/client: prepare nbd_receive_reply for structured reply
` [Qemu-devel] [PATCH v4 8/8] nbd: Move nbd_read() to common header

[Qemu-devel] [PULL 0/9] NBD patches through 14 Oct
 2017-10-15  0:40 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/9] NBD: use g_new() family of functions
` [Qemu-devel] [PULL 2/9] block/nbd-client: assert qiov len once in nbd_co_request
` [Qemu-devel] [PULL 3/9] block/nbd-client: refactor nbd_co_receive_reply
` [Qemu-devel] [PULL 4/9] nbd: rename some simple-request related objects to be _simple_
` [Qemu-devel] [PULL 5/9] nbd/server: structurize simple reply header sending
` [Qemu-devel] [PULL 6/9] nbd/server: do not use NBDReply structure
` [Qemu-devel] [PULL 7/9] nbd/server: refactor nbd_co_send_simple_reply parameters
` [Qemu-devel] [PULL 8/9] nbd/server: simplify reply transmission
` [Qemu-devel] [PULL 9/9] nbd: header constants indenting

[Qemu-devel] [RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest
 2017-10-15  0:35 UTC  (14+ messages)

[Qemu-devel] [PATCH 0/3] sun4m: implement memory region IOMMU translation and DMA API
 2017-10-14 18:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] sun4m: implement IOMMU translation using IOMMU memory region
` [Qemu-devel] [PATCH 2/3] sparc32_dma: switch over to using IOMMU memory region and DMA API
` [Qemu-devel] [PATCH 3/3] sun4m_iommu: remove legacy sparc_iommu_memory_rw() function

[Qemu-devel] [PATCH 0/8] sun4m : sparc32_dma tidy-ups
 2017-10-14 17:56 UTC  (3+ messages)

[Qemu-devel] [PATCH] tco: add trace events
 2017-10-14 17:17 UTC  (2+ messages)

[Qemu-devel] [PATCH] futex: add missing header guards
 2017-10-14 16:30 UTC  (2+ messages)

[Qemu-devel] (no subject)
 2017-10-14 13:41 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/4] multiboot: load any machine type of ELF

[Qemu-devel] qemu-img convert to VMDK
 2017-10-14  9:45 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] x86: Rework KVM-defaults compat code, enable kvm_pv_unhalt by default
 2017-10-13 23:56 UTC  (11+ messages)

[Qemu-devel] [PATCH v3 00/13] nbd minimal structured read
 2017-10-13 22:34 UTC  (17+ messages)
` [Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server
` [Qemu-devel] [PATCH v3 10/13] nbd/client: refactor nbd_receive_starttls
` [Qemu-devel] [PATCH v3 11/13] nbd: share some nbd entities to be reused in block/nbd-client.c
` [Qemu-devel] [PATCH v3 12/13] nbd/client: prepare nbd_receive_reply for structured reply
` [Qemu-devel] [PATCH v3 13/13] nbd: Minimal structured read for client

[Qemu-devel] Co-routine re-entered recursively
 2017-10-13 21:17 UTC  (3+ messages)

[Qemu-devel] [Bug 1723161] [NEW] Migration failing in qemu-2.10.1 but working qemu-2.9.1 and earlier with same options
 2017-10-13 20:10 UTC  (3+ messages)
` [Qemu-devel] [Bug 1723161] "

[Qemu-devel] [PATCH] notdirty_mem_write: implement 8-byte accesses
 2017-10-13 20:04 UTC  (4+ messages)

[Qemu-devel] dynamic DRAM base for ArmVirtQemu
 2017-10-13 19:50 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/40] generalize parsing of cpu_model (part 2)
 2017-10-13 19:13 UTC  (3+ messages)

[Qemu-devel] [Bug 1723488] [NEW] HAX on Windows, memory lease error
 2017-10-13 18:58 UTC  (3+ messages)
` [Qemu-devel] [Bug 1723488] "

[Qemu-devel] [PATCH 0/2] target/i386: trap on instructions longer than >15 bytes
 2017-10-13 18:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] "

[Qemu-devel] [PATCH v3] tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD
 2017-10-13 16:36 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/5] Add a valid_cpu_types property
 2017-10-13 16:29 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: pick the right compiler for OpenBSD by default
 2017-10-13 16:14 UTC  (6+ messages)


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