qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-17 12:05:48 to 2015-09-18 08:59:10 UTC [more...]

[Qemu-devel] QEMU fw_cfg DMA interface
 2015-09-18  8:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 0/5] "
  ` [Qemu-devel] [PATCH v3 1/5] fw_cfg: document fw_cfg_modify_iXX() update functions
  ` [Qemu-devel] [PATCH v3 2/5] fw_cfg DMA interface documentation
  ` [Qemu-devel] [PATCH v3 3/5] Implement fw_cfg DMA interface
  ` [Qemu-devel] [PATCH v3 4/5] Enable fw_cfg DMA interface for ARM

[Qemu-devel] MIPS qemu build failure
 2015-09-18  8:53 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v4 00/29] qapi-ify netdev_add, and other post-introspection cleanups
 2015-09-18  8:36 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC v4 27/29] qapi: Change Netdev into a flat union

[Qemu-devel] [v4][PATCH 0/2] libxl: try to support IGD passthrough for qemu upstream
 2015-09-18  8:30 UTC  (3+ messages)
` [Qemu-devel] [v4][PATCH 1/2] libxl: introduce libxl__is_igd_vga_passthru
` [Qemu-devel] [v4][PATCH 2/2] libxl: introduce gfx_passthru_kind

[Qemu-devel] [PATCH 1/3] virtio: introduce virtqueue_unmap_sg()
 2015-09-18  8:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] virtio: introduce virtqueue_discard()
` [Qemu-devel] [PATCH 3/3] virtio-net: correctly drop truncated packets

[Qemu-devel] [PATCH 1/2] sPAPR: Revert don't enable EEH on emulated PCI devices
 2015-09-18  7:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] sPAPR: Enable EEH on VFIO PCI device only

[Qemu-devel] [Question] QEMU 2.3 Assertion with `existing->mr->subpage || existing->mr == &io_mem_unassigned' failed
 2015-09-18  7:34 UTC  (7+ messages)

[Qemu-devel] [PATCH v8 00/26] qapi: QMP introspection
 2015-09-18  6:54 UTC  (9+ messages)
` [Qemu-devel] [PATCH v8 02/26] qapi: New QAPISchema intermediate reperesentation
` [Qemu-devel] [PATCH v8 06/26] qapi-types: Convert to QAPISchemaVisitor, fixing flat unions

[Qemu-devel] [PATCH 0/4] updates to coding style and checkpatch
 2015-09-18  6:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH 3/4] checkpatch: adapt some tests to QEMU

[Qemu-devel] [RFC PATCH 00/10] pseries: Allow VFIO devices on spapr-pci-host-bridge
 2015-09-18  6:38 UTC  (19+ messages)
` [Qemu-devel] [RFC PATCH 01/10] vfio: Remove unneeded union from VFIOContainer
` [Qemu-devel] [RFC PATCH 02/10] vfio: Generalize vfio_listener_region_add failure path
` [Qemu-devel] [RFC PATCH 03/10] vfio: Check guest IOVA ranges against host IOMMU capabilities
` [Qemu-devel] [RFC PATCH 04/10] vfio: Record host IOMMU's available IO page sizes
` [Qemu-devel] [RFC PATCH 05/10] memory: Allow replay of IOMMU mapping notifications
` [Qemu-devel] [RFC PATCH 06/10] vfio: Allow hotplug of containers onto existing guest IOMMU mappings
` [Qemu-devel] [RFC PATCH 07/10] spapr_pci: Allow PCI host bridge DMA window to be configured
` [Qemu-devel] [RFC PATCH 08/10] spapr_iommu: Rename vfio_accel parameter
` [Qemu-devel] [RFC PATCH 09/10] spapr_iommu: Provide a function to switch a TCE table to allowing VFIO
` [Qemu-devel] [RFC PATCH 10/10] spapr_pci: Allow VFIO devices to work on the normal PCI host bridge

[Qemu-devel] [PATCH RFC 0/4] sPAPR: Support multiple PEs in one PHB
 2015-09-18  6:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC 1/4] linux-headers: Sync vfio.h
` [Qemu-devel] [PATCH RFC 2/4] VFIO: Introduce vfio_get_group_id()
` [Qemu-devel] [PATCH RFC 3/4] sPAPR: Support multiple IOMMU groups in PHB for EEH operations
` [Qemu-devel] [PATCH RFC 4/4] sPAPR: Remove EEH callbacks in sPAPRPHBClass

[Qemu-devel] [PATCH] net/vmxnet3: Refine l2 header validation
 2015-09-18  6:13 UTC  (3+ messages)

[Qemu-devel] [PATCH] vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
 2015-09-18  5:55 UTC 

[Qemu-devel] [PATCH v2 00/22] Do away with TB retranslation
 2015-09-18  4:55 UTC  (23+ messages)
` [Qemu-devel] [PATCH v2 01/22] tcg: Rename debug_insn_start to insn_start
` [Qemu-devel] [PATCH v2 02/22] target-*: Unconditionally emit tcg_gen_insn_start
` [Qemu-devel] [PATCH v2 03/22] target-*: Increment num_insns immediately after tcg_gen_insn_start
` [Qemu-devel] [PATCH v2 04/22] target-*: Introduce and use cpu_breakpoint_test
` [Qemu-devel] [PATCH v2 05/22] tcg: Allow extra data to be attached to insn_start
` [Qemu-devel] [PATCH v2 06/22] target-arm: Add condexec state "
` [Qemu-devel] [PATCH v2 07/22] target-i386: Add cc_op "
` [Qemu-devel] [PATCH v2 08/22] target-mips: Add delayed branch "
` [Qemu-devel] [PATCH v2 09/22] target-s390x: Add cc_op "
` [Qemu-devel] [PATCH v2 10/22] target-sh4: Add flags "
` [Qemu-devel] [PATCH v2 11/22] target-cris: Mirror gen_opc_pc into insn_start
` [Qemu-devel] [PATCH v2 12/22] target-sparc: Tidy gen_branch_a interface
` [Qemu-devel] [PATCH v2 13/22] target-sparc: Split out gen_branch_n
` [Qemu-devel] [PATCH v2 14/22] target-sparc: Remove gen_opc_jump_pc
` [Qemu-devel] [PATCH v2 15/22] target-sparc: Add npc state to insn_start
` [Qemu-devel] [PATCH v2 16/22] tcg: Merge cpu_gen_code into tb_gen_code
` [Qemu-devel] [PATCH v2 17/22] target-*: Drop cpu_gen_code define
` [Qemu-devel] [PATCH v2 18/22] tcg: Add TCG_MAX_INSNS
` [Qemu-devel] [PATCH v2 19/22] tcg: Pass data argument to restore_state_to_opc
` [Qemu-devel] [PATCH v2 20/22] tcg: Save insn data and use it in cpu_restore_state_from_tb
` [Qemu-devel] [PATCH v2 21/22] tcg: Remove gen_intermediate_code_pc
` [Qemu-devel] [PATCH v2 22/22] tcg: Remove tcg_gen_code_search_pc

[Qemu-devel] [PATCH v3] ui/cocoa.m: Add Mount image file menu item
 2015-09-18  4:17 UTC 

[Qemu-devel] [PATCH v2] virtio: add some migration doc
 2015-09-18  2:25 UTC  (3+ messages)

[Qemu-devel] Determining if USB is available
 2015-09-18  1:45 UTC 

[Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support
 2015-09-18  1:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v11 00/12] Add a netfilter object and netbuffer filter
 2015-09-18  1:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH v11 02/12] init/cleanup of netfilter object

[Qemu-devel] [PATCH] hw/pci-host/piix: fix one file descriptor leak
 2015-09-18  0:57 UTC 

[Qemu-devel] [RFCv2 0/2] spapr: Cleanups to dynamic reconfiguration mechanism
 2015-09-17 23:03 UTC  (12+ messages)
` [Qemu-devel] [RFCv2 1/2] spapr: Remove unnecessary owner field from sPAPRDRConnector

[Qemu-devel] Fwd: Re: QEMU+Aarch64: in_asm log skips instructions of loop-programs
 2015-09-17 22:02 UTC  (5+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/7] qapi-flattening and preparation of -audiodev option
 2015-09-17 22:01 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/7] qapi: support implicit structs in OptsVisitor
` [Qemu-devel] [PATCH 5/7] qapi: change Netdev into a flat union
` [Qemu-devel] [PATCH 6/7] qapi: reorder NetdevBase and Netdev
` [Qemu-devel] [PATCH 7/7] qapi: support nested structs in OptsVisitor

[Qemu-devel] [PATCH v3 0/5] add ACPI node for fw_cfg on pc and arm
 2015-09-17 21:01 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/5] fw_cfg: expose control register size in fw_cfg.h
` [Qemu-devel] [PATCH v3 2/5] pc: fw_cfg: move ioport base constant to pc.h
` [Qemu-devel] [PATCH v3 3/5] acpi: pc: add fw_cfg device node to ssdt
` [Qemu-devel] [PATCH v3 4/5] acpi: arm: add fw_cfg device node to dsdt
` [Qemu-devel] [PATCH v3 5/5] fw_cfg: document ACPI device node information

[Qemu-devel] [RFC 00/20] Do away with TB retranslation
 2015-09-17 19:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc

[Qemu-devel] [PATCH RFC V4 0/4] Implement GIC-500 from GICv3 family for arm64
 2015-09-17 19:03 UTC  (10+ messages)
` [Qemu-devel] [PATCH RFC V4 1/4] hw/intc: Implement GIC-500 support files
` [Qemu-devel] [PATCH RFC V4 2/4] hw/intc: Implment GIC-500
` [Qemu-devel] [PATCH RFC V4 3/4] target-arm/cpu64 GICv3 system instructions support
` [Qemu-devel] [PATCH RFC V4 4/4] Add virt-v3 machine that uses GIC-500

[Qemu-devel] [PATCH 0/4] ahci: clean up signature generation
 2015-09-17 18:35 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] tcg/mips: small cleanups
 2015-09-17 17:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] tcg/mips: move tcg_out_addsub2
` [Qemu-devel] [PATCH 2/2] tcg/mips: pass oi to tcg_out_tlb_load

[Qemu-devel] [PATCH v14 0/5] vGICv3 support
 2015-09-17 17:27 UTC  (2+ messages)

[Qemu-devel] [PATCH] README: fill out some useful quickstart information
 2015-09-17 16:43 UTC  (7+ messages)

[Qemu-devel] [PATCH v18 00/21] Deterministic replay core
 2015-09-17 16:25 UTC  (22+ messages)
` [Qemu-devel] [PATCH v18 01/21] i386: partial revert of interrupt poll fix
` [Qemu-devel] [PATCH v18 02/21] replay: global variables and function stubs
` [Qemu-devel] [PATCH v18 03/21] replay: internal functions for replay log
` [Qemu-devel] [PATCH v18 04/21] replay: introduce mutex to protect the "
` [Qemu-devel] [PATCH v18 05/21] replay: introduce icount event
` [Qemu-devel] [PATCH v18 06/21] cpu-exec: allow temporary disabling icount
` [Qemu-devel] [PATCH v18 07/21] cpu: replay instructions sequence
` [Qemu-devel] [PATCH v18 08/21] i386: interrupt poll processing
` [Qemu-devel] [PATCH v18 09/21] replay: interrupts and exceptions
` [Qemu-devel] [PATCH v18 10/21] replay: asynchronous events infrastructure
` [Qemu-devel] [PATCH v18 11/21] replay: recording and replaying clock ticks
` [Qemu-devel] [PATCH v18 12/21] replay: shutdown event
` [Qemu-devel] [PATCH v18 13/21] icount: improve counting for record/replay
` [Qemu-devel] [PATCH v18 14/21] replay: checkpoints
` [Qemu-devel] [PATCH v18 15/21] bottom halves: introduce bh call function
` [Qemu-devel] [PATCH v18 16/21] replay: ptimer
` [Qemu-devel] [PATCH v18 17/21] typedef: add typedef for QemuOpts
` [Qemu-devel] [PATCH v18 18/21] replay: initialization and deinitialization
` [Qemu-devel] [PATCH v18 19/21] replay: replay blockers for devices
` [Qemu-devel] [PATCH v18 20/21] replay: command line options
` [Qemu-devel] [PATCH v18 21/21] replay: recording of the user input

[Qemu-devel] [PATCH v2 0/5] monitor: throttle VSERPORT_CHANGED by "id"
 2015-09-17 16:08 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] monitor: split MonitorQAPIEventState
` [Qemu-devel] [PATCH v2 2/5] monitor: introduce MonitorQAPIEventDelay callback
` [Qemu-devel] [PATCH v2 3/5] monitor: rename QDict *data->qdict
` [Qemu-devel] [PATCH v2 4/5] monitor: throttle QAPI_EVENT_VSERPORT_CHANGE by "id"
` [Qemu-devel] [PATCH v2 5/5] monitor: remove old entries from event hash table

[Qemu-devel] [PATCH] tcg/mips: Fix clobbering of qemu_ld inputs
 2015-09-17 15:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-net: unbreak self announcement and guest offloads after migration
 2015-09-17 15:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH] virtio: add some migration doc

[Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Fix wrong size of flash
 2015-09-17 15:31 UTC  (2+ messages)

[Qemu-devel] [RFC 00/38] MTTCG: i386, user+system mode
 2015-09-17 15:30 UTC  (5+ messages)
` [Qemu-devel] [RFC 17/38] aie: add target helpers
` [Qemu-devel] [RFC 21/38] target-i386: emulate atomic instructions + barriers using AIE

[Qemu-devel] [Bug 1494350] [NEW] QEMU: causes vCPU steal time overflow on live migration
 2015-09-17 14:37 UTC  (2+ messages)
` [Qemu-devel] [Bug 1494350] "

[Qemu-devel] [PATCH v2] target-cris: update CPU state save/load to use VMStateDescription
 2015-09-17 14:44 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/3] monitor: throttle VSERPORT_CHANGED by "id"
 2015-09-17 14:43 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/3] monitor: split MonitorQAPIEventState
` [Qemu-devel] [PATCH 2/3] monitor: throttle QAPI_EVENT_VSERPORT_CHANGE by "id"
` [Qemu-devel] [PATCH 3/3] monitor: remove old entries from event hash table

[Qemu-devel] help with understanding qcow2 file format
 2015-09-17 14:38 UTC  (5+ messages)

[Qemu-devel] [PATCH] throttle: test that snapshots move the throttling configuration
 2015-09-17 14:33 UTC 

[Qemu-devel] [PATCH v4 0/3] pcie: Add support for Single Root I/O Virtualization
 2015-09-17 14:10 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 1/3] pci: Make use of the devfn property when registering new devices
` [Qemu-devel] [PATCH v4 3/3] pcie: Add support for Single Root I/O Virtualization (SR/IOV)

[Qemu-devel] [PATCH 00/16] block: Get rid of bdrv_swap()
 2015-09-17 13:48 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/16] block: Introduce BDS.file_child
` [Qemu-devel] [PATCH 02/16] vmdk: Use BdrvChild instead of BDS for references to extents
` [Qemu-devel] [PATCH 03/16] blkverify: Convert s->test_file to BdrvChild
` [Qemu-devel] [PATCH 04/16] quorum: Convert "
` [Qemu-devel] [PATCH 05/16] block: Convert bs->file "
` [Qemu-devel] [PATCH 06/16] block: Remove bdrv_open_image()
` [Qemu-devel] [PATCH 07/16] block: Convert bs->backing_hd to BdrvChild
` [Qemu-devel] [PATCH 08/16] block: Manage backing file references in bdrv_set_backing_hd()
` [Qemu-devel] [PATCH 09/16] block: Split bdrv_move_feature_fields()
` [Qemu-devel] [PATCH 10/16] block/io: Make bdrv_requests_pending() public
` [Qemu-devel] [PATCH 11/16] block-backend: Add blk_set_bs()
` [Qemu-devel] [PATCH 12/16] block: Introduce parents list
` [Qemu-devel] [PATCH 13/16] block: Implement bdrv_append() without bdrv_swap()
` [Qemu-devel] [PATCH 14/16] blockjob: Store device name at job creation
` [Qemu-devel] [PATCH 15/16] block: Add and use bdrv_replace_in_backing_chain()
` [Qemu-devel] [PATCH 16/16] block: Remove bdrv_swap()

[Qemu-devel] [PULL 0/4] Net patches
 2015-09-17 13:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/18] implement vNVDIMM
 2015-09-17 12:43 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 08/18] nvdimm: init backend memory mapping and config data area

[Qemu-devel] [wiki] New wiki page - vhost-user setup with ovs/dpdk backend
 2015-09-17 12:46 UTC  (4+ 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).