qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-29 11:16:24 to 2018-06-29 14:54:29 UTC [more...]

[Qemu-devel] [PULL 00/55] target-arm queue
 2018-06-29 14:53 UTC  (46+ messages)
` [Qemu-devel] [PULL 01/55] hw/block/fdc: Replace error_setg(&error_abort) by assert()
` [Qemu-devel] [PULL 02/55] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
` [Qemu-devel] [PULL 03/55] device_tree: "
` [Qemu-devel] [PULL 04/55] device_tree: Add qemu_fdt_node_unit_path
` [Qemu-devel] [PULL 05/55] hw/arm/virt: Silence dtc /intc warnings
` [Qemu-devel] [PULL 06/55] hw/arm/virt: Silence dtc /memory warning
` [Qemu-devel] [PULL 07/55] target/arm: Implement SVE Memory Contiguous Load Group
` [Qemu-devel] [PULL 08/55] target/arm: Implement SVE Contiguous Load, first-fault and no-fault
` [Qemu-devel] [PULL 09/55] target/arm: Implement SVE Memory Contiguous Store Group
` [Qemu-devel] [PULL 10/55] target/arm: Implement SVE load and broadcast quadword
` [Qemu-devel] [PULL 11/55] target/arm: Implement SVE integer convert to floating-point
` [Qemu-devel] [PULL 12/55] target/arm: Implement SVE floating-point arithmetic (predicated)
` [Qemu-devel] [PULL 13/55] target/arm: Implement SVE FP Multiply-Add Group
` [Qemu-devel] [PULL 14/55] target/arm: Implement SVE Floating Point Accumulating Reduction Group
` [Qemu-devel] [PULL 15/55] target/arm: Implement SVE load and broadcast element
` [Qemu-devel] [PULL 16/55] target/arm: Implement SVE store vector/predicate register
` [Qemu-devel] [PULL 17/55] target/arm: Implement SVE scatter stores
` [Qemu-devel] [PULL 18/55] target/arm: Implement SVE prefetches
` [Qemu-devel] [PULL 19/55] target/arm: Implement SVE gather loads
` [Qemu-devel] [PULL 20/55] target/arm: Implement SVE first-fault "
` [Qemu-devel] [PULL 21/55] target/arm: Implement SVE scatter store vector immediate
` [Qemu-devel] [PULL 22/55] target/arm: Implement SVE floating-point compare vectors
` [Qemu-devel] [PULL 23/55] target/arm: Implement SVE floating-point arithmetic with immediate
` [Qemu-devel] [PULL 24/55] target/arm: Implement SVE Floating Point Multiply Indexed Group
` [Qemu-devel] [PULL 25/55] target/arm: Implement SVE FP Fast Reduction Group
` [Qemu-devel] [PULL 26/55] target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group
` [Qemu-devel] [PULL 27/55] target/arm: Implement SVE FP Compare with Zero Group
` [Qemu-devel] [PULL 28/55] target/arm: Implement SVE floating-point trig multiply-add coefficient
` [Qemu-devel] [PULL 29/55] target/arm: Implement SVE floating-point convert precision
` [Qemu-devel] [PULL 30/55] target/arm: Implement SVE floating-point convert to integer
` [Qemu-devel] [PULL 31/55] target/arm: Implement SVE floating-point round to integral value
` [Qemu-devel] [PULL 32/55] target/arm: Implement SVE floating-point unary operations
` [Qemu-devel] [PULL 33/55] target/arm: Implement SVE MOVPRFX
` [Qemu-devel] [PULL 34/55] target/arm: Implement SVE floating-point complex add
` [Qemu-devel] [PULL 35/55] target/arm: Implement SVE fp complex multiply add
` [Qemu-devel] [PULL 36/55] target/arm: Pass index to AdvSIMD FCMLA (indexed)
` [Qemu-devel] [PULL 37/55] target/arm: Implement SVE fp complex multiply add (indexed)
` [Qemu-devel] [PULL 38/55] target/arm: Implement SVE dot product (vectors)
` [Qemu-devel] [PULL 39/55] target/arm: Implement SVE dot product (indexed)
` [Qemu-devel] [PULL 40/55] target/arm: Enable SVE for aarch64-linux-user
` [Qemu-devel] [PULL 41/55] target/arm: Implement ARMv8.2-DotProd
` [Qemu-devel] [PULL 42/55] target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-space
` [Qemu-devel] [PULL 43/55] i.mx7d: Remove unused header files
` [Qemu-devel] [PULL 44/55] i.mx7d: Change SRC unimplemented device name from sdma to src
` [Qemu-devel] [PULL 45/55] i.mx7d: Change IRQ number type from hwaddr to int

[Qemu-devel] [PULL 0/7] riscv-pull queue
 2018-06-29 14:52 UTC  (11+ messages)

[Qemu-devel] [PATCH 0/8] Docker improvements
 2018-06-29 14:53 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH 4/8] docker: Add packages required to build a Linux kernel
` [Qemu-devel] [RFC PATCH 5/8] docker: Restrict the 'travis' job to the Travis image
` [Qemu-devel] [PATCH 7/8] docker: Cross build QEMU on ppc32 hosts

[Qemu-devel] [PATCH v2 0/4] pc-dimm: pre_plug "slot" and "addr" assignment
 2018-06-29 14:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/4] util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
` [Qemu-devel] [PATCH v2 3/4] pc: drop memory region alignment check for 0

[Qemu-devel] [PATCH v3 00/20] arm64: Dynamic & 52bit IPA support
 2018-06-29 14:51 UTC  (27+ messages)
` [Qemu-devel] [PATCH v3 03/20] arm64: Add a helper for PARange to physical shift conversion
` [Qemu-devel] [PATCH v3 04/20] kvm: arm64: Clean up VTCR_EL2 initialisation
` [Qemu-devel] [PATCH v3 05/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [Qemu-devel] [PATCH v3 06/20] kvm: arm/arm64: Remove spurious WARN_ON
` [Qemu-devel] [PATCH v3 07/20] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [Qemu-devel] [PATCH v3 08/20] kvm: arm/arm64: Abstract stage2 pgd table allocation
` [Qemu-devel] [PATCH v3 09/20] kvm: arm64: Make stage2 page table layout dynamic
` [Qemu-devel] [PATCH v3 10/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [Qemu-devel] [PATCH v3 11/20] kvm: arm64: Helper for computing VTCR_EL2.SL0
` [Qemu-devel] [PATCH v3 12/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [Qemu-devel] [PATCH v3 13/20] kvm: arm64: Configure VTCR per VM
` [Qemu-devel] [PATCH v3 14/20] kvm: arm/arm64: Expose supported physical address limit for VM
` [Qemu-devel] [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size "
` [Qemu-devel] [PATCH v3 16/20] kvm: arm64: Switch to per VM IPA limit
` [Qemu-devel] [PATCH v3 17/20] vgic: Add support for 52bit guest physical address
` [Qemu-devel] [PATCH v3 18/20] kvm: arm64: Add support for handling 52bit IPA
` [Qemu-devel] [PATCH v3 19/20] kvm: arm64: Allow IPA size supported by the system
` [Qemu-devel] [PATCH v3 20/20] kvm: arm64: Fall back to normal stage2 entry level
` [Qemu-devel] [kvmtool test PATCH 21/24] kvmtool: Allow backends to run checks on the KVM device fd
` [Qemu-devel] [kvmtool test PATCH 22/24] kvmtool: arm64: Add support for guest physical address size
` [Qemu-devel] [kvmtool test PATCH 23/24] kvmtool: arm64: Switch memory layout
` [Qemu-devel] [kvmtool test PATCH 24/24] kvmtool: arm: Add support for creating VM with PA size

[Qemu-devel] [PATCH v5 00/46] Use the IEC binary prefix definitions
 2018-06-29 14:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 01/46] include: Add IEC binary prefixes in "qemu/units.h"
` [Qemu-devel] [Qemu-block] [PATCH v5 00/46] Use the IEC binary prefix definitions

[Qemu-devel] [PATCH 0/6] target/arm SVE updates
 2018-06-29 14:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/6] target/arm: Fix SVE signed division vs x86 overflow exception
` [Qemu-devel] [PATCH 5/6] target/arm: Add ID_ISAR6

[Qemu-devel] [PATCH 1/1] serial: Open non-block
 2018-06-29 14:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweaks
 2018-06-29 14:22 UTC  (20+ messages)
` [Qemu-devel] [PATCH v1 01/10] travis: do not waste time cloning unused submodules
` [Qemu-devel] [PATCH v1 02/10] travis: test out-of-tree builds
` [Qemu-devel] [PATCH v1 03/10] build-system: remove per-test GCOV reporting
` [Qemu-devel] [PATCH v1 04/10] .gitignore: add .gcov files
` [Qemu-devel] [PATCH v1 05/10] docker: add gcovr to travis image
` [Qemu-devel] [PATCH v1 06/10] travis: add gcovr summary for GCOV build
` [Qemu-devel] [PATCH v1 07/10] build-system: add clean-coverage target
` [Qemu-devel] [PATCH v1 08/10] build-system: add coverage-report target
` [Qemu-devel] [PATCH v1 09/10] linux-user: introduce preexit_cleanup

[Qemu-devel] [PATCH v5 0/4] Add support for TPM Physical Presence interface
 2018-06-29 14:19 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 4/4] acpi: build "

[Qemu-devel] [PULL 00/29] Block layer patches
 2018-06-29 14:09 UTC  (30+ messages)
` [Qemu-devel] [PULL 01/29] block-qdict: Pacify Coverity after commit f1b34a248e9
` [Qemu-devel] [PULL 02/29] block/crypto: Pacify Coverity after commit f853465aacb
` [Qemu-devel] [PULL 03/29] qapi/job: The next release will be 3.0
` [Qemu-devel] [PULL 04/29] usb-storage: Add rerror/werror properties
` [Qemu-devel] [PULL 05/29] hw/block/nvme: add optional parameter num_queues for nvme device
` [Qemu-devel] [PULL 06/29] qcow2: Fix qcow2_truncate() error return value
` [Qemu-devel] [PULL 07/29] block: Convert .bdrv_truncate callback to coroutine_fn
` [Qemu-devel] [PULL 08/29] qcow2: Remove coroutine trampoline for preallocate_co()
` [Qemu-devel] [PULL 09/29] block: Move bdrv_truncate() implementation to io.c
` [Qemu-devel] [PULL 10/29] block: Use tracked request for truncate
` [Qemu-devel] [PULL 11/29] file-posix: Make .bdrv_co_truncate asynchronous
` [Qemu-devel] [PULL 12/29] qcow2: Remove dead check on !ret
` [Qemu-devel] [PULL 13/29] block: Move request tracking to children in copy offloading
` [Qemu-devel] [PULL 14/29] block/crypto: Simplify block_crypto_{open, create}_opts_init()
` [Qemu-devel] [PULL 15/29] qemu-iotests: Update 026.out.nocache reference output
` [Qemu-devel] [PULL 16/29] qcow2: Free allocated clusters on write error
` [Qemu-devel] [PULL 17/29] qemu-iotests: Test qcow2 not leaking "
` [Qemu-devel] [PULL 18/29] file-posix: Implement co versions of discard/flush
` [Qemu-devel] [PULL 19/29] qcow2: Fix src_offset in copy offloading
` [Qemu-devel] [PULL 20/29] iscsi: Don't blindly use designator length in response for memcpy
` [Qemu-devel] [PULL 21/29] file-posix: Fix EINTR handling
` [Qemu-devel] [PULL 22/29] parallels: Switch to byte-based calls
` [Qemu-devel] [PULL 23/29] qcow: Switch get_cluster_offset to be byte-based
` [Qemu-devel] [PULL 24/29] qcow: Switch qcow_co_readv to byte-based calls
` [Qemu-devel] [PULL 25/29] qcow: Switch qcow_co_writev "
` [Qemu-devel] [PULL 26/29] qcow: Switch to a byte-based driver
` [Qemu-devel] [PULL 27/29] replication: Switch to byte-based calls
` [Qemu-devel] [PULL 28/29] vhdx: "
` [Qemu-devel] [PULL 29/29] block: Remove unused sector-based vectored I/O

[Qemu-devel] [PULL 00/32] target-arm queue
 2018-06-29 14:07 UTC  (9+ messages)
` [Qemu-devel] [PULL 23/32] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE

[Qemu-devel] CPU model versioning separate from machine type versioning ?
 2018-06-29 14:06 UTC  (10+ messages)
    ` [Qemu-devel] [libvirt] "

[Qemu-devel] [PULL v3 00/60] Misc patches for soft freeze
 2018-06-29 14:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] sysbus/pci: allow better customisation of firmware device paths
 2018-06-29 13:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] sysbus: always allow explicit_ofw_unit_address() to override address generation
` [Qemu-devel] [PATCH v2 2/2] pci: allow DeviceClass fw_name to override pci_dev_fw_name() if set

[Qemu-devel] [PATCH v2] configure: add sanity check to catch builds from "git archive"
 2018-06-29 13:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] i386/kvm: add support for Hyper-V TLB flush
 2018-06-29 13:55 UTC  (3+ messages)

[Qemu-devel] [PATCH] update Linux headers to 4.18
 2018-06-29 13:54 UTC 

[Qemu-devel] [PATCH v3 00/20] arm_gic: add virtualization extensions support
 2018-06-29 13:29 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 01/20] intc/arm_gic: Implement write to GICD_ISACTIVERn and GICD_ICACTIVERn registers
` [Qemu-devel] [PATCH v3 02/20] intc/arm_gic: Refactor operations on the distributor
` [Qemu-devel] [PATCH v3 03/20] intc/arm_gic: Remove some dead code and put some functions static
` [Qemu-devel] [PATCH v3 04/20] vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
` [Qemu-devel] [PATCH v3 05/20] intc/arm_gic: Add the virtualization extensions to the GIC state
` [Qemu-devel] [PATCH v3 06/20] intc/arm_gic: Add virtual interface register definitions
` [Qemu-devel] [PATCH v3 07/20] intc/arm_gic: Add virtualization extensions helper macros and functions
` [Qemu-devel] [PATCH v3 08/20] intc/arm_gic: Refactor secure/ns access check in the CPU interface
` [Qemu-devel] [PATCH v3 09/20] intc/arm_gic: Add virtualization enabled IRQ helper functions
` [Qemu-devel] [PATCH v3 10/20] intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_prio)
` [Qemu-devel] [PATCH v3 11/20] intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irq
` [Qemu-devel] [PATCH v3 12/20] intc/arm_gic: Implement virtualization extensions in gic_complete_irq
` [Qemu-devel] [PATCH v3 13/20] intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)
` [Qemu-devel] [PATCH v3 14/20] intc/arm_gic: Wire the vCPU interface
` [Qemu-devel] [PATCH v3 15/20] intc/arm_gic: Implement the virtual interface registers
` [Qemu-devel] [PATCH v3 16/20] intc/arm_gic: Implement gic_update_virt() function
` [Qemu-devel] [PATCH v3 17/20] intc/arm_gic: Implement maintenance interrupt generation
` [Qemu-devel] [PATCH v3 18/20] intc/arm_gic: Improve traces
` [Qemu-devel] [PATCH v3 19/20] xlnx-zynqmp: Improve GIC wiring and MMIO mapping
` [Qemu-devel] [PATCH v3 20/20] arm/virt: Add support for GICv2 virtualization extensions

[Qemu-devel] [PULL 0/2] 9p patches 2018-06-29
 2018-06-29 13:20 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] cutils: Provide strchrnul
` [Qemu-devel] [PULL 2/2] 9p: darwin: Explicitly cast comparisons of mode_t with -1

[Qemu-devel] [PATCH 00/12] migration: improve multithreads for compression and decompression
 2018-06-29 13:08 UTC  (9+ messages)
` [Qemu-devel] [PATCH 07/12] migration: hold the lock only if it is really needed
` [Qemu-devel] [PATCH 09/12] ring: introduce lockless ring buffer

[Qemu-devel] [PATCH v0 0/2] Postponed actions
 2018-06-29 12:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v0 1/2] async: add infrastructure for postponed actions
` [Qemu-devel] [PATCH v0 2/2] block: postpone the coroutine executing if the BDS's is drained

[Qemu-devel] [PATCH v2] Show values and description when using "qom-list"
 2018-06-29 12:39 UTC  (10+ messages)

[Qemu-devel] [PATCH v6 0/4] Add support for TPM Physical Presence interface
 2018-06-29 12:20 UTC  (2+ messages)

[Qemu-devel] target/ppc: gdbstub single-step broken since TranslatorOps conversion
 2018-06-29 12:17 UTC 

[Qemu-devel] [PATCH v6 0/5] Misc sam460ex improvements
 2018-06-29 12:14 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 4/5] ppc440_uc: Basic emulation of PPC440 DMA controller
      ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v7] ppc440_uc: Basic emulation of PPC440 DMA controller
 2018-06-29 12:04 UTC 

[Qemu-devel] [PULL 0/6] Some docker updates
 2018-06-29 12:06 UTC  (4+ messages)
` [Qemu-devel] [PULL 3/6] Makefile: Rename TARGET_DIRS to TARGET_LIST

[Qemu-devel] [PATCH v5 0/8] New block driver: blklogwrites
 2018-06-29 12:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 8/8] block: Add blklogwrites

[Qemu-devel] [PATCH v0 0/7] Background snapshots
 2018-06-29 11:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] accel: forbid early use of kvm_enabled() and friends
 2018-06-29 11:47 UTC  (9+ messages)

[Qemu-devel] [PATCH 0/5] Some bs->options fixes
 2018-06-29 11:37 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] qdict: Make qdict_extract_subqdict() accept dst = NULL
` [Qemu-devel] [PATCH 2/5] block: Remove children options from bs->{options, explicit_options}
` [Qemu-devel] [PATCH 3/5] block: Simplify bdrv_reopen_abort()
` [Qemu-devel] [PATCH 4/5] block: Update bs->options if bdrv_reopen() succeeds
` [Qemu-devel] [PATCH 5/5] block: Simplify append_open_options()

[Qemu-devel] [PATCH 0/5] Add Icelake CPU model
 2018-06-29 11:34 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSR

[Qemu-devel] [PULL 0/3] Min glib patches
 2018-06-29 11:25 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] util: remove redundant include of glib.h and add osdep.h
` [Qemu-devel] [PULL 2/3] glib: bump min required glib library version to 2.40
` [Qemu-devel] [PULL 3/3] glib: enforce the minimum required version and warn about old APIs


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