qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-18 15:19:32 to 2018-01-18 21:43:09 UTC [more...]

[Qemu-devel] [PATCH v6 0/9] Add the ZynqMP PMU and IPI
 2018-01-18 21:42 UTC  (14+ messages)
` [Qemu-devel] [PATCH v6 1/9] microblaze: boot.c: Don't try to find NULL pointer
` [Qemu-devel] [PATCH v6 2/9] xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMU
` [Qemu-devel] [PATCH v6 3/9] xlnx-zynqmp-pmu: Add the CPU and memory
` [Qemu-devel] [PATCH v6 4/9] aarch64-softmmu.mak: Use an ARM specific config
` [Qemu-devel] [PATCH v6 5/9] xlnx-pmu-iomod-intc: Add the PMU Interrupt controller
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v6 6/9] xlnx-zynqmp-pmu: Connect the PMU interrupt controller
` [Qemu-devel] [PATCH v6 7/9] xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device
` [Qemu-devel] [PATCH v6 8/9] xlnx-zynqmp-pmu: Connect the IPI device to the PMU
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v6 9/9] xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC

[Qemu-devel] [PATCH v7 00/14] SDHCI: add tunning sequence for UHS-I cards (part 3)
 2018-01-18 21:40 UTC  (16+ messages)
` [Qemu-devel] [PATCH v7 01/14] sdhci: add v3 capabilities
` [Qemu-devel] [PATCH v7 02/14] sdhci: rename the hostctl1 register
` [Qemu-devel] [PATCH v7 03/14] hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
` [Qemu-devel] [PATCH v7 04/14] hw/arm/bcm2835_peripherals: change maximum block size to 1kB
` [Qemu-devel] [PATCH v7 05/14] hw/arm/fsl-imx6: implement SDHCI Spec v3
` [Qemu-devel] [PATCH v7 06/14] hw/arm/xilinx_zynqmp: "
` [Qemu-devel] [PATCH v7 07/14] sdhci: check Spec v3 capabilities qtest
` [Qemu-devel] [PATCH v7 08/14] sdhci: add a check_capab_v3() qtest
` [Qemu-devel] [PATCH v7 09/14] sdhci: remove the deprecated 'capareg' property
` [Qemu-devel] [PATCH v7 10/14] sdhci: add Spec v4.2 register definitions
` [Qemu-devel] [PATCH v7 11/14] sdhci: implement the Host Control 2 register for the tunning sequence
` [Qemu-devel] [PATCH v7 12/14] sdbus: add trace events
` [Qemu-devel] [PATCH v7 13/14] sdhci: implement UHS-I voltage switch
` [Qemu-devel] [PATCH v7 14/14] sdhci: implement CMD/DAT[] fields in the Present State register

[Qemu-devel] [PATCH] BCM2837 and machine raspi3
 2018-01-18 21:39 UTC  (12+ messages)

[Qemu-devel] [PATCH] scsi-generic: Simplify error handling code
 2018-01-18 21:38 UTC  (8+ messages)

[Qemu-devel] [PULL 00/19] machine queue, 2018-01-18
 2018-01-18 21:20 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/19] spapr: Guest exploitation of the XIVE interrupt controller (POWER9)
 2018-01-18 21:08 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller

[Qemu-devel] [PATCH v2 0/6] nbd export qmp interface
 2018-01-18 21:08 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/6] qapi: add name parameter to nbd-server-add
` [Qemu-devel] [PATCH v2 2/6] hmp: add name parameter to nbd_server_add
` [Qemu-devel] [PATCH v2 3/6] qapi: add nbd-server-remove
` [Qemu-devel] [PATCH v2 4/6] iotest 147: add cases to test new @name parameter of nbd-server-add
` [Qemu-devel] [PATCH v2 5/6] iotests: implement QemuIoInteractive class
` [Qemu-devel] [PATCH v2 6/6] iotest 201: new test for qmp nbd-server-remove

[Qemu-devel] [PATCH v4 0/5] cryptodev: add vhost support
 2018-01-18 20:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 5/5] cryptodev-vhost-user: depend on CONFIG_VHOST_CRYPTO and CONFIG_VHOST_USER

[Qemu-devel] [PULL v2 00/34] pc, pci, virtio: features, fixes, cleanups
 2018-01-18 20:48 UTC  (4+ messages)

[Qemu-devel] [PULL v4 00/29] pc, pci, virtio: features, fixes, cleanups
 2018-01-18 20:46 UTC  (30+ messages)
` [Qemu-devel] [PULL v4 01/29] MAINTAINERS: Add myself as maintainer to X86 machines
` [Qemu-devel] [PULL v4 02/29] vhost-user: add new vhost user messages to support virtio config space
` [Qemu-devel] [PULL v4 03/29] vhost-user-blk: introduce a new vhost-user-blk host device
` [Qemu-devel] [PULL v4 04/29] contrib/libvhost-user: enable virtio config space messages
` [Qemu-devel] [PULL v4 05/29] contrib/vhost-user-blk: introduce a vhost-user-blk sample application
` [Qemu-devel] [PULL v4 06/29] qemu: add a cleanup callback function to EventNotifier
` [Qemu-devel] [PULL v4 07/29] virtio: postpone the execution of event_notifier_cleanup function
` [Qemu-devel] [PULL v4 08/29] virtio: improve virtio devices initialization time
` [Qemu-devel] [PULL v4 09/29] pci/shpc: Move function to generic header file
` [Qemu-devel] [PULL v4 10/29] vhost-user: fix multiple queue specification
` [Qemu-devel] [PULL v4 11/29] intel-iommu: Redefine macros to enable supporting 48 bit address width
` [Qemu-devel] [PULL v4 12/29] intel-iommu: Extend address width to 48 bits
` [Qemu-devel] [PULL v4 13/29] hw/pci-bridge: fix QEMU crash because of pcie-root-port
` [Qemu-devel] [PULL v4 14/29] ACPI/unit-test: Add a testcase for RAM allocation in numa node
` [Qemu-devel] [PULL v4 15/29] hw/acpi-build: Make next_base easy to follow
` [Qemu-devel] [PULL v4 16/29] vhost-user-test: fix features mask
` [Qemu-devel] [PULL v4 17/29] vhost-user-test: extract read-guest-mem test from main loop
` [Qemu-devel] [PULL v4 18/29] vhost-user-test: setup virtqueues in all tests
` [Qemu-devel] [PULL v4 19/29] vhost-user-test: make features mask an init_virtio_dev() argument
` [Qemu-devel] [PULL v4 20/29] vhost-user-test: use init_virtio_dev in multiqueue test
` [Qemu-devel] [PULL v4 21/29] x86_iommu: Move machine check to x86_iommu_realize()
` [Qemu-devel] [PULL v4 22/29] x86_iommu: check if machine has PCI bus
` [Qemu-devel] [PULL v4 23/29] tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_table()
` [Qemu-devel] [PULL v4 24/29] tests: acpi: init table descriptor in test_dst_table()
` [Qemu-devel] [PULL v4 25/29] tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usage
` [Qemu-devel] [PULL v4 26/29] tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usage
` [Qemu-devel] [PULL v4 27/29] vhost-user: factor out msg head and payload
` [Qemu-devel] [PULL v4 28/29] vhost-user: fix misaligned access to payload
` [Qemu-devel] [PULL v4 29/29] vhost: remove assertion to prevent crash

[Qemu-devel] [RFC v2 0/5] generalize parsing of cpu_model (part 4)
 2018-01-18 20:35 UTC  (13+ messages)
` [Qemu-devel] [RFC v2 1/5] tests: add machine 'none' with -cpu test
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC v2 2/5] machine: prepare machine 'none' to gradually switch to cpu_create() API
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC v2 3/5] linux-user: prepare for switching "
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC v2 4/5] arm: cpu: add CPU_RESOLVING_TYPE macro
` [Qemu-devel] [RFC v2 5/5] x86: "

[Qemu-devel] [QEMU-PPC] [PATCH V3 0/6] target/ppc: Rework spapr_caps
 2018-01-18 20:30 UTC  (15+ messages)
` [Qemu-devel] [QEMU-PPC] [PATCH V3 6/6] target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS
    ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [Qemu-ppc] [QEMU-PPC] [PATCH V3 0/6] target/ppc: Rework spapr_caps

[Qemu-devel] [PATCH v3 0/7] Call check and invalidate_cache from coroutine context
 2018-01-18 20:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/7] qed: make bdrv_qed_do_open a coroutine_fn

[Qemu-devel] [PATCH v6 0/7] Rework vhost memory region updates
 2018-01-18 20:16 UTC  (4+ messages)

[Qemu-devel] KVM "fake DAX" flushing interface - discussion
 2018-01-18 20:11 UTC  (18+ messages)

[Qemu-devel] [PATCH] block: implement the bdrv_reopen_prepare helper for LUKS driver
 2018-01-18 19:51 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/7] target/m68k: supervisor mode (part 2)
 2018-01-18 19:38 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 1/7] accel/tcg: add size paremeter in tlb_fill()
` [Qemu-devel] [PATCH v4 2/7] target/m68k: add MC68040 MMU
` [Qemu-devel] [PATCH v4 3/7] target/m68k: add Transparent Translation
` [Qemu-devel] [PATCH v4 4/7] target/m68k: add index parameter to gen_load()/gen_store() and Co
` [Qemu-devel] [PATCH v4 5/7] target/m68k: add moves
` [Qemu-devel] [PATCH v4 6/7] target/m68k: add pflush/ptest
` [Qemu-devel] [PATCH v4 7/7] target/m68k: add HMP command "info tlb"

[Qemu-devel] [PATCH 00/24] generalize parsing of cpu_model (part 4)
 2018-01-18 19:18 UTC  (14+ messages)
` [Qemu-devel] [PATCH 20/24] machine: drop MachineState::cpu_model

[Qemu-devel] [PATCH v8 18/17] !fixup sdhci: add DMA and 64-bit capabilities (Spec v2)
 2018-01-18 18:50 UTC 

[Qemu-devel] [PATCH resend] hbitmap: fix missing restore count when finish deserialization
 2018-01-18 18:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v4] target/xtensa: use libisa for instruction decoding
 2018-01-18 18:46 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/3] spapr: fix CPU device tree nodes
 2018-01-18 18:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] spapr_cpu_core: don't reset CPUs during realization
      ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v8 00/17] SDHCI: clean v1/v2 Specs (part 2)
 2018-01-18 18:31 UTC  (15+ messages)
` [Qemu-devel] [PATCH v8 01/17] sdhci: use error_propagate(local_err) in realize()
` [Qemu-devel] [PATCH v8 02/17] sdhci: add qtest to check the SD capabilities register
` [Qemu-devel] [PATCH v8 03/17] sdhci: add check_capab_readonly() qtest
` [Qemu-devel] [PATCH v8 04/17] sdhci: add a check_capab_baseclock() qtest
` [Qemu-devel] [PATCH v8 05/17] sdhci: add a check_capab_sdma() qtest
` [Qemu-devel] [PATCH v8 06/17] sdhci: add qtest to check the SD Spec version
` [Qemu-devel] [PATCH v8 07/17] sdhci: add init_readonly_registers() to initialize the CAPAB register
` [Qemu-devel] [PATCH v8 08/17] sdhci: add a 'spec_version property' (default to v2)
` [Qemu-devel] [PATCH v8 09/17] sdhci: add basic Spec v1 capabilities
` [Qemu-devel] [PATCH v8 10/17] sdhci: add max-block-length capability (Spec v1)
` [Qemu-devel] [PATCH v8 13/17] sdhci: Fix 64-bit ADMA2
` [Qemu-devel] [PATCH v8 15/17] hw/arm/xilinx_zynq: implement SDHCI Spec v2
` [Qemu-devel] [PATCH v8 16/17] hw/arm/exynos4210: "
` [Qemu-devel] [PATCH v8 17/17] sdhci: throw an error if capabilities are incorrectly configured

[Qemu-devel] [PATCH] target/xtensa: disas/xtensa: fix coverity warnings
 2018-01-18 18:27 UTC 

[Qemu-devel] [PATCH v5 00/31] SDHCI: make it abstract, add inherited devices, add qtests
 2018-01-18 18:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 31/31] sdhci: add Spec v4.2 register definitions

[Qemu-devel] [PATCH v7 00/16] SDHCI: clean v1/v2 Specs (part 2)
 2018-01-18 18:19 UTC  (12+ messages)
` [Qemu-devel] [PATCH v7 06/16] sdhci: add init_readonly_registers() to initialize the CAPAB register
` [Qemu-devel] [PATCH v7 08/16] sdhci: add basic Spec v1 capabilities
` [Qemu-devel] [PATCH v7 16/16] sdhci: throw an error if capabilities are incorrectly configured

[Qemu-devel] [PATCH v2 1/1] s390x: fix storage attributes migration for non-small guests
 2018-01-18 17:51 UTC 

[Qemu-devel] [PATCH v7 0/9] qcow2: cluster space preallocation
 2018-01-18 17:49 UTC  (10+ messages)
` [Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags
` [Qemu-devel] [PATCH v7 2/9] blkverify: set "
` [Qemu-devel] [PATCH v7 3/9] block: introduce BDRV_REQ_ALLOCATE flag
` [Qemu-devel] [PATCH v7 4/9] block: treat BDRV_REQ_ALLOCATE as serialising
` [Qemu-devel] [PATCH v7 5/9] file-posix: support BDRV_REQ_ALLOCATE
` [Qemu-devel] [PATCH v7 6/9] block: support BDRV_REQ_ALLOCATE in passthrough drivers
` [Qemu-devel] [PATCH v7 7/9] qcow2: move is_zero() up
` [Qemu-devel] [PATCH v7 8/9] qcow2: skip writing zero buffers to empty COW areas
` [Qemu-devel] [PATCH v7 9/9] iotest 134: test cluster-misaligned encrypted write

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

[Qemu-devel] [PATCH] scripts/qemu-gdb/timers.py: define encoding in header comment
 2018-01-18 17:11 UTC 

[Qemu-devel] [PATCH 00/11] qdev: remove DeviceClass::init/exit()
 2018-01-18 17:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH 04/11] usb-ccid: convert CCIDCardClass::init -> realize

[Qemu-devel] [PATCH RESEND v1 1/2] i386: Add Intel Processor Trace feature support
 2018-01-18 16:53 UTC  (12+ messages)

[Qemu-devel] [PULL 0/6] NBD patches through 17 Jan
 2018-01-18 16:49 UTC  (2+ messages)

[Qemu-devel] Call for GSoC & Outreachy 2018 mentors & project ideas
 2018-01-18 16:49 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/20] re-factor softfloat and add fp16 functions
 2018-01-18 16:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 11/20] fpu/softfloat: re-factor add/sub

[Qemu-devel] [PATCH v4] ssh: switch from libssh2 to libssh
 2018-01-18 16:44 UTC 

[Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180108
 2018-01-18 16:36 UTC  (3+ messages)
` [Qemu-devel] [PULL 01/12] target-ppc: optimize cmp translation

[Qemu-devel] [PATCH v2] chardev/char-socket: add POLLHUP handler
 2018-01-18 16:29 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] ssh: switch from libssh2 to libssh
 2018-01-18 16:26 UTC  (3+ messages)

[Qemu-devel] [PULL 00/14] Vnc 20180112 patches
 2018-01-18 16:13 UTC  (11+ messages)
` [Qemu-devel] [PULL 10/14] ui: fix VNC client throttling when audio capture is active

[Qemu-devel] [PATCH v2 00/32] Allow configuring the qcow2 L2 cache entry size
 2018-01-18 16:08 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 24/32] qcow2: Update qcow2_update_snapshot_refcount() to support L2 slices
` [Qemu-devel] [PATCH v2 31/32] qcow2: Allow configuring the L2 slice size

[Qemu-devel] [PATCH] libvhost-user: Support across-memory-boundary access
 2018-01-18 16:04 UTC 

[Qemu-devel] [PATCH v5 0/9] Add the ZynqMP PMU and IPI
 2018-01-18 15:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 3/9] xlnx-zynqmp-pmu: Add the CPU and memory

[Qemu-devel] [PATCH] libvhost-user: Fix resource leak
 2018-01-18 15:53 UTC  (2+ messages)

[Qemu-devel] [PATCH] ui: avoid sign extension using client width/height
 2018-01-18 15:52 UTC 

[Qemu-devel] [Bug 1385934] [NEW] USB with passthrougth guest cannot enumerate USB host
 2018-01-18 15:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1385934] "

[Qemu-devel] [Bug 1449687] [NEW] block migration of qcow2 VMs copies all empty space
 2018-01-18 15:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 1449687] "


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