messages from 2015-09-30 05:11:51 to 2015-10-01 01:40:03 UTC [more...]
[Qemu-devel] [PATCH 0/4] Allow VFIO devices on spapr-pci-host-bridge
2015-10-01 0:43 UTC (12+ messages)
` [Qemu-devel] [PATCH 1/4] spapr_pci: Allow PCI host bridge DMA window to be configured
` [Qemu-devel] [PATCH 2/4] spapr_iommu: Rename vfio_accel parameter
` [Qemu-devel] [PATCH 3/4] spapr_iommu: Provide a function to switch a TCE table to allowing VFIO
` [Qemu-devel] [PATCH 4/4] spapr_pci: Allow VFIO devices to work on the normal PCI host bridge
[Qemu-devel] [PATCH 0/2] target-i386: Fix undefined behavior on bit shifts
2015-10-01 1:35 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] target-i386: Use 1UL for bit shift
` [Qemu-devel] [PATCH 2/2] target-i386: Don't left shift negative constant
[Qemu-devel] [PATCHv3 0/7] VFIO extensions to allow VFIO devices on spapr-pci-host-bridge
2015-09-30 23:56 UTC (18+ messages)
` [Qemu-devel] [PATCHv3 1/7] vfio: Remove unneeded union from VFIOContainer
` [Qemu-devel] [PATCHv3 2/7] vfio: Generalize vfio_listener_region_add failure path
` [Qemu-devel] [PATCHv3 3/7] vfio: Check guest IOVA ranges against host IOMMU capabilities
` [Qemu-devel] [PATCHv3 4/7] vfio: Record host IOMMU's available IO page sizes
` [Qemu-devel] [PATCHv3 5/7] memory: Allow replay of IOMMU mapping notifications
` [Qemu-devel] [PATCHv3 6/7] vfio: Allow hotplug of containers onto existing guest IOMMU mappings
` [Qemu-devel] [PATCHv3 7/7] vfio: Expose a VFIO PCI device's group for EEH
[Qemu-devel] [PATCH 0/7] tcg/mips: Minimal R6 support
2015-09-30 23:30 UTC (16+ messages)
` [Qemu-devel] [PATCH 1/7] tcg-opc.h: Simplify debug_insn_start def
` [Qemu-devel] [PATCH 2/7] disas/mips: Add R6 jr/jr.hb to disassembler
` [Qemu-devel] [PATCH 3/7] tcg/mips: Add use_mips32r6_instructions definition
` [Qemu-devel] [PATCH 4/7] tcg/mips: Support r6 JR encoding
` [Qemu-devel] [PATCH 5/7] tcg/mips: Support r6 multiply/divide encodings
` [Qemu-devel] [PATCH 6/7] tcg/mips: Support full movcond select operation
` [Qemu-devel] [PATCH 7/7] tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ
[Qemu-devel] [PATCH 0/3] target-xtensa: xtfpga: support cores without MMU
2015-09-30 22:42 UTC (21+ messages)
` [Qemu-devel] [PATCH 3/3] target-xtensa: xtfpga: support noMMU cores
[Qemu-devel] [PATCH] Correctly re-init EFER state during INIT IPI
2015-09-30 22:33 UTC
[Qemu-devel] [PATCH v1 0/3] Connect the SPI devices to ZynqMP
2015-09-30 21:15 UTC (6+ messages)
` [Qemu-devel] [PATCH v1 1/3] ssi: Move ssi.h into a seperate directory
` [Qemu-devel] [PATCH v1 2/3] xilinx_spips: Seperate the state struct into a header
` [Qemu-devel] [PATCH v1 3/3] xlnx-zynqmp: Connect the SPI devices
[Qemu-devel] [PATCH] block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallocate emulation issue
2015-09-30 20:44 UTC (3+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [RFC v5 0/6] Slow-path for atomic instruction translation
2015-09-30 20:42 UTC (20+ messages)
` [Qemu-devel] [RFC v5 2/6] softmmu: Add new TLB_EXCL flag
` [Qemu-devel] [RFC v5 3/6] softmmu: Add helpers for a new slowpath
` [Qemu-devel] [RFC v5 4/6] target-arm: Create new runtime helpers for excl accesses
` [Qemu-devel] [RFC v5 5/6] configure: Use slow-path for atomic only when the softmmu is enabled
[Qemu-devel] [RFC/PATCH] monitor/ppc: Access all SPRs from the monitor
2015-09-30 20:41 UTC (5+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH 0/3] target-i386: save/restore vcpu's TSC rate during migration
2015-09-30 20:36 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/3] target-i386: add a subsection of vcpu's TSC rate in vmstate_x86_cpu
` [Qemu-devel] [PATCH 3/3] kvm-all: notice KVM of vcpu's TSC rate after migration
[Qemu-devel] [PATCH v4 00/26] Do away with TB retranslation
2015-09-30 20:20 UTC (23+ messages)
` [Qemu-devel] [PATCH v4 01/26] tcg: Rename debug_insn_start to insn_start
` [Qemu-devel] [PATCH v4 04/26] target-*: Introduce and use cpu_breakpoint_test
` [Qemu-devel] [PATCH v4 17/26] target-*: Drop cpu_gen_code define
` [Qemu-devel] [PATCH v4 18/26] tcg: Add TCG_MAX_INSNS
` [Qemu-devel] [PATCH v4 19/26] tcg: Pass data argument to restore_state_to_opc
` [Qemu-devel] [PATCH v4 20/26] tcg: Save insn data and use it in cpu_restore_state_from_tb
` [Qemu-devel] [PATCH v4 21/26] tcg: Remove gen_intermediate_code_pc
` [Qemu-devel] [PATCH v4 22/26] tcg: Remove tcg_gen_code_search_pc
` [Qemu-devel] [PATCH v4 23/26] tcg: Emit prologue to the beginning of code_gen_buffer
` [Qemu-devel] [PATCH v4 24/26] tcg: Allocate a guard page after code_gen_buffer
` [Qemu-devel] [PATCH v4 25/26] tcg: Check for overflow via highwater mark
` [Qemu-devel] [PATCH v4 26/26] tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE
[Qemu-devel] [PATCH] linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()
2015-09-30 19:19 UTC (2+ messages)
[Qemu-devel] [PATCH v4 0/5] add ACPI node for fw_cfg on pc and arm
2015-09-30 19:07 UTC (22+ messages)
` [Qemu-devel] [PATCH v4 3/5] acpi: pc: add fw_cfg device node to ssdt
` [Qemu-devel] [PATCH v4 4/5] acpi: arm: add fw_cfg device node to dsdt
[Qemu-devel] [PATCH v7 00/14] block: incremental backup transactions using BlockJobTxn
2015-09-30 18:56 UTC (3+ messages)
` [Qemu-devel] [PATCH v7 13/14] qmp-commands.hx: Update the supported 'transaction' operations
[Qemu-devel] [PATCH v12 00/10] Add a netfilter object and netbuffer filter
2015-09-30 17:43 UTC (7+ messages)
` [Qemu-devel] [PATCH v12 02/10] init/cleanup of netfilter object
` [Qemu-devel] [PATCH v12 09/10] netfilter: add a netbuffer filter
[Qemu-devel] [PATCH v2] megasas: fix megasas_get_sata_addr
2015-09-30 17:22 UTC
[Qemu-devel] [PATCH] megasas: fix megasas_get_sata_addr
2015-09-30 17:21 UTC
[Qemu-devel] [PATCH v2] migration: disallow migrate_add_blocker during migration
2015-09-30 17:07 UTC
[Qemu-devel] Possible bug in target-i386/helper.c:do_cpu_init()?
2015-09-30 17:05 UTC (3+ messages)
[Qemu-devel] [PATCH v8 00/54] Postcopy implementation
2015-09-30 16:30 UTC (8+ messages)
` [Qemu-devel] [PATCH v8 23/54] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PATCH v8 28/54] migrate_start_postcopy: Command to trigger transition to postcopy
[Qemu-devel] [migration PULL 0/9] Migration queue - for Juan
2015-09-30 16:23 UTC (3+ messages)
[Qemu-devel] [PATCH 1/1] migration: fix deadlock
2015-09-30 16:16 UTC (2+ messages)
[Qemu-devel] [PATCH v8 00/54] Postcopy implementation
2015-09-30 16:14 UTC (4+ messages)
[Qemu-devel] [PATCH] migration: disallow migrate_add_blocker during migration
2015-09-30 16:12 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] block: mirror - Write zeroes for unallocated sectors if no zero init
2015-09-30 16:06 UTC (16+ messages)
` [Qemu-devel] [PATCH 3/3] block: mirror - zero unallocated target sectors when zero init not present
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH v5 00/46] post-introspection cleanups, and qapi-ify netdev_add
2015-09-30 16:06 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 12/46] qapi: Track location that created an implicit type
` [Qemu-devel] [PATCH v5 13/46] qapi: Track owner of each object member
[Qemu-devel] [PATCH] configure: arm/aarch64: allow enable-seccomp
2015-09-30 15:59 UTC
[Qemu-devel] [PATCH 00/16] block: Get rid of bdrv_swap()
2015-09-30 15:33 UTC (13+ messages)
` [Qemu-devel] [PATCH 09/16] block: Split bdrv_move_feature_fields()
` [Qemu-devel] [PATCH 13/16] block: Implement bdrv_append() without bdrv_swap()
` [Qemu-devel] [PATCH 15/16] block: Add and use bdrv_replace_in_backing_chain()
[Qemu-devel] [PATCH v5 0/2] spapr: generate DT node names
2015-09-30 15:13 UTC (3+ messages)
` [Qemu-devel] [PATCH v5 1/2] PCI: add missing classes in pci_ids.h to build device tree
` [Qemu-devel] [PATCH v5 2/2] spapr: generate DT node names
[Qemu-devel] [PATCH v5 00/38] blockdev: BlockBackend and media
2015-09-30 14:32 UTC (6+ messages)
` [Qemu-devel] [PATCH v5 07/38] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH v5 24/38] blockdev: Pull out blockdev option extraction
[Qemu-devel] [PATCH 1/1] migration: fix deadlock
2015-09-30 14:28 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 0/2] "
[Qemu-devel] feature idea: allow user to run custom scripts
2015-09-30 14:23 UTC (15+ messages)
[Qemu-devel] [PATCH v6 00/24] vhost-user: add migration support
2015-09-30 14:13 UTC (10+ messages)
` [Qemu-devel] [PATCH v6 04/24] util: add linux-only memfd fallback
` [Qemu-devel] [PATCH v6 05/24] util: add memfd helpers
` [Qemu-devel] [PATCH v6 06/24] memfd: add fallback for memfd
[Qemu-devel] [RFC PATCH 0/4] GICv3 live migration support
2015-09-30 13:59 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH 1/4] hw/intc/arm_gicv3_common: Add state information
` [Qemu-devel] [RFC PATCH 2/4] kernel: Add definitions for GICv3 attributes
` [Qemu-devel] [RFC PATCH 3/4] hw/intc/arm_gicv3_kvm: Implement get/put functions
` [Qemu-devel] [RFC PATCH 4/4] hw/intc/arm_gicv3_common: Add vmstate descriptors
[Qemu-devel] [PATCH 0/7] visitor: Fix uint64 parsing for scsi-disk wwn
2015-09-30 13:48 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/7] string-input-visitor: Fix uint64 parsing
[Qemu-devel] Loading image/elf to cpu that has different not system memory address space
2015-09-30 13:26 UTC (14+ messages)
[Qemu-devel] [PATCH repost 0/4] add mitigation against buffer overflows
2015-09-30 13:12 UTC (3+ messages)
` [Qemu-devel] [PATCH repost 4/4] exec: factor out duplicate mmap code
[Qemu-devel] [PATCH 0/3] Fix dangling pointers from memory_region_init_*
2015-09-30 13:04 UTC (8+ messages)
` [Qemu-devel] [PATCH 2/3] hw: do not pass NULL to memory_region_init from instance_init
` [Qemu-devel] [PATCH 3/3] macio: move DBDMA_init from instance_init to realize
[Qemu-devel] [PATCH] spapr: add a default rng device
2015-09-30 12:59 UTC (5+ messages)
[Qemu-devel] [PATCH v4 00/47] ivshmem improvements
2015-09-30 11:47 UTC (9+ messages)
` [Qemu-devel] [PATCH v4 31/47] contrib: add ivshmem client and server
` [Qemu-devel] [PATCH v4 40/47] tests: add ivshmem qtest
` [Qemu-devel] [PATCH v4 42/47] ivshmem: use strtosz()
` [Qemu-devel] [PATCH v4 46/47] ivshmem: use kvm irqfd for msi notifications
[Qemu-devel] [PULL 0/6] Migration pull request
2015-09-30 8:56 UTC (7+ messages)
` [Qemu-devel] [PULL 1/6] migration: yet more possible state transitions
` [Qemu-devel] [PULL 2/6] cpu: Provide vcpu throttling interface
` [Qemu-devel] [PULL 3/6] migration: Parameters for auto-converge cpu throttling
` [Qemu-devel] [PULL 4/6] migration: Dynamic cpu throttling for auto-converge
` [Qemu-devel] [PULL 5/6] qmp/hmp: Add throttle ratio to query-migrate and info migrate
` [Qemu-devel] [PULL 6/6] migration: Disambiguate MAX_THROTTLE
[Qemu-devel] [PATCH v3] Add argument filters to the seccomp sandbox
2015-09-30 8:45 UTC (2+ messages)
[Qemu-devel] [PATCH v2] vhost-user-test: do not reinvent glib-compat.h
2015-09-30 8:26 UTC (2+ messages)
[Qemu-devel] [Fix PATCH] Qemu/Xen: Fix early freeing MSIX MMIO memory region
2015-09-30 6:51 UTC
[Qemu-devel] [PATCH] vmsvga: more cursor checks
2015-09-30 6:57 UTC
[Qemu-devel] qemu-system-alpha -nographic does not work
2015-09-30 6:55 UTC (5+ messages)
[Qemu-devel] [PATCH v2] Add argument filters to the seccomp sandbox
2015-09-30 6:41 UTC
[Qemu-devel] [PATCH v12 0/5] remove icc bus/bridge
2015-09-30 6:35 UTC (2+ messages)
[Qemu-devel] [PATCH] ppc/spapr: Allow VIRTIO_VGA
2015-09-30 6:29 UTC (6+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH 00/10][TRIVIAL] Define categories for some PPC devices
2015-09-30 5:58 UTC (2+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH] s/cpu_get_real_ticks/cpu_get_host_ticks/
2015-09-30 5:26 UTC (2+ messages)
` [Qemu-devel] [Qemu-ppc] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).