qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-14 14:10:43 to 2016-03-15 02:54:02 UTC [more...]

[Qemu-devel] [PATCH qemu v13 00/16] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2016-03-15  2:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH qemu v13 11/16] vfio: spapr: Add SPAPR IOMMU v2 support (DMA memory preregistering)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [patch v3 0/9] vfio-pci: pass the aer error to guest, part2
 2016-03-15  1:35 UTC  (10+ messages)
` [Qemu-devel] [patch v3 1/9] vfio: extract vfio_get_hot_reset_info as a single function
` [Qemu-devel] [patch v3 2/9] vfio: squeeze out vfio_pci_do_hot_reset for support bus reset
` [Qemu-devel] [patch v3 3/9] vfio: add pcie extended capability support
` [Qemu-devel] [patch v3 4/9] vfio: add aer support for vfio device
` [Qemu-devel] [patch v3 5/9] vfio: add check host bus reset is support or not
` [Qemu-devel] [patch v3 6/9] vfio: add check aer functionality for hotplug device
` [Qemu-devel] [patch v3 7/9] vfio: vote the function 0 to do host bus reset when aer occurred
` [Qemu-devel] [patch v3 8/9] vfio-pci: pass the aer error to guest
` [Qemu-devel] [patch v3 9/9] vfio: add 'aer' property to expose aercap

[Qemu-devel] [PATCH] spapr_rng: fix race with main loop
 2016-03-15  0:30 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] ppc: preparing pnv landing
 2016-03-15  0:39 UTC  (34+ messages)
` [Qemu-devel] [PATCH 01/17] ppc: Update SPR definitions
` [Qemu-devel] [PATCH 02/17] ppc: Add macros to register hypervisor mode SPRs
` [Qemu-devel] [PATCH 03/17] ppc: Add a bunch of hypervisor SPRs to Book3s
` [Qemu-devel] [PATCH 04/17] ppc: Add number of threads per core to the processor definition
` [Qemu-devel] [PATCH 05/17] ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HV
` [Qemu-devel] [PATCH 06/17] ppc: Create cpu_ppc_set_papr() helper
` [Qemu-devel] [PATCH 07/17] ppc: Better figure out if processor has HV mode
` [Qemu-devel] [PATCH 08/17] ppc: Add placeholder SPRs for DPDES and DHDES on P8
` [Qemu-devel] [PATCH 09/17] ppc: SPURR & PURR are HV writeable and privileged
` [Qemu-devel] [PATCH 10/17] ppc: Add dummy SPR_IC for POWER8
` [Qemu-devel] [PATCH 11/17] ppc: Initialize AMOR in PAPR mode
` [Qemu-devel] [PATCH 12/17] ppc: Fix writing to AMR/UAMOR
` [Qemu-devel] [PATCH 13/17] ppc: Add POWER8 IAMR register
` [Qemu-devel] [PATCH 14/17] ppc: Add dummy write to VTB
    ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 15/17] ppc: Add dummy POWER8 MPPR register
` [Qemu-devel] [PATCH 16/17] ppc: Add dummy CIABR SPR
` [Qemu-devel] [PATCH 17/17] ppc: A couple more dummy POWER8 Book4 regs

[Qemu-devel] [Bug 1553760] [NEW] NUMA node binding are not supported by this QEMU
 2016-03-14 23:39 UTC  (2+ messages)
` [Qemu-devel] [Bug 1553760] "

[Qemu-devel] [PATCH v4 4/4] hw/input/adb.c: implement QKeyCode support
 2016-03-14 23:10 UTC  (6+ messages)

[Qemu-devel] [PATCH] linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
 2016-03-14 21:51 UTC 

[Qemu-devel] [PATCH RFC 00/17] Dirty bitmaps postcopy migration
 2016-03-14 21:15 UTC  (3+ messages)

[Qemu-devel] [PULL 0/2] X86 fixes
 2016-03-14 20:42 UTC  (3+ messages)

[Qemu-devel] [PULL v2 0/2] X86 fixes
 2016-03-14 20:26 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] hyperv: cpu hotplug fix with HyperV enabled
` [Qemu-devel] [PULL 2/2] kvm: Remove x2apic feature from CPU model when kernel_irqchip is off

[Qemu-devel] [PATCH v4 00/28] Convert migration to QIOChannel & support TLS
 2016-03-14 19:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 02/28] io: avoid double-free when closing QIOChannelBuffer
` [Qemu-devel] [PATCH v4 10/28] migration: add reporting of errors for outgoing migration

[Qemu-devel] [PATCH v2 0/9] log: assorted improvements
 2016-03-14 16:40 UTC  (31+ messages)
` [Qemu-devel] [PATCH 1/9] trace: do not always call exit() in trace_enable_events
` [Qemu-devel] [PATCH 2/9] qemu-log: fix cpu_reset log target
` [Qemu-devel] [PATCH 3/9] log: improve code in do_qemu_set_log
` [Qemu-devel] [PATCH 4/9] log: move qemu_log_close/qemu_log_flush from header to log.c
` [Qemu-devel] [PATCH 5/9] log: improve performance of qemu_log and qemu_log_mask if disabled
` [Qemu-devel] [PATCH 6/9] log: log QMP commands and replies
` [Qemu-devel] [PATCH 7/9] log: report HMP command and event
` [Qemu-devel] [PATCH 8/9] log: report QAPI event
` [Qemu-devel] [PATCH 9/9] log: adds a timestamp to each log entry

[Qemu-devel] [PATCH][RFC] IOMMU: Add Support to VFIO devices with vIOMMU present
 2016-03-14 18:58 UTC  (3+ messages)

[Qemu-devel] [PATCH] io: stronger check for support for IPv4/6
 2016-03-14 18:49 UTC 

[Qemu-devel] [PATCH v4 00/26] Support LUKS encryption in block devices
 2016-03-14 18:33 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 09/26] crypto: import an implementation of the XTS cipher mode
` [Qemu-devel] [PATCH v4 13/26] crypto: implement the LUKS block encryption format
` [Qemu-devel] [PATCH v4 18/26] tests: add output filter to python I/O tests helper

[Qemu-devel] [Patch 1/1] net/net: Allocating Large sized arrays to heap
 2016-03-14 18:26 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2] net: "

[Qemu-devel] [PATCH] Include setjmp.h in qemu/osdep.h (bug fix for w64)
 2016-03-14 18:21 UTC  (4+ messages)

[Qemu-devel] [PATCH] Remove unneeded include statements for setjmp.h
 2016-03-14 18:15 UTC 

[Qemu-devel] [PATCH v3] blizzard: Remove support for DEPTH != 32
 2016-03-14 18:07 UTC 

[Qemu-devel] [PULL v2 0/7] target-i386 fixes
 2016-03-14 17:59 UTC 

[Qemu-devel] [Patch v2 1/1] blizzard: Remove support for DEPTH != 32
 2016-03-14 17:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] "

[Qemu-devel] [Patch 1/1] net/socket: Allocating Large sized arrays to heap
 2016-03-14 17:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/1] socket: "
` [Qemu-devel] [PATCH v3] "

[Qemu-devel] [PULL 00/40] Block patches
 2016-03-14 17:37 UTC  (41+ messages)
` [Qemu-devel] [PULL 01/40] qemu-img: eliminate memory leak
` [Qemu-devel] [PULL 02/40] block/qapi: Factor out bdrv_query_blk_stats()
` [Qemu-devel] [PULL 03/40] block/qapi: Factor out bdrv_query_bds_stats()
` [Qemu-devel] [PULL 04/40] block/qapi: Include empty drives in query-blockstats
` [Qemu-devel] [PULL 05/40] block/vpc: choose size calculation method based on creator_app field
` [Qemu-devel] [PULL 06/40] block/vpc: tests for auto-detecting VPC and Hyper-V VHD images
` [Qemu-devel] [PULL 07/40] block/vpc: give option to force the current_size field in .bdrv_create
` [Qemu-devel] [PULL 08/40] block/vpc: add tests for image creation force_size parameter
` [Qemu-devel] [PULL 09/40] docs: fix invalid node name in qmp event
` [Qemu-devel] [PULL 10/40] qmp event: Refactor QUORUM_REPORT_BAD
` [Qemu-devel] [PULL 11/40] quorum: modify vote rules for flush operation
` [Qemu-devel] [PULL 12/40] blockdev: Snapshotting must not open second instance of old top
` [Qemu-devel] [PULL 13/40] block: Fix snapshot=on cache modes
` [Qemu-devel] [PULL 14/40] block: Fix cache mode defaults in bds_tree_init()
` [Qemu-devel] [PULL 15/40] vmdk: Switch to heap arrays for vmdk_write_cid
` [Qemu-devel] [PULL 16/40] vmdk: Switch to heap arrays for vmdk_read_cid
` [Qemu-devel] [PULL 17/40] vmdk: Switch to heap arrays for vmdk_parent_open
` [Qemu-devel] [PULL 18/40] hmp: 'drive_add -n' for creating a node without BB
` [Qemu-devel] [PULL 19/40] hmp: Extend drive_del to delete nodes "
` [Qemu-devel] [PULL 20/40] block: Use writeback in .bdrv_create() implementations
` [Qemu-devel] [PULL 21/40] block: Introduce blk_set_allow_write_beyond_eof()
` [Qemu-devel] [PULL 22/40] parallels: Use BB functions in .bdrv_create()
` [Qemu-devel] [PULL 23/40] qcow: "
` [Qemu-devel] [PULL 24/40] qcow2: "
` [Qemu-devel] [PULL 25/40] qed: "
` [Qemu-devel] [PULL 26/40] sheepdog: "
` [Qemu-devel] [PULL 27/40] vdi: "
` [Qemu-devel] [PULL 28/40] vhdx: "
` [Qemu-devel] [PULL 29/40] vmdk: "
` [Qemu-devel] [PULL 30/40] vpc: "
` [Qemu-devel] [PULL 31/40] backup: Use Bitmap to replace "s->bitmap"
` [Qemu-devel] [PULL 32/40] block: Include hbitmap.h in block.h
` [Qemu-devel] [PULL 33/40] typedefs: Add BdrvDirtyBitmap
` [Qemu-devel] [PULL 34/40] block: Move block dirty bitmap code to separate files
` [Qemu-devel] [PULL 35/40] block: Remove unused typedef of BlockDriverDirtyHandler
` [Qemu-devel] [PULL 36/40] iotests: Correct 081's reference output
` [Qemu-devel] [PULL 37/40] quorum: Fix crash in quorum_aio_cb()
` [Qemu-devel] [PULL 38/40] monitor: Separate QUORUM_REPORT_BAD events according to the node name
` [Qemu-devel] [PULL 39/40] monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest mode
` [Qemu-devel] [PULL 40/40] iotests: Add test for QMP event rates

[Qemu-devel] [PATCH 00/11] block: Use BB function in .bdrv_create() implementations
 2016-03-14 17:34 UTC  (4+ messages)

[Qemu-devel] [PATCH v8 0/9] qemu-log, -dfilter and other logging tweaks
 2016-03-14 17:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH v8 5/9] qemu-log: new option -dfilter to limit output

[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-14 17:03 UTC  (8+ messages)

[Qemu-devel] e1000 emulation and mmio_exists counter
 2016-03-14 17:02 UTC 

[Qemu-devel] [PULL 0/7] target-i386 fixes
 2016-03-14 16:57 UTC  (2+ messages)

[Qemu-devel] [Bug 1557057] [NEW] Windows 10 guest cannot wake up from S3 using rtc wake
 2016-03-14 16:47 UTC 

[Qemu-devel] [PATCH v2] Sort the fw_cfg file list
 2016-03-14 16:55 UTC 

[Qemu-devel] [PULL 0/2] Tracing patches
 2016-03-14 16:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] block: API changes for 2.6
 2016-03-14 16:50 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/5] block: Remove copy-on-read from bdrv_move_feature_fields()
` [Qemu-devel] [PATCH 2/5] block: Remove dirty bitmaps "
` [Qemu-devel] [PATCH 3/5] block: Remove cache.writeback from blockdev-add
` [Qemu-devel] [PATCH 4/5] block: Make backing files always writeback
` [Qemu-devel] [PATCH 5/5] block: Reject writethrough mode except at the root

[Qemu-devel] [PATCH] Sort the fw_cfg file list
 2016-03-14 16:39 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/6] external backup api
 2016-03-14 16:27 UTC  (19+ messages)

[Qemu-devel] [PATCH v2 0/4] Separate QUORUM_REPORT_BAD events according to their node name
 2016-03-14 16:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] net.c: Moved large array in nc_sendv_compat from the stack to the heap
 2016-03-14 16:22 UTC  (3+ messages)

[Qemu-devel] [Bug 1557033] [NEW] Persistent malfunction after guest shutdown/reboot
 2016-03-14 16:04 UTC 

[Qemu-devel] [PULL v3 0/8] VFIO updates 2016-03-11
 2016-03-14 15:57 UTC  (2+ messages)

[Qemu-devel] [PATCH 4/4] timer/m48t59.c: Change qemu_system_reset_request to watchdog_perform_action where appropriate
 2016-03-14 15:57 UTC 

[Qemu-devel] [PATCH 3/4] etraxfs_timer: Change qemu_system_reset_request to watchdog_perform_action where appropriate
 2016-03-14 15:56 UTC 

[Qemu-devel] [PATCH 2/4] omap1: Change qemu_system_reset_request to watchdog_perform_action where appropriate
 2016-03-14 15:56 UTC 

[Qemu-devel] [PATCH 1/4] musicpal: Change qemu_system_reset_request to watchdog_perform_action where appropriate
 2016-03-14 15:53 UTC 

[Qemu-devel] [PATCH 00/77] ppc: Add "native" POWER8 platform
 2016-03-14 15:50 UTC  (13+ messages)
` [Qemu-devel] [PATCH 72/77] ppc: A couple more dummy POWER8 Book4 regs
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] spice: Disallow use of gl + TCP port
 2016-03-14 15:41 UTC  (4+ messages)

[Qemu-devel] [PATCH 1/1] Allocating Large sized arrays to heap
 2016-03-14 15:40 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH V2 1/1] virtio:Allocate temporary VirtQueueElementOld on heap

[Qemu-devel] [PATCH] Added NULL check for qemu_find_file()
 2016-03-14 15:34 UTC  (2+ messages)

[Qemu-devel] TCG question reg. tcg_cpu_exec()
 2016-03-14 15:26 UTC 

[Qemu-devel] [PATCH 0/5] Add ACPI and SMBIOS table entries for IPMI
 2016-03-14 15:25 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/5] pc: Postpone SMBIOS table installation to post machine init

[Qemu-devel] [PATCH V4] hw/pxb: add chassis_nr property
 2016-03-14 15:21 UTC  (2+ messages)

[Qemu-devel] [PULL 00/53] vhost, virtio, pci, pc, acpi
 2016-03-14 15:10 UTC  (2+ messages)

[Qemu-devel] [PULL 0/4] migration fixes
 2016-03-14 14:44 UTC  (2+ messages)

[Qemu-devel] [Bug 1556306] [NEW] vhost-user: qemu stops processing packets under high load of traffic
 2016-03-14 14:30 UTC  (3+ messages)
` [Qemu-devel] [Bug 1556306] "

[Qemu-devel] [RFC] [tcg] Idea on refactoring target code generation loop (gen_intermediate_code)
 2016-03-14 14:26 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/5] address_space: replaced function calls
 2016-03-14 14:14 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 0/7] Deterministic replay extensions
 2016-03-14 14:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 1/7] replay: character devices

[Qemu-devel] [PATCH v2 00/18] Multiple fixes & improvements to QIOChannel & Win32
 2016-03-14 14:10 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).