messages from 2015-10-21 13:35:52 to 2015-10-22 02:20:11 UTC [more...]
[Qemu-devel] [PATCH v5 00/12] block: Protect nested event loop with bdrv_drained_begin and bdrv_drained_end
2015-10-22 2:20 UTC (23+ messages)
` [Qemu-devel] [PATCH v5 01/12] aio: Add "is_external" flag for event handlers
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 02/12] nbd: Mark fd handlers client type as "external"
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 04/12] aio: introduce aio_{disable, enable}_external
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 05/12] block: Introduce "drained begin/end" API
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 06/12] block: Add "drained begin/end" for transactional external snapshot
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 07/12] block: Add "drained begin/end" for transactional backup
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 08/12] block: Add "drained begin/end" for transactional blockdev-backup
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 09/12] block: Add "drained begin/end" for internal snapshot
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v5 10/12] block: Introduce BlockDriver.bdrv_drain callback
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH RFC 0/4] target-i386: PC socket/core/thread modeling, part 1
2015-10-22 1:27 UTC (3+ messages)
` [Qemu-devel] cpu modelling and hotplug (was: [PATCH RFC 0/4] target-i386: PC socket/core/thread modeling, part 1)
` [Qemu-devel] cpu modelling and hotplug
[Qemu-devel] Functions to intercept Disk IO information?
2015-10-22 1:22 UTC (2+ messages)
[Qemu-devel] [PATCH 0/5] slirp updates
2015-10-21 23:15 UTC
[Qemu-devel] [PATCH 1/5] slirp: closesocket must be called to close sockets on windows
2015-10-21 23:15 UTC
[Qemu-devel] [PATCH 2/5] slirp: Changes needed to build with a pre C99 C compiler
2015-10-21 23:15 UTC
[Qemu-devel] [PATCH 3/5] slirp: change tftp to use stdio APIs vs open/read/close
2015-10-21 23:15 UTC
[Qemu-devel] [PATCH 4/5] slirp: Generalized debug macros to also support simh debugging
2015-10-21 23:15 UTC
[Qemu-devel] [PATCH 5/5] slirp: Fix signed/unsigned comparison and variable truncation warnings
2015-10-21 23:15 UTC
[Qemu-devel] [PATCH v2 0/2] qga: non-blocking fd cleanups
2015-10-21 23:29 UTC (3+ messages)
` [Qemu-devel] [PATCH 2/2] qga: set file descriptors in qmp_guest_file_open non-blocking on Win32
[Qemu-devel] [RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
2015-10-21 23:26 UTC (24+ messages)
` [Qemu-devel] [RFC Patch 01/12] PCI: Add virtfn_index for struct pci_device
` [Qemu-devel] [RFC Patch 02/12] IXGBE: Add new mail box event to restore VF status in the PF driver
` [Qemu-devel] [RFC Patch 03/12] IXGBE: Add sysfs interface for Qemu to migrate "
` [Qemu-devel] [RFC Patch 04/12] IXGBE: Add ixgbe_ping_vf() to notify a specified VF via mailbox msg
` [Qemu-devel] [RFC Patch 05/12] IXGBE: Add new sysfs interface of "notify_vf"
` [Qemu-devel] [RFC Patch 06/12] IXGBEVF: Add self emulation layer
` [Qemu-devel] [RFC Patch 07/12] IXGBEVF: Add new mail box event for migration
` [Qemu-devel] [RFC Patch 08/12] IXGBEVF: Rework code of finding the end transmit desc of package
` [Qemu-devel] [RFC Patch 09/12] IXGBEVF: Add live migration support for VF driver
` [Qemu-devel] [RFC Patch 10/12] IXGBEVF: Add lock to protect tx/rx ring operation
` [Qemu-devel] [RFC Patch 11/12] IXGBEVF: Migrate VF statistic data
` [Qemu-devel] [RFC Patch 12/12] IXGBEVF: Track dma dirty pages
[Qemu-devel] [PATCH] target-alpha: fix uninitialized variable
2015-10-21 23:15 UTC (2+ messages)
[Qemu-devel] DO_UPCAST confusion
2015-10-21 22:49 UTC
[Qemu-devel] [PATCH] hw/arm/virt: Fix address in PCIe device tree node's unit name
2015-10-21 22:01 UTC (3+ messages)
[Qemu-devel] [PULL 00/10] collected tcg patches
2015-10-21 21:42 UTC (11+ messages)
` [Qemu-devel] [PULL 01/10] tcg/ppc: Adjust exit_tb for change in prologue placement
` [Qemu-devel] [PULL 02/10] tcg/ppc: Revise goto_tb implementation
` [Qemu-devel] [PULL 03/10] tcg/ppc: Prefer mask over andi
` [Qemu-devel] [PULL 04/10] tcg-opc.h: Simplify insn_start def
` [Qemu-devel] [PULL 05/10] disas/mips: Add R6 jr/jr.hb to disassembler
` [Qemu-devel] [PULL 06/10] tcg/mips: Add use_mips32r6_instructions definition
` [Qemu-devel] [PULL 07/10] tcg/mips: Support r6 JR encoding
` [Qemu-devel] [PULL 08/10] tcg/mips: Support r6 multiply/divide encodings
` [Qemu-devel] [PULL 09/10] tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ
` [Qemu-devel] [PULL 10/10] cpu-exec: Add "nochain" debug flag
[Qemu-devel] [PATCH v2 0/8] i.MX: Standardize debug code
2015-10-21 21:35 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 1/8] i.MX: Standardize i.MX serial debug
` [Qemu-devel] [PATCH v2 2/8] i.MX: Standardize i.MX GPIO debug
` [Qemu-devel] [PATCH v2 3/8] i.MX: Standardize i.MX I2C debug
` [Qemu-devel] [PATCH v2 4/8] i.MX: Standardize i.MX AVIC debug
` [Qemu-devel] [PATCH v2 5/8] i.MX: Standardize i.MX CCM debug
` [Qemu-devel] [PATCH v2 6/8] i.MX: Standardize i.MX FEC debug
` [Qemu-devel] [PATCH v2 7/8] i.MX: Standardize i.MX EPIT debug
` [Qemu-devel] [PATCH v2 8/8] i.MX: Standardize i.MX GPT debug
[Qemu-devel] [PATCH v9 00/17] qapi collision reduction (post-introspection subset B')
2015-10-21 21:16 UTC (9+ messages)
` [Qemu-devel] [PATCH v9 05/17] qapi: Unbox base members
` [Qemu-devel] [PATCH v9 06/17] qapi-visit: Remove redundant functions for flat union base
[Qemu-devel] [PATCH 00/40] Patch Round-up for stable 2.4.1, freeze on 2015-10-29
2015-10-21 18:43 UTC (43+ messages)
` [Qemu-devel] [PATCH 01/40] scsi-disk: Fix assertion failure on WRITE SAME
` [Qemu-devel] [PATCH 02/40] mirror: Fix coroutine reentrance
` [Qemu-devel] [PATCH 03/40] target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
` [Qemu-devel] [PATCH 04/40] block/iscsi: validate block size returned from target
` [Qemu-devel] [PATCH 05/40] exec-all: Translate TCI return addresses backwards too
` [Qemu-devel] [PATCH 06/40] block/nfs: fix calculation of allocated file size
` [Qemu-devel] [PATCH 07/40] qemu-img: Fix crash in amend invocation
` [Qemu-devel] [PATCH 08/40] mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete
` [Qemu-devel] [PATCH 09/40] vhost-scsi: fix wrong vhost-scsi firmware path
` [Qemu-devel] [PATCH 10/40] scripts/dump-guest-memory.py: fix after RAMBlock change
` [Qemu-devel] [PATCH 11/40] PPC: E500: Update u-boot to commit 79c884d7e4
` [Qemu-devel] [PATCH 12/40] s390x/css: start with cleared cstat/dstat
` [Qemu-devel] [PATCH 13/40] rtl8139: Fix receive buffer overflow check
` [Qemu-devel] [PATCH 14/40] rtl8139: Do not consume the packet during overflow in standard mode
` [Qemu-devel] [PATCH 15/40] cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init
` [Qemu-devel] [PATCH 16/40] virtio dataplane: adapt dataplane for virtio Version 1
` [Qemu-devel] [PATCH 17/40] target-arm: Share all common TCG temporaries
` [Qemu-devel] [PATCH 18/40] qcow2: Make size_to_clusters() return uint64_t
` [Qemu-devel] [PATCH 19/40] ide: fix ATAPI command permissions
` [Qemu-devel] [PATCH 20/40] gtk: use setlocale() for LC_MESSAGES only
` [Qemu-devel] [PATCH 21/40] spapr_pci: fix device tree props for MSI/MSI-X
` [Qemu-devel] [PATCH 22/40] nbd: release exp->blk after all clients are closed
` [Qemu-devel] [PATCH 23/40] slirp: Fix non blocking connect for w32
` [Qemu-devel] [PATCH 24/40] ide: unify io_buffer_offset increments
` [Qemu-devel] [PATCH 25/40] qom: Do not reuse errp after a possible error
` [Qemu-devel] [PATCH 26/40] qom: Fix invalid error check in property_get_str()
` [Qemu-devel] [PATCH 27/40] tcg/mips: Fix clobbering of qemu_ld inputs
` [Qemu-devel] [PATCH 28/40] target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor
` [Qemu-devel] [PATCH 29/40] target-ppc: fix xscmpodp and xscmpudp decoding
` [Qemu-devel] [PATCH 30/40] virtio: avoid leading underscores for helpers
` [Qemu-devel] [PATCH 31/40] virtio-net: unbreak self announcement and guest offloads after migration
` [Qemu-devel] [PATCH 32/40] vmxnet3: Drop net_vmxnet3_info.can_receive
` [Qemu-devel] [PATCH 33/40] qmp: Fix device-list-properties not to crash for abstract device
` [Qemu-devel] [PATCH 34/40] qdev: Protect device-list-properties against broken devices
` [Qemu-devel] [PATCH 35/40] Revert "qdev: Use qdev_get_device_class() for -device <type>, help"
` [Qemu-devel] [PATCH 36/40] misc: zynq_slcr: Fix MMIO writes
` [Qemu-devel] [PATCH 37/40] s390x/kvm: Fix vector validity bit in device machine checks
` [Qemu-devel] [PATCH 38/40] util/qemu-config: fix missing machine command line options
` [Qemu-devel] [PATCH 39/40] Migration: Generate the completed event only when we complete
` [Qemu-devel] [PATCH 40/40] virtio-input: ignore events until the guest driver is ready
[Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module
2015-10-21 20:21 UTC (2+ messages)
[Qemu-devel] Coding style for errors
2015-10-21 20:16 UTC (5+ messages)
[Qemu-devel] [PATCH 0/4] mips: add Global Interrupt Controller
2015-10-21 20:13 UTC (9+ messages)
` [Qemu-devel] [PATCH 3/4] "
` [Qemu-devel] [PATCH 4/4] mips: add gic support to malta
[Qemu-devel] [PULL 0/5] xtensa queue 2015-10-21
2015-10-21 18:43 UTC
[Qemu-devel] [RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC
2015-10-21 18:39 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH 1/3] Qemu: Add pci-assign.h to share functions and struct definition with new file
` [Qemu-devel] [RFC PATCH 2/3] Qemu: Add post_load_state() to run after restoring CPU state
` [Qemu-devel] [RFC PATCH 3/3] Qemu: Introduce pci-sriov device type to support VF live migration
[Qemu-devel] [PATCH] throttle: Remove throttle_group_lock/unlock()
2015-10-21 18:36 UTC
[Qemu-devel] [PATCH] hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNT
2015-10-21 18:36 UTC (2+ messages)
[Qemu-devel] [PATCH v2 00/16] Introduce I/O channels framework
2015-10-21 18:20 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 03/16] sockets: allow port to be NULL when listening on IP address
` [Qemu-devel] [PATCH v2 08/16] io: add abstract QIOChannel classes
[Qemu-devel] [PULL 00/13] target-arm queue
2015-10-21 18:15 UTC (3+ messages)
` [Qemu-devel] [PULL 13/13] target-arm: Fix CPU breakpoint handling
[Qemu-devel] [PATCH v1 0/5] Convert qemu-socket to use QAPI exclusively
2015-10-21 17:23 UTC (9+ messages)
` [Qemu-devel] [PATCH v1 1/5] sockets: remove use of QemuOpts from header file
` [Qemu-devel] [PATCH v1 2/5] sockets: remove use of QemuOpts from socket_listen
` [Qemu-devel] [PATCH v1 3/5] sockets: remove use of QemuOpts from socket_connect
` [Qemu-devel] [PATCH v1 4/5] sockets: remove use of QemuOpts from socket_dgram
` [Qemu-devel] [PATCH v1 5/5] vnc: distiguish between ipv4/ipv6 omitted vs set to off
[Qemu-devel] [Bug 1323758] Re: Mouse stops working when connected usb-storage-device
2015-10-21 16:35 UTC
[Qemu-devel] [Qemu-stable] [PATCH] util/qemu-config: fix missing machine command line options
2015-10-21 16:21 UTC (2+ messages)
[Qemu-devel] [PULL v2 0/9] Next set of s390x patches
2015-10-21 15:59 UTC (2+ messages)
[Qemu-devel] QEMU patch to allow VM introspection via libvmi
2015-10-21 15:50 UTC (10+ messages)
` [Qemu-devel] [PATCH] QEMU patch for libvmi to introspect QEMU/kvm virtual machines. Usually this patch is distributed with libvmi, but, it might be more useful to have it in the QEMU source permanently
[Qemu-devel] [PATCH v2 0/2] xen-platform: Replace assert() with appropriate error reporting
2015-10-21 15:46 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] xen_platform: switch to realize
` [Qemu-devel] [PATCH v2 2/2] xen-platform: Replace assert() with appropriate error reporting
[Qemu-devel] qemu-guest-agent question
2015-10-21 15:28 UTC (3+ messages)
[Qemu-devel] [PATCH v4 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
2015-10-21 15:23 UTC (11+ messages)
` [Qemu-devel] [PATCH QEMU-XEN v4 0/9] "
` [Qemu-devel] [PATCH QEMU-XEN v4 1/9] xen_console: correctly cleanup primary console on teardown
` [Qemu-devel] [PATCH QEMU-XEN v4 2/9] xen: Switch to libxenevtchn interface for compat shims
` [Qemu-devel] [PATCH QEMU-XEN v4 3/9] xen: Switch to libxengnttab "
` [Qemu-devel] [PATCH QEMU-XEN v4 4/9] xen: Switch uses of xc_map_foreign_range into xc_map_foreign_bulk
` [Qemu-devel] [PATCH QEMU-XEN v4 5/9] xen: Switch uses of xc_map_foreign_pages "
` [Qemu-devel] [PATCH QEMU-XEN v4 6/9] xen: Switch uses of xc_map_foreign_bulk to use libxenforeignmemory API
` [Qemu-devel] [PATCH QEMU-XEN v4 7/9] xen: Use stable library interfaces when they are available
` [Qemu-devel] [PATCH QEMU-XEN v4 8/9] xen: domainbuild: reopen libxenctrl interface after forking for domain watcher
` [Qemu-devel] [PATCH QEMU-XEN v4 9/9] xen: make it possible to build without the Xen PV domain builder
[Qemu-devel] [PATCH] tests: test-qga, loosen assumptions about host filesystems
2015-10-21 15:19 UTC (2+ messages)
[Qemu-devel] [RFC PATCH V7 00/19] Multithread TCG
2015-10-21 15:09 UTC (6+ messages)
[Qemu-devel] [PATCH v2 1/5] Revert "vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE"
2015-10-21 14:59 UTC (11+ messages)
` [Qemu-devel] [PATCH v2 5/5] vhost: send VHOST_USER_SET_VRING_ENABLE at start/stop
[Qemu-devel] [PATCH RFC V5 0/9] Implement GIC-500 from GICv3 family for arm64
2015-10-21 14:54 UTC (22+ messages)
` [Qemu-devel] [PATCH RFC V5 6/9] hw/intc: arm_gicv3_spi_its
` [Qemu-devel] [PATCH RFC V5 9/9] hw/arm: Add virt-v3 machine that uses GIC-500
[Qemu-devel] [PATCH COLO-Frame v9 00/32] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
2015-10-21 14:10 UTC (2+ messages)
[Qemu-devel] [PULL 00/38] vhost, pc, virtio features, fixes, cleanups
2015-10-21 14:06 UTC (2+ messages)
[Qemu-devel] [PATCH v2 1/3] block/gluster: rename [server, volname, image] -> [host, volume, path]
2015-10-21 14:00 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 2/3] block/gluster: code cleanup
` [Qemu-devel] [PATCH v9 3/3] block/gluster: add support for multiple gluster servers
[Qemu-devel] [PATCH RFC V5 1/9] hw/intc: Implement GIC-500 support files
2015-10-21 13:58 UTC (7+ messages)
[Qemu-devel] [RFC] transactions: add transaction-wide property
2015-10-21 13:55 UTC (3+ messages)
[Qemu-devel] [PATCH v7 00/39] blockdev: BlockBackend and media
2015-10-21 13:47 UTC (7+ messages)
` [Qemu-devel] [PATCH v7 27/39] block: Add blk_remove_bs()
` [Qemu-devel] [PATCH v7 31/39] blockdev: Add blockdev-insert-medium
[Qemu-devel] [PATCH v4 00/33] implement vNVDIMM
2015-10-21 13:32 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 28/33] nvdimm acpi: support DSM_FUN_IMPLEMENTED function
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).