qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-17 14:56:55 to 2015-09-18 12:00:50 UTC [more...]

[Qemu-devel] [PATCH 0/7] Fix device introspection regressions
 2015-09-18 12:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/7] qmp: Fix device-list-properties not to crash for abstract device
` [Qemu-devel] [PATCH 7/7] tests: Simplify how qom-test is run

[Qemu-devel] [PATCH 00/16] block: Get rid of bdrv_swap()
 2015-09-18 11:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH 13/16] block: Implement bdrv_append() without bdrv_swap()

[Qemu-devel] [PATCH v6 00/14] block: incremental backup transactions using BlockJobTxn
 2015-09-18 11:45 UTC  (11+ messages)
` [Qemu-devel] [PATCH v6 04/14] backup: Extract dirty bitmap handling as a separate function
` [Qemu-devel] [PATCH v6 09/14] block: Add block job transactions
` [Qemu-devel] [PATCH v6 10/14] blockdev: make BlockJobTxn available to qmp 'transaction'
` [Qemu-devel] [PATCH v6 11/14] block/backup: support block job transactions
` [Qemu-devel] [PATCH v6 14/14] tests: add BlockJobTxn unit test

[Qemu-devel] [PULL 00/10] target-mips queue
 2015-09-18 11:25 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] target-mips: Use tcg_gen_extrh_i64_i32
` [Qemu-devel] [PULL 02/10] target-mips: remove wrong checks for recip.fmt and rsqrt.fmt
` [Qemu-devel] [PULL 03/10] target-mips: Fix RDHWR on CP0.Count
` [Qemu-devel] [PULL 04/10] target-mips: get rid of MIPS_DEBUG
` [Qemu-devel] [PULL 05/10] target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS
` [Qemu-devel] [PULL 06/10] pic32: use LCG algorithm for generated random index of TLBWR instruction
` [Qemu-devel] [PULL 07/10] target-mips: fix corner case in TLBWR causing QEMU to hang
` [Qemu-devel] [PULL 08/10] target-mips: add missing restriction in DAUI instruction
` [Qemu-devel] [PULL 09/10] target-mips: correct MTC0 instruction on MIPS64
` [Qemu-devel] [PULL 10/10] target-mips: improve exception handling

[Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree
 2015-09-18 11:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/14] block: incremental backup transactions using BlockJobTxn
 2015-09-18 11:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 09/14] block: Add block job transactions

[Qemu-devel] [PATCH v2 1/4] utils: rename strtosz to use qemu prefix
 2015-09-18 10:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/4] tests: add some qemu_strtosz() tests
` [Qemu-devel] [PATCH v2 3/4] checkpatch: recommend strtok_r
` [Qemu-devel] [PATCH v2 4/4] Replace strotok() by strtok_r()

[Qemu-devel] QEMU fw_cfg DMA interface
 2015-09-18 10:58 UTC  (8+ 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] [PATCH v3 5/5] Enable fw_cfg DMA interface for x86

[Qemu-devel] [PATCH v4 0/4] Add 'blockdev-snapshot' command
 2015-09-18 10:49 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 1/4] block: rename BlockdevSnapshot to BlockdevSnapshotSync
` [Qemu-devel] [PATCH v4 3/4] block: add a 'blockdev-snapshot' QMP command
` [Qemu-devel] [PATCH v4 4/4] block: add tests for the 'blockdev-snapshot' command

[Qemu-devel] [PATCH v3 0/5] add ACPI node for fw_cfg on pc and arm
 2015-09-18 10:50 UTC  (9+ 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] internal snapshots with sheepdog
 2015-09-18 10:37 UTC  (5+ messages)
      ` [Qemu-devel] [sheepdog] "

[Qemu-devel] [PATCH] spice: surface switch fast path requires same format too
 2015-09-18 10:20 UTC 

[Qemu-devel] [PATCH v2 00/22] Do away with TB retranslation
 2015-09-18 10:32 UTC  (24+ 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 v4 0/4] qapi: child add/delete support
 2015-09-18 10:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/4] Add new block driver interface to add/delete a BDS's child
` [Qemu-devel] [PATCH v4 2/4] quorum: implement bdrv_add_child() and bdrv_del_child()
` [Qemu-devel] [PATCH v4 3/4] qmp: add monitor command to add/remove a child
` [Qemu-devel] [PATCH v4 4/4] hmp: "

[Qemu-devel] [Bug 1497204] [NEW] qemu-system-s390x: no SMP support without KVM
 2015-09-18 10:01 UTC 

[Qemu-devel] Fwd: Re: QEMU+Aarch64: in_asm log skips instructions of loop-programs
 2015-09-18  8:15 UTC  (6+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [PATCH] vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
 2015-09-18  9:11 UTC  (2+ messages)

[Qemu-devel] MIPS qemu build failure
 2015-09-18  9:06 UTC  (5+ messages)

[Qemu-devel] [PATCH v4] ppc/spapr: Implement H_RANDOM hypercall in QEMU
 2015-09-18  9:05 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC v4 00/29] qapi-ify netdev_add, and other post-introspection cleanups
 2015-09-18  9:03 UTC  (9+ 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  (14+ messages)
` [Qemu-devel] [RFC PATCH 01/10] vfio: Remove unneeded union from VFIOContainer
` [Qemu-devel] [RFC PATCH 03/10] vfio: Check guest IOVA ranges against host IOMMU capabilities
` [Qemu-devel] [RFC PATCH 06/10] vfio: Allow hotplug of containers onto existing guest IOMMU mappings
` [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] [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 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] [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] [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  (6+ 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


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