messages from 2017-09-18 12:43:01 to 2017-09-18 20:00:57 UTC [more...]
[Qemu-devel] [PATCH v1 00/27] s390x: SMP for TCG (+ cleanups)
2017-09-18 20:00 UTC (33+ messages)
` [Qemu-devel] [PATCH v1 01/27] s390x: raise CPU hotplug irq after really hotplugged
` [Qemu-devel] [PATCH v1 02/27] s390x/cpumodel: fix max STFL(E) bit number
` [Qemu-devel] [PATCH v1 03/27] target/s390x: get rid of next_core_id
` [Qemu-devel] [PATCH v1 04/27] s390x: introduce and use S390_MAX_CPUS
` [Qemu-devel] [PATCH v1 05/27] s390/tcg: turn INTERRUPT_EXT into a mask
` [Qemu-devel] [PATCH v1 06/27] s390x/tcg: injection of emergency signals and extarnal calls
` [Qemu-devel] [PATCH v1 07/27] s390x/tcg: STOPPED cpus can never wake up
` [Qemu-devel] [PATCH v1 08/27] s390x/tcg: a CPU cannot switch state due to an interrupt
` [Qemu-devel] [PATCH v1 09/27] target/s390x: factor out handling of WAIT PSW into handle_wait()
` [Qemu-devel] [PATCH v1 10/27] s390x/kvm: pass ipb directly into handle_sigp()
` [Qemu-devel] [PATCH v1 11/27] s390x/kvm: generalize SIGP stop and restart interrupt injection
` [Qemu-devel] [PATCH v1 12/27] s390x/kvm: factor out storing of CPU status
` [Qemu-devel] [PATCH v1 13/27] target/s390x: proper cpu->be convertion in s390_store_status()
` [Qemu-devel] [PATCH v1 14/27] s390x/kvm: factor out storing of adtl CPU status
` [Qemu-devel] [PATCH v1 15/27] s390x/kvm: drop two debug prints
` [Qemu-devel] [PATCH v1 16/27] s390x/kvm: factor out SIGP code into sigp.c
` [Qemu-devel] [PATCH v1 17/27] s390x/kvm: factor out actual handling of STOP interrupts
` [Qemu-devel] [PATCH v1 18/27] s390x/tcg: implement SIGP SENSE RUNNING STATUS
` [Qemu-devel] [PATCH v1 19/27] s390x/tcg: implement SIGP SENSE
` [Qemu-devel] [PATCH v1 20/27] s390x/tcg: implement SIGP EXTERNAL CALL
` [Qemu-devel] [PATCH v1 21/27] s390x/tcg: implement SIGP EMERGENCY SIGNAL
` [Qemu-devel] [PATCH v1 22/27] s390x/tcg: implement SIGP CONDITIONAL "
` [Qemu-devel] [PATCH v1 23/27] s390x/tcg: implement STOP and RESET interrupts for TCG
` [Qemu-devel] [PATCH v1 24/27] s390x/tcg: flush the tlb on SIGP SET PREFIX
` [Qemu-devel] [PATCH v1 25/27] s390x/tcg: switch to new SIGP handling code
` [Qemu-devel] [PATCH v1 26/27] s390x/tcg: unlock NMI
` [Qemu-devel] [PATCH v1 27/27] s390x/tcg: refactor stfl(e) to use s390_get_feat_block()
[Qemu-devel] [PATCH 00/17] Initial i.MX7 support
2017-09-18 19:51 UTC (18+ messages)
` [Qemu-devel] [PATCH 01/17] imx_fec: Do not link to netdev
` [Qemu-devel] [PATCH 02/17] imx_fec: Do not calculate FEC
` [Qemu-devel] [PATCH 03/17] imx_fec: Refactor imx_eth_enable_rx()
` [Qemu-devel] [PATCH 04/17] imx_fec: Change queue flushing heuristics
` [Qemu-devel] [PATCH 05/17] imx_fec: Use ENET_FTRL to determine truncation length
` [Qemu-devel] [PATCH 06/17] imx_fec: Use MIN instead of explicit ternary operator
` [Qemu-devel] [PATCH 07/17] imx_fec: Emulate SHIFT16 in ENETx_RACC
` [Qemu-devel] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA rings
` [Qemu-devel] [PATCH 09/17] imx_fec: Use correct length for packet size
` [Qemu-devel] [PATCH 10/17] sdhci: Add i.MX specific subtype of SDHCI
` [Qemu-devel] [PATCH 11/17] sdhci: Implement write method of ACMD12ERRSTS register
` [Qemu-devel] [PATCH 12/17] i.MX: Add i.MX7 CCM, PMU and ANALOG device
` [Qemu-devel] [PATCH 13/17] i.MX: Add code to emulate i.MX2 watchdog IP block
` [Qemu-devel] [PATCH 14/17] i.MX7: Add code to emulate SNVS IP-block
` [Qemu-devel] [PATCH 15/17] include/qemu: Add sizes.h from Linux
` [Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation
` [Qemu-devel] [PATCH 17/17] Implement support for i.MX7 Sabre board
[Qemu-devel] [PATCH v2 0/7] nbd client refactoring and fixing
2017-09-18 19:50 UTC (15+ messages)
` [Qemu-devel] [PATCH v2 1/7] block/nbd-client: refactor nbd_co_receive_reply
` [Qemu-devel] [PATCH v2 2/7] block/nbd-client: exit reply-reading coroutine on incorrect handle
` [Qemu-devel] [PATCH v2 3/7] block/nbd-client: refactor reading reply
` [Qemu-devel] [PATCH v2 4/7] block/nbd-client: drop reply field from NBDClientSession
` [Qemu-devel] [PATCH v2 5/7] block/nbd-client: nbd_co_send_request: return -EIO if s->quit was set in parallel
` [Qemu-devel] [PATCH v2 6/7] block/nbd-client: early fail nbd_read_reply_entry if s->quit is set
` [Qemu-devel] [PATCH v2 7/7] block/nbd-client: do not yield from nbd_read_reply_entry
[Qemu-devel] Disk Image Read Location
2017-09-18 19:26 UTC (2+ messages)
[Qemu-devel] [Qemu devel v10 PATCH 0/5] Add support for Smartfusion2 SoC
2017-09-18 19:23 UTC (6+ messages)
` [Qemu-devel] [Qemu devel v10 PATCH 1/5] msf2: Add Smartfusion2 System timer
` [Qemu-devel] [Qemu devel v10 PATCH 2/5] msf2: Microsemi Smartfusion2 System Register block
` [Qemu-devel] [Qemu devel v10 PATCH 3/5] msf2: Add Smartfusion2 SPI controller
` [Qemu-devel] [Qemu devel v10 PATCH 4/5] msf2: Add Smartfusion2 SoC
` [Qemu-devel] [Qemu devel v10 PATCH 5/5] msf2: Add Emcraft's Smartfusion2 SOM kit
[Qemu-devel] [Bug 1715700] [NEW] Windows 7 guest won't boot on qemu 2.10 (works on 2.9)
2017-09-18 19:12 UTC (2+ messages)
` [Qemu-devel] [Bug 1715700] "
[Qemu-devel] [PATCH v8 00/20] make dirty-bitmap byte-based
2017-09-18 18:58 UTC (21+ messages)
` [Qemu-devel] [PATCH v8 01/20] block: Make bdrv_img_create() size selection easier to read
` [Qemu-devel] [PATCH v8 02/20] hbitmap: Rename serialization_granularity to serialization_align
` [Qemu-devel] [PATCH v8 03/20] qcow2: Ensure bitmap serialization is aligned
` [Qemu-devel] [PATCH v8 04/20] dirty-bitmap: Drop unused functions
` [Qemu-devel] [PATCH v8 05/20] dirty-bitmap: Avoid size query failure during truncate
` [Qemu-devel] [PATCH v8 06/20] dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes
` [Qemu-devel] [PATCH v8 07/20] dirty-bitmap: Track bitmap size by bytes
` [Qemu-devel] [PATCH v8 08/20] dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes
` [Qemu-devel] [PATCH v8 09/20] qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based
` [Qemu-devel] [PATCH v8 10/20] dirty-bitmap: Set iterator start by offset, not sector
` [Qemu-devel] [PATCH v8 11/20] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
` [Qemu-devel] [PATCH v8 12/20] dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
` [Qemu-devel] [PATCH v8 13/20] dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
` [Qemu-devel] [PATCH v8 14/20] dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
` [Qemu-devel] [PATCH v8 15/20] mirror: Switch mirror_dirty_init() to byte-based iteration
` [Qemu-devel] [PATCH v8 16/20] qcow2: Switch qcow2_measure() "
` [Qemu-devel] [PATCH v8 17/20] qcow2: Switch load_bitmap_data() "
` [Qemu-devel] [PATCH v8 18/20] qcow2: Switch store_bitmap_data() "
` [Qemu-devel] [PATCH v8 19/20] dirty-bitmap: Switch bdrv_set_dirty() to bytes
` [Qemu-devel] [PATCH v8 20/20] dirty-bitmap: Convert internal hbitmap size/granularity
[Qemu-devel] [PATCH v2 1/1] target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro
2017-09-18 18:43 UTC (4+ messages)
[Qemu-devel] [PATCH] default-configs: Replace $(and ...) with $(call land, ...)
2017-09-18 18:32 UTC
[Qemu-devel] [PATCH v8 0/4] Add shrink image for qcow2
2017-09-18 18:22 UTC (7+ messages)
` [Qemu-devel] [PATCH v8 1/4] qemu-img: add --shrink flag for resize
` [Qemu-devel] [PATCH v8 2/4] qcow2: add qcow2_cache_discard
` [Qemu-devel] [PATCH v8 3/4] qcow2: add shrink image support
` [Qemu-devel] [PATCH v8 4/4] qemu-iotests: add shrinking image test
[Qemu-devel] [PULL 00/11] Ide patches
2017-09-18 18:14 UTC (6+ messages)
[Qemu-devel] [PATCH 00/18] block/mirror: Add active-sync mirroring
2017-09-18 17:53 UTC (22+ messages)
` [Qemu-devel] [PATCH 02/18] block: BDS deletion during bdrv_drain_recurse
` [Qemu-devel] [PATCH 05/18] block/mirror: Convert to coroutines
` [Qemu-devel] [PATCH 15/18] block/mirror: Add active mirroring
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 17/18] qemu-io: Add background write
` [Qemu-devel] [PATCH 18/18] iotests: Add test for active mirroring
` [Qemu-devel] [Qemu-block] [PATCH 00/18] block/mirror: Add active-sync mirroring
[Qemu-devel] [PATCH v6 00/22] instrument: Add basic event instrumentation
2017-09-18 17:42 UTC (11+ messages)
` [Qemu-devel] [PATCH v6 01/22] instrument: Add documentation
` [Qemu-devel] [PATCH v6 03/22] instrument: Add generic library loader
[Qemu-devel] [PATCH] s390x/cpu: expose the guest crash information
2017-09-18 17:23 UTC (5+ messages)
[Qemu-devel] [PATCH v11 0/6] fsdev: qmp interface for io throttling
2017-09-18 17:10 UTC (7+ messages)
` [Qemu-devel] [PATCH v11 1/6] throttle: factor out duplicate code
` [Qemu-devel] [PATCH v11 2/6] qmp: Use ThrottleLimits structure
[Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)
2017-09-18 16:42 UTC (3+ messages)
[Qemu-devel] [PATCH] 9pfs: fix readdir() for 9p2000.u
2017-09-18 16:34 UTC (2+ messages)
[Qemu-devel] [PATCH v8 00/20] Multifd
2017-09-18 16:34 UTC (3+ messages)
` [Qemu-devel] [PATCH v8 05/20] migration: Improve migration thread error handling
[Qemu-devel] [PATCH REPOST v19 0/2] virtio-crypto: virtio crypto device specification
2017-09-18 16:32 UTC (8+ messages)
` [Qemu-devel] [PATCH REPOST v19 1/2] virtio-crypto: Add "
[Qemu-devel] [RFC 00/15] QMP: out-of-band (OOB) execution support
2017-09-18 16:09 UTC (12+ messages)
[Qemu-devel] [PATCH v9 0/8] calculate blocktime for postcopy live migration
2017-09-18 15:52 UTC (4+ messages)
[Qemu-devel] [PATCH v1 0/2] arm: Extend PAR format determination
2017-09-18 15:50 UTC (7+ messages)
` [Qemu-devel] [PATCH v1 2/2] target-arm: "
[Qemu-devel] [PATCH] scripts: Support building with Python 3
2017-09-18 15:36 UTC (2+ messages)
[Qemu-devel] [PULL 00/24] MTTCG Base enabling patches with ARM enablement
2017-09-18 15:32 UTC (9+ messages)
` [Qemu-devel] [PULL 22/24] target-arm: ensure all cross vCPUs TLB flushes complete
[Qemu-devel] [PATCH v8 00/13] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
2017-09-18 15:20 UTC (7+ messages)
` [Qemu-devel] [PATCH v8 03/13] scripts: Add archive-source.sh
` [Qemu-devel] [PATCH v8 04/13] tests: Add a test key pair
` [Qemu-devel] [PATCH v8 12/13] tests: Add README for vm tests
[Qemu-devel] [PATCH v5 00/12] Convert over to use keycodemapdb
2017-09-18 15:12 UTC (9+ messages)
[Qemu-devel] [PATCH v2] osdep.h: Prohibit disabling assert() in supported builds
2017-09-18 15:08 UTC (2+ messages)
[Qemu-devel] [RFC 0/6] initial plugin support
2017-09-18 15:05 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/7] Misc improvements to crypto block driver
2017-09-18 15:02 UTC (11+ messages)
` [Qemu-devel] [PATCH v3 2/7] crypto: expose encryption sector size in APIs
` [Qemu-devel] [PATCH v3 3/7] block: fix data type casting for crypto payload offset
` [Qemu-devel] [PATCH v3 4/7] block: don't use constant 512 as sector size in crypto driver
` [Qemu-devel] [PATCH v3 7/7] block: support passthrough of BDRV_REQ_FUA "
[Qemu-devel] [PATCH qemu v3 00/13] memory: Reduce memory use
2017-09-18 14:59 UTC (12+ messages)
` [Qemu-devel] [PATCH qemu v3 01/13] memory: Postpone flatview and dispatch tree building till all devices are added
` [Qemu-devel] [PATCH qemu v3 02/13] exec: Explicitely export target AS from address_space_translate_internal
` [Qemu-devel] [PATCH qemu v3 03/13] memory: Open code FlatView rendering
` [Qemu-devel] [PATCH qemu v3 07/13] memory: Switch memory from using AddressSpace to FlatView
` [Qemu-devel] [PATCH qemu v3 11/13] memory: Share FlatView's and dispatch trees between address spaces
[Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb
2017-09-18 14:49 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/7] Update websocket code to more fully support the RFC
2017-09-18 14:48 UTC (2+ messages)
[Qemu-devel] [Qemu devel v9 PATCH 0/5] Add support for Smartfusion2 SoC
2017-09-18 14:39 UTC (12+ messages)
` [Qemu-devel] [Qemu devel v9 PATCH 2/5] msf2: Microsemi Smartfusion2 System Register block
[Qemu-devel] [PATCH v4 0/3] x86_iommu: Fix segfault when starting on non-PCI machines
2017-09-18 14:37 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] x86_iommu: Move machine check to x86_iommu_realize()
` [Qemu-devel] [PATCH v4 2/3] intel_iommu, amd_iommu: Remove redundant object_dynamic_cast calls
` [Qemu-devel] [PATCH v4 3/3] x86_iommu: check if machine has PCI bus
[Qemu-devel] [PATCH v5 0/6] block: Don't compare strings in bdrv_reopen_prepare()
2017-09-18 14:25 UTC (11+ messages)
` [Qemu-devel] [PATCH v5 1/6] qapi/qnull: Add own header
` [Qemu-devel] [PATCH v5 2/6] qapi/qlist: Add qlist_append_null() macro
` [Qemu-devel] [PATCH v5 3/6] qapi: Add qobject_is_equal()
` [Qemu-devel] [PATCH v5 5/6] iotests: Add test for non-string option reopening
` [Qemu-devel] [PATCH v5 6/6] tests: Add check-qobject for equality tests
[Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling
2017-09-18 14:05 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] hw/ide: Convert DeviceClass init to realize
` [Qemu-devel] [PATCH v3 2/6] hw/block/fdc: Convert "
` [Qemu-devel] [PATCH v3 3/6] hw/block/nvme: "
` [Qemu-devel] [PATCH v3 4/6] hw/block: Fix the return type
` [Qemu-devel] [PATCH v3 5/6] hw/block: Use errp directly rather than local_err
` [Qemu-devel] [PATCH v3 6/6] dev-storage: Fix the unusual function name
[Qemu-devel] [PATCH v7 00/16] Dirty bitmaps postcopy migration
2017-09-18 14:07 UTC (8+ messages)
` [Qemu-devel] [PATCH v7 03/16] migration: split common postcopy out of ram postcopy
` [Qemu-devel] ping "
` [Qemu-devel] [PATCH v7 12/16] migration: add postcopy migration of dirty bitmaps
[Qemu-devel] libvirt/QEMU/SEV interaction
2017-09-18 13:51 UTC (8+ messages)
` [Qemu-devel] [libvirt] "
[Qemu-devel] [PATCH v3 0/2] x86_iommu: Fix segfault when starting on non-PCI machines
2017-09-18 13:47 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 1/2] x86_iommu: Move machine check to x86_iommu_realize()
[Qemu-devel] [PATCH] MAINTAINERS/s390x: add terminal3270.c
2017-09-18 13:22 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/2] virtio-iommu: VFIO integration
2017-09-18 13:09 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 2/2] virtio-iommu: vfio integration with virtio-iommu
[Qemu-devel] [Bug 1717708] [NEW] QEMU aarch64 can't run Windows ARM64 iso's
2017-09-18 12:49 UTC (2+ messages)
` [Qemu-devel] [Bug 1717708] "
[Qemu-devel] [PATCH] softfloat: rename make_float[x80|128]_init to const_float[x80|128]
2017-09-18 12:47 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/2] Virtio GPU for S390
2017-09-18 12:43 UTC (3+ messages)
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).