qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-21 18:51:55 to 2015-05-22 15:27:03 UTC [more...]

[Qemu-devel] [PULL 00/22] Block layer core and image format patches
 2015-05-22 15:26 UTC  (9+ messages)
` [Qemu-devel] [PULL 01/22] qcow2: Flush pending discards before allocating cluster
` [Qemu-devel] [PULL 02/22] nvme: support NVME_VOLATILE_WRITE_CACHE feature
` [Qemu-devel] [PULL 03/22] vmdk: Fix next_cluster_sector for compressed write
` [Qemu-devel] [PULL 04/22] vmdk: Fix overflow if l1_size is 0x20000000
` [Qemu-devel] [PULL 05/22] qcow2: use one single memory block for the L2/refcount cache tables
` [Qemu-devel] [PULL 06/22] qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
` [Qemu-devel] [PULL 07/22] qcow2: use an LRU algorithm to replace entries from the L2 cache
` [Qemu-devel] [PULL 08/22] qcow2: remove qcow2_cache_find_entry_to_replace()

[Qemu-devel] [PATCH RFC 0/4] vGICv3 support
 2015-05-22 15:17 UTC  (6+ messages)
` [Qemu-devel] [PATCH RFC 1/4] Add virt-v3 machine that uses GIC-500
` [Qemu-devel] [PATCH RFC 2/4] Set kernel_irqchip_type for other ARM boards which use GIC
` [Qemu-devel] [PATCH RFC 3/4] First bits of vGICv3 support:
` [Qemu-devel] [PATCH RFC 4/4] Initial implementation of vGICv3

[Qemu-devel] [PULL 00/10] tricore-patches
 2015-05-22 15:06 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] target-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3
` [Qemu-devel] [PULL 02/10] target-tricore: introduce ISA v1.6.1 feature
` [Qemu-devel] [PULL 03/10] target-tricore: Add SRC_MOV_E instruction of the v1.6 ISA
` [Qemu-devel] [PULL 04/10] target-tricore: add CMPSWP instructions of the v1.6.1 ISA
` [Qemu-devel] [PULL 05/10] target-tricore: add SWAPMSK "
` [Qemu-devel] [PULL 06/10] target-tricore: add RR_CRC32 instruction "
` [Qemu-devel] [PULL 07/10] target-tricore: add SYS_RESTORE instruction of the v1.6 ISA
` [Qemu-devel] [PULL 08/10] target-tricore: add FCALL instructions "
` [Qemu-devel] [PULL 09/10] target-tricore: add FRET "
` [Qemu-devel] [PULL 10/10] target-tricore: add RR_DIV and RR_DIV_U "

[Qemu-devel] ABNT2 keys again
 2015-05-22 15:03 UTC  (7+ messages)

[Qemu-devel] [PATCH v6 00/21] block: transactionless incremental backup series
 2015-05-22 15:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 19/21] iotests: add simple incremental backup case

[Qemu-devel] [PATCH RFC V2 0/4] Implement GIC-500 from GICv3 family for arm64
 2015-05-22 14:52 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC V2 1/4] Use Aff1 with mpidr
` [Qemu-devel] [PATCH RFC V2 2/4] Implment GIC-500

[Qemu-devel] [PATCH v2 00/10] TriCore v1.6.1 ISA and missing v1.6 instructions
 2015-05-22 14:50 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/10] target-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3
` [Qemu-devel] [PATCH v2 02/10] target-tricore: introduce ISA v1.6.1 feature
` [Qemu-devel] [PATCH v2 03/10] target-tricore: Add SRC_MOV_E instruction of the v1.6 ISA
` [Qemu-devel] [PATCH v2 04/10] target-tricore: add CMPSWP instructions of the v1.6.1 ISA
` [Qemu-devel] [PATCH v2 05/10] target-tricore: add SWAPMSK "
` [Qemu-devel] [PATCH v2 06/10] target-tricore: add RR_CRC32 instruction "
` [Qemu-devel] [PATCH v2 07/10] target-tricore: add SYS_RESTORE instruction of the v1.6 ISA
` [Qemu-devel] [PATCH v2 08/10] target-tricore: add FCALL instructions "
` [Qemu-devel] [PATCH v2 09/10] target-tricore: add FRET "
` [Qemu-devel] [PATCH v2 10/10] target-tricore: add RR_DIV and RR_DIV_U "

[Qemu-devel] [PULL 00/38] Block patches
 2015-05-22 14:48 UTC  (40+ messages)
` [Qemu-devel] [PULL 01/38] iotests, parallels: quote TEST_IMG in 076 test to be path-safe
` [Qemu-devel] [PULL 02/38] block/parallels: rename parallels_header to ParallelsHeader
` [Qemu-devel] [PULL 03/38] block/parallels: switch to bdrv_read
` [Qemu-devel] [PULL 04/38] block/parallels: read up to cluster end in one go
` [Qemu-devel] [PULL 05/38] block/parallels: add get_block_status
` [Qemu-devel] [PULL 06/38] block/parallels: provide _co_readv routine for parallels format driver
` [Qemu-devel] [PULL 07/38] block/parallels: replace magic constants 4, 64 with proper sizeofs
` [Qemu-devel] [PULL 08/38] block/parallels: mark parallels format driver as zero inited
` [Qemu-devel] [PULL 09/38] block/parallels: _co_writev callback for Parallels format
` [Qemu-devel] [PULL 10/38] iotests, parallels: test for write into Parallels image
` [Qemu-devel] [PULL 11/38] block/parallels: support parallels image creation
` [Qemu-devel] [PULL 12/38] iotests, parallels: test for newly created parallels image via qemu-img
` [Qemu-devel] [PULL 13/38] parallels: change copyright information in the image header
` [Qemu-devel] [PULL 14/38] block/parallels: rename catalog_ names to bat_
` [Qemu-devel] [PULL 15/38] block/parallels: create bat2sect helper
` [Qemu-devel] [PULL 16/38] block/parallels: keep BAT bitmap data in little endian in memory
` [Qemu-devel] [PULL 17/38] block/parallels: read parallels image header and BAT into single buffer
` [Qemu-devel] [PULL 18/38] block/parallels: move parallels_open/probe to the very end of the file
` [Qemu-devel] [PULL 19/38] block/parallels: implement parallels_check method of block driver
` [Qemu-devel] [PULL 20/38] block/parallels: implement incorrect close detection
` [Qemu-devel] [PULL 21/38] iotests, parallels: check for incorrectly closed image in tests
` [Qemu-devel] [PULL 22/38] block/parallels: improve image reading performance
` [Qemu-devel] [PULL 23/38] block/parallels: create bat_entry_off helper
` [Qemu-devel] [PULL 24/38] block/parallels: delay writing to BAT till bdrv_co_flush_to_os
` [Qemu-devel] [PULL 25/38] block/parallels: add prealloc-mode and prealloc-size open paramemets
` [Qemu-devel] [PULL 26/38] block/parallels: optimize linear image expansion
` [Qemu-devel] [PULL 27/38] block/parallels: improve image writing performance further
` [Qemu-devel] [PULL 28/38] configure: handle clang -nopie argument warning
` [Qemu-devel] [PULL 29/38] configure: factor out supported flag check
` [Qemu-devel] [PULL 30/38] configure: silence glib unknown attribute __alloc_size__
` [Qemu-devel] [PULL 31/38] configure: Add workaround for ccache and clang
` [Qemu-devel] [PULL 32/38] block: return EPERM on writes or discards to read-only devices
` [Qemu-devel] [PULL 33/38] block: minimal bounce buffer alignment
` [Qemu-devel] [PULL 34/38] block: align bounce buffers to page
` [Qemu-devel] [PULL 35/38] Revert "block: Fix unaligned zero write"
` [Qemu-devel] [PULL 36/38] block: Fix NULL deference for unaligned write if qiov is NULL
` [Qemu-devel] [PULL 37/38] qemu-iotests: Test unaligned sub-block zero write
` [Qemu-devel] [PULL 38/38] block: get_block_status: use "else" when testing the opposite condition

[Qemu-devel] [PATCH] Extract some reusable vGIC code
 2015-05-22 14:39 UTC 

[Qemu-devel] Announcing qboot, a minimal x86 firmware for QEMU
 2015-05-22 14:06 UTC  (10+ messages)

[Qemu-devel] [PULL v2 00/18] target-alpha fpu improvements
 2015-05-22 14:02 UTC  (7+ messages)

[Qemu-devel] virtio 1.0 state?
 2015-05-22 13:56 UTC 

[Qemu-devel] [PATCH] linux-user: ioctl() command type is int
 2015-05-22 12:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] Consolidate crypto APIs & implementations
 2015-05-22 12:12 UTC  (12+ messages)
` [Qemu-devel] [PATCH 04/10] crypto: introduce generic cipher API & built-in implementation
` [Qemu-devel] [PATCH 06/10] crypto: add a nettle cipher implementation

[Qemu-devel] [PATCH RFC 0/1] virtio: host features in vdev
 2015-05-22 12:11 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC 1/1] virtio: move host_features

[Qemu-devel] [PATCH] qapi: add dirty bitmap status
 2015-05-22 11:49 UTC  (9+ messages)

[Qemu-devel] [PATCH 00/20] monitor: Wean core off QError, and other cleanups
 2015-05-22 11:36 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/20] monitor: Drop broken, unused asynchronous command interface
` [Qemu-devel] [PATCH 02/20] monitor: Clean up after previous commit
` [Qemu-devel] [PATCH 03/20] monitor: Improve and document client_migrate_info protocol error
` [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI
` [Qemu-devel] [PATCH 05/20] monitor: Use traditional command interface for HMP drive_del
` [Qemu-devel] [PATCH 06/20] monitor: Use traditional command interface for HMP device_add
` [Qemu-devel] [PATCH 07/20] monitor: Use trad. command interface for HMP pcie_aer_inject_error
` [Qemu-devel] [PATCH 08/20] monitor: Drop unused "new" HMP command interface
` [Qemu-devel] [PATCH 09/20] monitor: Propagate errors through qmp_check_client_args()
` [Qemu-devel] [PATCH 10/20] monitor: Propagate errors through qmp_check_input_obj()
` [Qemu-devel] [PATCH 11/20] monitor: Wean monitor_protocol_emitter() off mon->error
` [Qemu-devel] [PATCH 12/20] monitor: Inline monitor_has_error() into its only caller
` [Qemu-devel] [PATCH 13/20] monitor: Limit QError use to command handlers
` [Qemu-devel] [PATCH 14/20] monitor: Rename handle_user_command() to handle_hmp_command()
` [Qemu-devel] [PATCH 15/20] monitor: Rename monitor_control_read(), monitor_control_event()
` [Qemu-devel] [PATCH 16/20] monitor: Unbox Monitor member mc and rename to qmp
` [Qemu-devel] [PATCH 17/20] monitor: Drop do_qmp_capabilities()'s superfluous QMP check
` [Qemu-devel] [PATCH 18/20] monitor: Turn int command_mode into bool in_command_mode
` [Qemu-devel] [PATCH 19/20] monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()
` [Qemu-devel] [PATCH 20/20] monitor: Change return type of monitor_cur_is_qmp() to bool

[Qemu-devel] [PATCH] Use Aff1 with mpidr
 2015-05-22 10:32 UTC 

[Qemu-devel] [PATCH 0/3] TriCore bugfixes
 2015-05-22 10:15 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result
` [Qemu-devel] [PATCH 2/3] target-tricore: fix msub32_q producing the wrong overflow bit
` [Qemu-devel] [PATCH 3/3] target-tricore: fix BOL_ST_H_LONGOFF using ld

[Qemu-devel] [PATCH 00/10] TriCore v1.6.1 ISA and missing v1.6 instructions
 2015-05-22  8:08 UTC  (7+ messages)
` [Qemu-devel] [PATCH 04/10] target-tricore: add CMPSWP instructions of the v1.6.1 ISA
` [Qemu-devel] [PATCH 08/10] target-tricore: add FCALL instructions of the v1.6 ISA

[Qemu-devel] [PATCH] exec: optimize phys_page_set_level
 2015-05-22  8:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/4] remove icc bus/bridge
 2015-05-22  7:44 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 3/4] cpu/apic: drop "

[Qemu-devel] [libvirt] RFC: exposing qemu's block-set-write-threshold
 2015-05-22  7:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] configure: increase glib requirement to 2.22
 2015-05-22  7:05 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] configure: require glib 2.22
` [Qemu-devel] [PATCH 2/2] glib: remove stale compat functions

[Qemu-devel] [Bug 1312561] Re: libstdc++-6.dll is missing from your computer
 2015-05-22  6:42 UTC  (4+ messages)

[Qemu-devel] [PATCH COLO-Frame v5 00/29] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-05-22  6:26 UTC  (3+ messages)

[Qemu-devel] [PATCH v4] vhost-user: add multi queue support
 2015-05-22  5:58 UTC 

[Qemu-devel] [PATCH v6 00/13] Fix transactional snapshot with dataplane and NBD export
 2015-05-22  6:18 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 01/13] block: Add op blocker type "device IO"

[Qemu-devel] [PATCH v2 0/2] Makefile: Generate tag files under $SRC_PATH
 2015-05-22  5:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] Makefile: Fix "make cscope TAGS"
` [Qemu-devel] [PATCH v2 2/2] Makefile: Add "make ctags"

[Qemu-devel] [PATCH v4 0/8] block: Mirror discarded sectors
 2015-05-22  3:41 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/8] block: Add "base" option to bdrv_get_block_status
` [Qemu-devel] [PATCH v4 2/8] qmp: Add optional bool "unmap" to drive-mirror
` [Qemu-devel] [PATCH v4 3/8] mirror: Do zero write on target if sectors not allocated
` [Qemu-devel] [PATCH v4 4/8] block: Fix dirty bitmap in bdrv_co_discard
` [Qemu-devel] [PATCH v4 5/8] block: Remove bdrv_reset_dirty
` [Qemu-devel] [PATCH v4 6/8] qemu-iotests: Make block job methods common
` [Qemu-devel] [PATCH v4 7/8] qemu-iotests: Add test case for mirror with unmap
` [Qemu-devel] [PATCH v4 8/8] iotests: Use event_wait in wait_ready

[Qemu-devel] [PATCH v2] util/hbitmap: Add an API to reset all set bits in hbitmap
 2015-05-22  1:29 UTC 

[Qemu-devel] [PATCH 00/10 v10] tilegx: Firstly add tilegx target for linux-user
 2015-05-22  1:48 UTC  (12+ messages)
  ` [Qemu-devel] [PATCH 05/10 v10] target-tilegx/opcode_tilegx.h: Modify it to fit qemu using

[Qemu-devel] [PATCH RFC v9 0/7] Update tests/qemu-iotests failing cases for the s390 platform
 2015-05-22  1:26 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC v9 1/7] qemu-iotests: qemu machine type support
` [Qemu-devel] [PATCH RFC v9 2/7] qemu-iotests: run qemu with -nodefaults and fix 067, 071, 081 and 087
` [Qemu-devel] [PATCH RFC v9 3/7] qemu-iotests: s390x: fix test 041
` [Qemu-devel] [PATCH RFC v9 4/7] qemu-iotests: s390x: fix test 055
` [Qemu-devel] [PATCH RFC v9 5/7] qemu-iotests: s390x: fix test 049
` [Qemu-devel] [PATCH RFC v9 6/7] qemu-iotests: s390x: fix test 051
` [Qemu-devel] [PATCH RFC v9 7/7] qemu-iotests: s390x: fix test 130

[Qemu-devel] [PATCH v2 0/6] Extend TPM support with a QEMU-external TPM
 2015-05-22  0:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/6] Support Physical Presence Interface Spec

[Qemu-devel] [PATCH] target-s390x: fix LOAD MULTIPLE instruction on page boundary
 2015-05-21 22:00 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/8] fdc: Clean up and fix command processing
 2015-05-21 21:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/8] fdc: Introduce fdctrl->phase
` [Qemu-devel] [PATCH v2 5/8] fdc: Code cleanup in fdctrl_write_data()
` [Qemu-devel] [PATCH v2 7/8] fdc: Fix MSR.RQM flag

[Qemu-devel] [PATCH v2] tcg: fix dead computation for repeated input arguments
 2015-05-21 19:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] vhost-user: add multi queue support
 2015-05-21 19:03 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] "

[Qemu-devel] [PATCH v3 0/2] semihosting: clean up and add --semihosting-config arg
 2015-05-21 18:58 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 2/2] semihosting: add --semihosting-config arg sub-argument

[Qemu-devel] Removing old/unused audio backends
 2015-05-21 18:51 UTC  (4+ messages)

[Qemu-devel] virtio-pci msix error
 2015-05-21 18:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH] virtio: Notice when the system doesn't support MSIx at all


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