qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-15 16:24:59 to 2018-01-16 04:46:50 UTC [more...]

[Qemu-devel] [PULL 00/33] pc, pci, virtio: features, fixes, cleanups
 2018-01-16  4:46 UTC  (5+ messages)
` [Qemu-devel] [PULL 01/33] MAINTAINERS: Add myself as maintainer to X86 machines
` [Qemu-devel] [PULL 02/33] vhost-user: add new vhost user messages to support virtio config space
` [Qemu-devel] [PULL 03/33] vhost-user-blk: introduce a new vhost-user-blk host device
` [Qemu-devel] [PULL 04/33] contrib/libvhost-user: enable virtio config space messages

[Qemu-devel] [PATCH v4 00/14] Initial i.MX7 support
 2018-01-16  4:45 UTC  (16+ messages)
` [Qemu-devel] [PATCH v4 01/14] sdhci: Add i.MX specific subtype of SDHCI
` [Qemu-devel] [PATCH v4 02/14] hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHC
` [Qemu-devel] [PATCH v4 03/14] i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocks
` [Qemu-devel] [PATCH v4 04/14] i.MX: Add code to emulate i.MX2 watchdog IP block
` [Qemu-devel] [PATCH v4 05/14] i.MX: Add code to emulate i.MX7 SNVS IP-block
` [Qemu-devel] [PATCH v4 06/14] i.MX: Add code to emulate GPCv2 IP block
` [Qemu-devel] [PATCH v4 08/14] i.MX: Add implementation of i.MX7 GPR "
` [Qemu-devel] [PATCH v4 09/14] pci: Add support for Designware "
` [Qemu-devel] [PATCH v4 10/14] usb: Add basic code to emulate Chipidea USB IP
` [Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block
` [Qemu-devel] [PATCH v4 12/14] i.MX: Add i.MX7 SOC implementation
` [Qemu-devel] [PATCH v4 13/14] hw/arm: Move virt's PSCI DT fixup code to arm/boot.c
  ` [Qemu-devel] [PATCH v4 07/14] i.MX: Add i.MX7 GPT variant

[Qemu-devel] [PATCH v6 0/3] vhost: two fixes and used_memslots refactoring
 2018-01-16  4:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] cryptodev: add vhost support
 2018-01-16  4:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/4] cryptodev-vhost-user: add crypto session handler

[Qemu-devel] [PATCH 0/5] tests: acpi: fix FADT not being tested and cleanups
 2018-01-16  4:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH 5/5] tests: acpi: fix FADT not being compared to reference table

[Qemu-devel] [PATCH v9 00/26] tcg: generic vector operations
 2018-01-16  4:02 UTC  (28+ messages)
` [Qemu-devel] [PATCH v9 01/26] tcg: Allow multiple word entries into the constant pool
` [Qemu-devel] [PATCH v9 02/26] tcg: Add types and basic operations for host vectors
` [Qemu-devel] [PATCH v9 03/26] tcg: Standardize integral arguments to expanders
` [Qemu-devel] [PATCH v9 04/26] tcg: Add generic vector expanders
` [Qemu-devel] [PATCH v9 05/26] tcg: Add generic vector ops for interleave
` [Qemu-devel] [PATCH v9 06/26] tcg: Add generic vector ops for constant shifts
` [Qemu-devel] [PATCH v9 07/26] tcg: Add generic vector ops for comparisons
` [Qemu-devel] [PATCH v9 08/26] tcg: Add generic vector ops for multiplication
` [Qemu-devel] [PATCH v9 09/26] tcg: Add generic vector ops for extension
` [Qemu-devel] [PATCH v9 10/26] tcg: Add generic helpers for saturating arithmetic
` [Qemu-devel] [PATCH v9 11/26] tcg: Loosen vec_gen_op* typecheck rules
` [Qemu-devel] [PATCH v9 12/26] tcg: Add generic vector helpers with a scalar immediate operand
` [Qemu-devel] [PATCH v9 13/26] tcg: Add generic vector helpers with a scalar variable operand
` [Qemu-devel] [PATCH v9 14/26] tcg/optimize: Handle vector opcodes during optimize
` [Qemu-devel] [PATCH v9 15/26] target/arm: Align vector registers
` [Qemu-devel] [PATCH v9 16/26] target/arm: Use vector infrastructure for aa64 add/sub/logic
` [Qemu-devel] [PATCH v9 17/26] target/arm: Use vector infrastructure for aa64 mov/not/neg
` [Qemu-devel] [PATCH v9 18/26] target/arm: Use vector infrastructure for aa64 dup/movi
` [Qemu-devel] [PATCH v9 19/26] target/arm: Use vector infrastructure for aa64 zip/uzp/trn/xtn
` [Qemu-devel] [PATCH v9 20/26] target/arm: Use vector infrastructure for aa64 constant shifts
` [Qemu-devel] [PATCH v9 21/26] target/arm: Use vector infrastructure for aa64 compares
` [Qemu-devel] [PATCH v9 22/26] target/arm: Use vector infrastructure for aa64 multiplies
` [Qemu-devel] [PATCH v9 23/26] target/arm: Use vector infrastructure for aa64 widening shifts
` [Qemu-devel] [PATCH v9 24/26] target/arm: Use vector infrastructure for aa64 orr/bic immediate
` [Qemu-devel] [PATCH v9 25/26] tcg/i386: Add vector operations
` [Qemu-devel] [PATCH v9 26/26] tcg/aarch64: "

[Qemu-devel] [PATCH v2 0/4] tcg/arm fixes
 2018-01-16  3:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] tcg/arm: Fix double-word comparisons
` [Qemu-devel] [PATCH v2 2/4] tcg/arm: Support tlb offsets larger than 64k

[Qemu-devel] [PATCH v5 0/7] Rework vhost memory region updates
 2018-01-16  3:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list

[Qemu-devel] [RFC PATCH 0/3] vfio: ccw: basic channel path event handling
 2018-01-16  3:16 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH 1/3] vfio: ccw: introduce schib region

[Qemu-devel] [PATCH 0/4] coroutine-lock: polymorphic CoQueue
 2018-01-16  3:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] lockable: add QemuLockable
` [Qemu-devel] [PATCH 2/4] coroutine-lock: convert CoQueue to use QemuLockable
` [Qemu-devel] [PATCH 3/4] coroutine-lock: make qemu_co_enter_next thread-safe
` [Qemu-devel] [PATCH 4/4] curl: convert to CoQueue

[Qemu-devel] [PATCH 0/4] vhost-user: notify backend with number of queues setup
 2018-01-16  3:07 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] vhost-user: fix multiple queue specification
` [Qemu-devel] [PATCH 2/4] vhost-user: specify and implement VHOST_USER_SET_QUEUE_NUM request
` [Qemu-devel] [PATCH 4/4] virtio-net: notify backend with number of queue pairs setup

[Qemu-devel] [PULL 00/25] pc, pci, virtio: features, fixes, cleanups
 2018-01-16  2:48 UTC  (9+ messages)

[Qemu-devel] RFE for patchew docker result reporting
 2018-01-16  2:16 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] Add ifname support to -netdev tap and bridge when using helper
 2018-01-16  2:08 UTC 

[Qemu-devel] [PATCH V7 0/5] hw/pvrdma: PVRDMA device implementation
 2018-01-16  2:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH V7 3/5] docs: add pvrdma device documentation

[Qemu-devel] GRUB countdown problem in VirtualBox
 2018-01-16  1:55 UTC 

[Qemu-devel] [PATCH] hw/misc: Add code to emulate Xilinx Slave Serial port
 2018-01-16  1:51 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] Clean up the ppc default configs
 2018-01-16  1:19 UTC  (4+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2] Small IPMI fixes
 2018-01-16  0:57 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] Add maintainer for the IPMI code
` [Qemu-devel] [PATCH 2/7] ipmi: Fix SEL get/set time commands
` [Qemu-devel] [PATCH 3/7] ipmi: Don't set the timestamp on add events that don't have it
` [Qemu-devel] [PATCH 4/7] ipmi: Add the platform event message command
` [Qemu-devel] [PATCH 5/7] ipmi: Fix macro issues
` [Qemu-devel] [PATCH 6/7] ipmi: disable IRQ and ATN on an external disconnect
` [Qemu-devel] [PATCH 7/7] ipmi: Allow BMC device properties to be set

[Qemu-devel] [PATCH] sun4u: implement power device
 2018-01-16  0:54 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 0/7] CAN bus support for QEMU (SJA1000 PCI so far)
 2018-01-16  0:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH V4 2/7] CAN bus support to connect bust to Linux host SocketCAN interface

[Qemu-devel] [PULL v3 00/53] Misc changes for 2017-01-12
 2018-01-15 23:35 UTC  (3+ messages)
` [Qemu-devel] [PULL 46/53] cpu_physical_memory_sync_dirty_bitmap: Another alignment fix
` [Qemu-devel] [PULL 53/53] ucontext: annotate coroutine stack for ASAN

[Qemu-devel] [PATCH v4 00/16] piix4: cleanup and improvements
 2018-01-15 23:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 01/16] fdc: move object structures to header file

[Qemu-devel] [PATCH v2] file-posix: specify expected filetypes
 2018-01-15 22:50 UTC 

[Qemu-devel] [PATCH 0/3] linux-user: select CPU type according ELF header values
 2018-01-15 22:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] linux-user: introduce functions to detect CPU type

[Qemu-devel] qcow2 autoloading bitmaps
 2018-01-15 21:26 UTC  (4+ messages)

[Qemu-devel] [PULL 00/27] Migration pull
 2018-01-15 20:19 UTC  (3+ messages)
` [Qemu-devel] [PULL 09/27] migration: calculate vCPU blocktime on dst side

[Qemu-devel] [PATCH v2] qemu: improve hugepage allocation failure message
 2018-01-15 20:17 UTC 

[Qemu-devel] [PATCH v5 00/15] qcow2: space preallocation and COW improvements
 2018-01-15 20:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 08/15] qcow2: skip writing zero buffers to empty COW areas

[Qemu-devel] [Bug 1743337] [NEW] OS/2 Warp 4 HPFS corruption
 2018-01-15 19:58 UTC  (6+ messages)
` [Qemu-devel] [Bug 1743337] "

[Qemu-devel] [PATCH v2] net: Allow hubports to connect to other netdevs
 2018-01-15 19:50 UTC 

[Qemu-devel] [Bug 1743441] [NEW] OS/2 Warp 4.52 OS2LVM failure
 2018-01-15 19:25 UTC  (2+ messages)
` [Qemu-devel] [Bug 1743441] "

[Qemu-devel] [PATCH] escc: introduce a selector for the register bit
 2018-01-15 19:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] ARM v8.1 simd + v8.3 complex insns
 2018-01-15 19:10 UTC  (22+ messages)
` [Qemu-devel] [PATCH v2 01/11] target/arm: Add ARM_FEATURE_V8_1_SIMD
` [Qemu-devel] [PATCH v2 03/11] target/arm: Decode aa64 armv8.1 three same extra
` [Qemu-devel] [PATCH v2 05/11] target/arm: Decode aa32 armv8.1 three same
` [Qemu-devel] [PATCH v2 06/11] target/arm: Decode aa32 armv8.1 two reg and a scalar
` [Qemu-devel] [PATCH v2 07/11] target/arm: Add ARM_FEATURE_V8_FCMA
` [Qemu-devel] [PATCH v2 08/11] target/arm: Decode aa64 armv8.3 fcadd
` [Qemu-devel] [PATCH v2 09/11] target/arm: Decode aa64 armv8.3 fcmla
` [Qemu-devel] [PATCH v2 10/11] target/arm: Decode aa32 armv8.3 3-same
` [Qemu-devel] [PATCH v2 11/11] target/arm: Decode aa32 armv8.3 2-reg-index

[Qemu-devel] [PATCH v1 1/1] s390x: fix storage attributes migration for non-small guests
 2018-01-15 18:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 00/14] SDHCI: housekeeping (part 1)
 2018-01-15 18:39 UTC  (16+ messages)
` [Qemu-devel] [PATCH v8 01/14] sdhci: clean up includes
` [Qemu-devel] [PATCH v8 02/14] sdhci: remove dead code
` [Qemu-devel] [PATCH v8 03/14] sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties
` [Qemu-devel] [PATCH v8 04/14] sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()
` [Qemu-devel] [PATCH v8 05/14] sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()
` [Qemu-devel] [PATCH v8 06/14] sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()
` [Qemu-devel] [PATCH v8 07/14] sdhci: use qemu_log_mask(UNIMP) instead of fprintf()
` [Qemu-devel] [PATCH v8 08/14] sdhci: convert the DPRINT() calls into trace events
` [Qemu-devel] [PATCH v8 09/14] sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"
` [Qemu-devel] [PATCH v8 10/14] sdhci: rename the SDHC_CAPAB register
` [Qemu-devel] [PATCH v8 11/14] sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only
` [Qemu-devel] [PATCH v8 12/14] sdhci: Implement write method of ACMD12ERRSTS register
` [Qemu-devel] [PATCH v8 13/14] sdhci: fix the PCI device, using the PCI address space for DMA
` [Qemu-devel] [PATCH v8 14/14] sdhci: add a 'dma' property to the sysbus devices

[Qemu-devel] [PATCH 00/11] sun4u: APB tidy-up/rename and tracepoint conversions
 2018-01-15 18:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/7] target/m68k: supervisor mode (part 2)
 2018-01-15 18:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/7] accel/tcg: add size paremeter in tlb_fill()
` [Qemu-devel] [PATCH v2 2/7] target/m68k: add MC68040 MMU
` [Qemu-devel] [PATCH v2 4/7] target/m68k: add index parameter to gen_load()/gen_store() and Co
` [Qemu-devel] [PATCH v2 5/7] target/m68k: add moves

[Qemu-devel] [PATCH] m25p80: prevent buffer overflow during erasing
 2018-01-15 18:30 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] sun4u: APB tidy-up/rename and tracepoint conversions
 2018-01-15 18:29 UTC  (8+ messages)
` [Qemu-devel] [PATCH 07/11] sun4u: rename apb variables and constants
` [Qemu-devel] [PATCH 09/11] pci: add trace-events support for hw/pci-host

[Qemu-devel] [PATCH v2 0/6] nbd export qmp interface
 2018-01-15 18:28 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 3/6] qapi: add nbd-server-remove
` [Qemu-devel] [PATCH v2 6/6] iotest 201: new test for qmp nbd-server-remove

[Qemu-devel] [PATCH] LEON3 IRQMP: Fix IRQ software ack
 2018-01-15 18:16 UTC  (9+ messages)

[Qemu-devel] [PATCH] net: Allow hubports to connect to other netdevs
 2018-01-15 18:06 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/6] ppc/pnv: misc fixes and cleanups for POWER9
 2018-01-15 18:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] ppc/pnv: use POWER9 DD2 processor
` [Qemu-devel] [PATCH 2/6] ppc/pnv: change core mask for POWER9
` [Qemu-devel] [PATCH 3/6] ppc/pnv: introduce pnv*_is_power9() helpers
` [Qemu-devel] [PATCH 4/6] ppc/pnv: fix XSCOM core addressing on POWER9
` [Qemu-devel] [PATCH 5/6] ppc/pnv: change initrd address
` [Qemu-devel] [PATCH 6/6] target/ppc: add support for POWER9 HILE

[Qemu-devel] [PATCH] tcg/arm: Fix double-word comparisons
 2018-01-15 17:39 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/10] linux-user: Speed up guest space initialization on 32-bit ARM target
 2018-01-15 17:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/13] Support building with py2 or py3
 2018-01-15 17:30 UTC  (20+ messages)
` [Qemu-devel] [PATCH v4 01/13] qapi: use items()/values() intead of iteritems()/itervalues()
` [Qemu-devel] [PATCH v4 02/13] qapi: Use OrderedDict from standard library if available
` [Qemu-devel] [PATCH v4 03/13] qapi: adapt to moved location of StringIO module in py3
` [Qemu-devel] [PATCH v4 04/13] qapi: Adapt to moved location of 'maketrans' function "
` [Qemu-devel] [PATCH v4 05/13] qapi: remove '-q' arg to diff when comparing QAPI output
` [Qemu-devel] [PATCH v4 06/13] qapi: ensure stable sort ordering when checking QAPI entities
` [Qemu-devel] [PATCH v4 07/13] qapi: force a UTF-8 locale for running Python
` [Qemu-devel] [PATCH v4 08/13] scripts: ensure signrom treats data as bytes
` [Qemu-devel] [PATCH v4 09/13] configure: allow use of python 3
` [Qemu-devel] [PATCH v4 10/13] input: add missing JIS keys to virtio input
` [Qemu-devel] [PATCH v4 11/13] ui: update keycodemapdb to get py3 fixes
` [Qemu-devel] [PATCH v4 12/13] travis: improve python version test coverage
` [Qemu-devel] [PATCH v4 13/13] docker: change Fedora images to run with python3

[Qemu-devel] [PATCH v3 0/8] Interactive Boot Menu for DASD and SCSI Guests on s390x
 2018-01-15 17:23 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 1/8] s390-ccw: update libc
` [Qemu-devel] [PATCH v3 2/8] s390-ccw: ipl structs for eckd cdl/ldl
` [Qemu-devel] [PATCH v3 3/8] s390-ccw: parse and set boot menu options
` [Qemu-devel] [PATCH v3 4/8] s390-ccw: interactive boot menu for eckd dasd (menu setup)
` [Qemu-devel] [PATCH v3 5/8] s390-ccw: interactive boot menu for eckd dasd (read stage2 data)
` [Qemu-devel] [PATCH v3 6/8] s390-ccw: interactive boot menu for eckd dasd (print menu)
` [Qemu-devel] [PATCH v3 7/8] s390-ccw: interactive boot menu for eckd dasd (read input)
` [Qemu-devel] [PATCH v3 8/8] s390-ccw: interactive boot menu for scsi

[Qemu-devel] [PATCH v2 0/8] docker: update Ubuntu and Fedora images, deprecate old ones
 2018-01-15 16:38 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 3/8] docker: add the Ubuntu Trusty base image
` [Qemu-devel] [PATCH v2 6/8] docker: add the Fedora 27 "

[Qemu-devel] [PATCH] hw/pci-bridge: fix QEMU crash because of pcie-root-port
 2018-01-15 16:31 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 00/14] SDHCI: housekeeping (part 1)
 2018-01-15 16:24 UTC  (7+ 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).