qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-12 13:33:26 to 2016-05-12 20:13:08 UTC [more...]

[Qemu-devel] [RFC PATCH v3 0/3] Add vGPU support
 2016-05-12 20:12 UTC  (14+ messages)
` [Qemu-devel] [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu

[Qemu-devel] [PATCH 0/7] Fix PM SMBus and add IPMI over SMBus
 2016-05-12 19:34 UTC  (11+ messages)
` [Qemu-devel] [PATCH 6/7] ipmi: Fix SSIF ACPI handling to use the right CRS
` [Qemu-devel] [PATCH 7/7] ipmi: Add ACPI to the SMBus IPMI device

[Qemu-devel] [RFC v2 00/11] Base enabling patches for MTTCG
 2016-05-12 19:32 UTC  (7+ messages)
` [Qemu-devel] [RFC v2 04/11] tcg: comment on which functions have to be called with tb_lock held

[Qemu-devel] [PATCH] migration: fix ram decompression race deadlock
 2016-05-12 18:42 UTC 

[Qemu-devel] [PATCH v2 00/28] linux-user: fix race between signals and syscalls
 2016-05-12 17:47 UTC  (29+ messages)
` [Qemu-devel] [PATCH v2 01/28] linux-user: Check array bounds in errno conversion
` [Qemu-devel] [PATCH v2 02/28] linux-user: Consistently return host errnos from do_openat()
` [Qemu-devel] [PATCH v2 03/28] linux-user: Reindent signal handling
` [Qemu-devel] [PATCH v2 04/28] linux-user: Define TARGET_ERESTART* errno values
` [Qemu-devel] [PATCH v2 05/28] linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
` [Qemu-devel] [PATCH v2 06/28] linux-user: Support for restarting system calls for x86 targets
` [Qemu-devel] [PATCH v2 07/28] linux-user: Support for restarting system calls for ARM targets
` [Qemu-devel] [PATCH v2 08/28] linux-user: Support for restarting system calls for MIPS targets
` [Qemu-devel] [PATCH v2 09/28] linux-user: Support for restarting system calls for PPC targets
` [Qemu-devel] [PATCH v2 10/28] linux-user: Support for restarting system calls for SPARC targets
` [Qemu-devel] [PATCH v2 11/28] linux-user: Support for restarting system calls for SH4 targets
` [Qemu-devel] [PATCH v2 12/28] linux-user: Support for restarting system calls for Alpha targets
` [Qemu-devel] [PATCH v2 13/28] linux-user: Support for restarting system calls for UniCore32 targets
` [Qemu-devel] [PATCH v2 14/28] linux-user: Support for restarting system calls for OpenRISC targets
` [Qemu-devel] [PATCH v2 15/28] linux-user: Support for restarting system calls for M68K targets
` [Qemu-devel] [PATCH v2 16/28] linux-user: Support for restarting system calls for S390 targets
` [Qemu-devel] [PATCH v2 17/28] linux-user: Support for restarting system calls for CRIS targets
` [Qemu-devel] [PATCH v2 18/28] linux-user: Support for restarting system calls for tilegx targets
` [Qemu-devel] [PATCH v2 19/28] linux-user: Set r14 on exit from microblaze syscall
` [Qemu-devel] [PATCH v2 20/28] linux-user: Support for restarting system calls for Microblaze targets
` [Qemu-devel] [PATCH v2 21/28] linux-user: Add debug code to exercise restarting system calls
` [Qemu-devel] [PATCH v2 22/28] linux-user: Provide safe_syscall for fixing races between signals and syscalls
` [Qemu-devel] [PATCH v2 23/28] linux-user: Use safe_syscall for read and write system calls
` [Qemu-devel] [PATCH v2 24/28] linux-user: Use safe_syscall for open and openat "
` [Qemu-devel] [PATCH v2 25/28] linux-user: Use safe_syscall for wait "
` [Qemu-devel] [PATCH v2 26/28] linux-user: Use safe_syscall for execve syscall
` [Qemu-devel] [PATCH v2 27/28] linux-user: Use safe_syscall for pselect, select syscalls
` [Qemu-devel] [PATCH v2 28/28] linux-user: Use safe_syscall for futex syscall

[Qemu-devel] [PATCH v2 0/2] trace: Add event for vCPU memory accesses
 2016-05-12 16:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] exec: [tcg] Track which vCPU is performing translation and execution

[Qemu-devel] [PATCH v5 0/3] Add a generic loader
 2016-05-12 17:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/3] loader: Allow ELF loader to auto-detect the ELF arch
` [Qemu-devel] [PATCH v5 2/3] generic-loader: Add a generic loader
` [Qemu-devel] [PATCH v5 3/3] docs: Add a generic loader explanation document

[Qemu-devel] Make virtio-net.c ring size configurable?
 2016-05-12 17:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] target-i386: implement CPUID[0xB] (Extended Topology Enumeration)
 2016-05-12 17:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] target-i386: implement CPUID[0xB] (Extended Topology Enumeration)
 2016-05-12 17:24 UTC 

[Qemu-devel] [PATCH v2] cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()
 2016-05-12 17:05 UTC  (2+ messages)

[Qemu-devel] proposal: drop linux-user unicore32 support from QEMU
 2016-05-12 17:19 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Use &error_fatal in some initialization code
 2016-05-12 17:04 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/6] vl: Use &error_fatal when parsing VNC options
` [Qemu-devel] [PATCH 2/6] vl: Use &error_fatal when parsing monitor options
` [Qemu-devel] [PATCH 3/6] main-loop: Use Error** to report qemu_signal_init() errors
` [Qemu-devel] [PATCH 4/6] main-loop: Use &error_fatal when calling qemu_init_main_loop()
` [Qemu-devel] [PATCH 5/6] main-loop: Make qemu_init_main_loop() and qemu_signal_init() void
` [Qemu-devel] [PATCH 6/6] Use &error_fatal when initializing crypto on qemu-{img, io, nbd}

[Qemu-devel] [PATCH] Modify net/socket.c to use socket_* functions from include/qemu/sockets.h
 2016-05-12 17:03 UTC 

[Qemu-devel] [PATCH v7 00/19] block: kill sector-based blk_write/read
 2016-05-12 16:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 06/19] scsi-disk: Switch to byte-based aio block access

[Qemu-devel] [RFC PATCH resend 00/11] Make CoMutex/CoQueue/CoRwlock thread-safe
 2016-05-12 16:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH 08/11] test-aio-multithread: add performance comparison with thread-based mutexes

[Qemu-devel] [PATCH] cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()
 2016-05-12 16:49 UTC  (3+ messages)

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2016-05-12 16:23 UTC  (4+ messages)
` [Qemu-devel] [Bug 955379] "

[Qemu-devel] [PULL 00/69] Block layer patches
 2016-05-12 16:19 UTC  (71+ messages)
` [Qemu-devel] [PULL 01/69] block: Don't disable I/O throttling on sync requests
` [Qemu-devel] [PULL 02/69] block: make bdrv_start_throttled_reqs return void
` [Qemu-devel] [PULL 03/69] block: move restarting of throttled reqs to block/throttle-groups.c
` [Qemu-devel] [PULL 04/69] block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co_drain
` [Qemu-devel] [PULL 05/69] block: introduce bdrv_no_throttling_begin/end
` [Qemu-devel] [PULL 06/69] block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
` [Qemu-devel] [PULL 07/69] linux-aio: make it more type safe
` [Qemu-devel] [PULL 08/69] block: Introduce bdrv_driver_preadv()
` [Qemu-devel] [PULL 09/69] block: Introduce bdrv_driver_pwritev()
` [Qemu-devel] [PULL 10/69] block: Support AIO drivers in bdrv_driver_preadv/pwritev()
` [Qemu-devel] [PULL 11/69] block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
` [Qemu-devel] [PULL 12/69] block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
` [Qemu-devel] [PULL 13/69] bochs: Implement .bdrv_co_preadv() interface
` [Qemu-devel] [PULL 14/69] cloop: "
` [Qemu-devel] [PULL 15/69] dmg: "
` [Qemu-devel] [PULL 16/69] vdi: "
` [Qemu-devel] [PULL 17/69] vdi: Implement .bdrv_co_pwritev() interface
` [Qemu-devel] [PULL 18/69] vmdk: Add vmdk_find_offset_in_cluster()
` [Qemu-devel] [PULL 19/69] vmdk: Implement .bdrv_co_preadv() interface
` [Qemu-devel] [PULL 20/69] vmdk: Implement .bdrv_co_pwritev() interface
` [Qemu-devel] [PULL 21/69] vpc: Implement .bdrv_co_preadv() interface
` [Qemu-devel] [PULL 22/69] vpc: Implement .bdrv_co_pwritev() interface
` [Qemu-devel] [PULL 23/69] vvfat: Implement .bdrv_co_preadv/pwritev interfaces
` [Qemu-devel] [PULL 24/69] block: Remove BlockDriver.bdrv_read/write
` [Qemu-devel] [PULL 25/69] block: Fix typo in comment
` [Qemu-devel] [PULL 26/69] block: always compile-check debug prints
` [Qemu-devel] [PULL 27/69] Allow users to specify the vmdk virtual hardware version
` [Qemu-devel] [PULL 28/69] qemu-io: Fix memory leak in 'aio_write -z'
` [Qemu-devel] [PULL 29/69] block: Allow BDRV_REQ_FUA through blk_pwrite()
` [Qemu-devel] [PULL 30/69] block: Switch blk_read_unthrottled() to byte interface
` [Qemu-devel] [PULL 31/69] block: Switch blk_*write_zeroes() "
` [Qemu-devel] [PULL 32/69] block: Introduce byte-based aio read/write
` [Qemu-devel] [PULL 33/69] ide: Switch to byte-based aio block access
` [Qemu-devel] [PULL 34/69] scsi-disk: "
` [Qemu-devel] [PULL 35/69] virtio: "
` [Qemu-devel] [PULL 36/69] xen_disk: "
` [Qemu-devel] [PULL 37/69] fdc: Switch to byte-based "
` [Qemu-devel] [PULL 38/69] nand: "
` [Qemu-devel] [PULL 39/69] onenand: "
` [Qemu-devel] [PULL 40/69] pflash: "
` [Qemu-devel] [PULL 41/69] sd: "
` [Qemu-devel] [PULL 42/69] m25p80: "
` [Qemu-devel] [PULL 43/69] atapi: "
` [Qemu-devel] [PULL 44/69] nbd: "
` [Qemu-devel] [PULL 45/69] qemu-img: "
` [Qemu-devel] [PULL 46/69] qemu-io: "
` [Qemu-devel] [PULL 47/69] block: Kill unused sector-based blk_* functions
` [Qemu-devel] [PULL 48/69] qcow2: improve qcow2_co_write_zeroes()
` [Qemu-devel] [PULL 49/69] block: Make supported_write_flags a per-bds property
` [Qemu-devel] [PULL 50/69] block: Honor BDRV_REQ_FUA during write_zeroes
` [Qemu-devel] [PULL 51/69] nbd: Simplify client FUA handling
` [Qemu-devel] [PULL 52/69] block: Invalidate all children
` [Qemu-devel] [PULL 53/69] block: Drop superfluous invalidating bs->file from drivers
` [Qemu-devel] [PULL 54/69] block: Inactivate all children
` [Qemu-devel] [PULL 55/69] iotests: fix the redirection order in 083
` [Qemu-devel] [PULL 56/69] qemu-img: check block status of backing file when converting
` [Qemu-devel] [PULL 57/69] Add new block driver interface to add/delete a BDS's child
` [Qemu-devel] [PULL 58/69] quorum: implement bdrv_add_child() and bdrv_del_child()
` [Qemu-devel] [PULL 59/69] qmp: add monitor command to add/remove a child
` [Qemu-devel] [PULL 60/69] qemu-io: Add missing option documentation
` [Qemu-devel] [PULL 61/69] qemu-io: Make 'open' subcommand more like command line
` [Qemu-devel] [PULL 62/69] qemu-io: Use bool for command line flags
` [Qemu-devel] [PULL 63/69] qemu-io: Allow unaligned access by default
` [Qemu-devel] [PULL 64/69] qemu-io: Add 'write -f' to test FUA flag
` [Qemu-devel] [PULL 65/69] qemu-io: Add 'write -z -u' to test MAY_UNMAP flag
` [Qemu-devel] [PULL 66/69] block: add support for --image-opts in block I/O tests
` [Qemu-devel] [PULL 67/69] block: add support for encryption secrets "
` [Qemu-devel] [PULL 68/69] block: enable testing of LUKS driver with "
` [Qemu-devel] [PULL 69/69] qemu-iotests: iotests: fail hard if not run via "check"

[Qemu-devel] [PATCH v4 0/3] Add a generic loader
 2016-05-12 16:16 UTC  (4+ messages)

[Qemu-devel] ipxe and arm
 2016-05-12 16:13 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 00/11] nbd: tighter protocol compliance
 2016-05-12 16:04 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 09/11] nbd: Add qemu-nbd -D for human-readable description

[Qemu-devel] [PATCH v5 0/6] qemu-io: UI enhancements
 2016-05-12 15:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 4/6] qemu-io: Allow unaligned access by default

[Qemu-devel] [PULL 00/43] target-arm queue
 2016-05-12 15:33 UTC  (32+ messages)
` [Qemu-devel] [PULL 03/43] hw/intc: QOM'ify etraxfs_pic.c
` [Qemu-devel] [PULL 04/43] hw/intc: QOM'ify exynos4210_combiner.c
` [Qemu-devel] [PULL 06/43] hw/intc: QOM'ify imx_avic.c
` [Qemu-devel] [PULL 10/43] hw/intc: QOM'ify omap_intc.c
` [Qemu-devel] [PULL 14/43] target-arm: Fix descriptor address masking in ARM address translation
` [Qemu-devel] [PULL 16/43] gen-icount: Use tcg_set_insn_param
` [Qemu-devel] [PULL 20/43] hw/display: QOM'ify exynos4210_fimd.c
` [Qemu-devel] [PULL 21/43] ARM: Virt: Set numa-node-id for cpu and memory nodes
` [Qemu-devel] [PULL 22/43] ACPI: Add GICC Affinity Structure
` [Qemu-devel] [PULL 23/43] ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity
` [Qemu-devel] [PULL 24/43] ACPI: move acpi_build_srat_memory to common place
` [Qemu-devel] [PULL 25/43] ACPI: Virt: Generate SRAT table
` [Qemu-devel] [PULL 26/43] ARM: Factor out ARM on/off PSCI control functions
` [Qemu-devel] [PULL 27/43] i.MX: Add i.MX6 System Reset Controller device
` [Qemu-devel] [PULL 28/43] FIFO: Add a FIFO32 implementation
` [Qemu-devel] [PULL 29/43] i.MX: Add the Freescale SPI Controller
` [Qemu-devel] [PULL 30/43] i.MX: Add i.MX6 SOC implementation
` [Qemu-devel] [PULL 31/43] i.MX: Add sabrelite i.MX6 emulation
` [Qemu-devel] [PULL 32/43] hw/display/blizzard: Expand out macros
` [Qemu-devel] [PULL 33/43] hw/display/blizzard: Remove blizzard_template.h
` [Qemu-devel] [PULL 34/43] target-arm: Avoid unnecessary TLB flush on TCR_EL2, TCR_EL3 writes
` [Qemu-devel] [PULL 35/43] hw/arm: QOM'ify armv7m.c
` [Qemu-devel] [PULL 36/43] hw/arm: QOM'ify highbank.c
` [Qemu-devel] [PULL 37/43] hw/arm: QOM'ify integratorcp.c
` [Qemu-devel] [PULL 38/43] hw/arm: QOM'ify pxa2xx.c
` [Qemu-devel] [PULL 39/43] hw/arm: QOM'ify pxa2xx_pic.c
` [Qemu-devel] [PULL 40/43] hw/arm: QOM'ify spitz.c
` [Qemu-devel] [PULL 41/43] hw/arm: QOM'ify stellaris.c
` [Qemu-devel] [PULL 42/43] hw/arm: QOM'ify strongarm.c
` [Qemu-devel] [PULL 43/43] hw/arm: QOM'ify versatilepb.c

[Qemu-devel] [PATCH] nbd: fix trim/discard commands with a length bigger than NBD_MAX_BUFFER_SIZE
 2016-05-12 15:33 UTC  (9+ messages)
  ` [Qemu-devel] [Nbd] "

[Qemu-devel] [PATCH for-2.7 v9 00/11] Support streaming to an intermediate layer
 2016-05-12 15:28 UTC  (11+ messages)
` [Qemu-devel] [PATCH v9 07/11] block: Add QMP support for "

[Qemu-devel] [PATCH 00/23] GICv3 emulation
 2016-05-12 15:22 UTC  (7+ messages)

[Qemu-devel] [Xen-devel] [PATCH v5 1/3] xen: introduce dummy system device
 2016-05-12 15:22 UTC 

[Qemu-devel] [PULL 00/23] QAPI patches for 2016-05-12
 2016-05-12 14:55 UTC  (2+ messages)

[Qemu-devel] [RFC 12/42] pc: initialize legacy hotplug only for 2.6 and older machine types
 2016-05-12 14:30 UTC  (12+ messages)
              ` [Qemu-devel] [libvirt] "

[Qemu-devel] use timer for adding latency to each block I/O
 2016-05-12 14:27 UTC 

[Qemu-devel] [PATCH] net: vl: Move default_net to vl.c
 2016-05-12 14:17 UTC 

[Qemu-devel] [PULL 0/3] usb patch queue
 2016-05-12 14:06 UTC  (2+ messages)

[Qemu-devel] [PULL 00/12] ui patch queue
 2016-05-12 13:57 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/3] usb, xen: add pvUSB backend
 2016-05-12 13:52 UTC 

[Qemu-devel] [PATCH v2 0/2] fix coverity complaint
 2016-05-12 13:38 UTC  (2+ 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).