qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-18 14:30:10 to 2017-12-18 20:14:05 UTC [more...]

[Qemu-devel] [PATCH] tpm: move qdev_prop_tpm to hw/tpm/
 2017-12-18 18:33 UTC  (6+ messages)

[Qemu-devel] [PATCH] travis: add no-TPM build
 2017-12-18 17:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 0/7] Rework vhost memory region updates
 2017-12-18 20:13 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 1/7] vhost: Build temporary section list and deref after commit
` [Qemu-devel] [PATCH v5 2/7] vhost: Move log_dirty check
` [Qemu-devel] [PATCH v5 3/7] vhost: Simplify ring verification checks
` [Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list
` [Qemu-devel] [PATCH v5 5/7] vhost: Regenerate region list from changed sections list
` [Qemu-devel] [PATCH v5 6/7] vhost: Clean out old vhost_set_memory and friends
` [Qemu-devel] [PATCH v5 7/7] vhost: Merge and delete unused callbacks

[Qemu-devel] [PATCH v2] tpm: move qdev_prop_tpm to hw/tpm/
 2017-12-18 20:10 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] ssh: switch from libssh2 to libssh
 2017-12-18 19:55 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3 0/2] virtio: fix IO request length in virtio SCSI/block
 2017-12-18 19:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] "

[Qemu-devel] [PATCH 0/7] TCG misc patches
 2017-12-18 19:20 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/7] target/moxie: Fix tlb_fill
` [Qemu-devel] [PATCH 7/7] tcg: Allow 6 arguments to TCG helpers

[Qemu-devel] [PATCH v1 00/13] Fix VNC server unbounded memory usage
 2017-12-18 19:12 UTC  (14+ messages)
` [Qemu-devel] [PATCH v1 01/13] ui: remove 'sync' parametr from vnc_update_client
` [Qemu-devel] [PATCH v1 02/13] ui: remove unreachable code in vnc_update_client
` [Qemu-devel] [PATCH v1 03/13] ui: remove redundant indentation in vnc_client_update
` [Qemu-devel] [PATCH v1 04/13] ui: avoid pointless VNC updates if framebuffer isn't dirty
` [Qemu-devel] [PATCH v1 05/13] ui: track how much decoded data we consumed when doing SASL encoding
` [Qemu-devel] [PATCH v1 06/13] ui: introduce enum to track VNC client framebuffer update request state
` [Qemu-devel] [PATCH v1 07/13] ui: correctly reset framebuffer update state after processing dirty regions
` [Qemu-devel] [PATCH v1 08/13] ui: refactor code for determining if an update should be sent to the client
` [Qemu-devel] [PATCH v1 09/13] ui: fix VNC client throttling when audio capture is active
` [Qemu-devel] [PATCH v1 10/13] ui: fix VNC client throttling when forced update is requested
` [Qemu-devel] [PATCH v1 11/13] ui: place a hard cap on VNC server output buffer size
` [Qemu-devel] [PATCH v1 12/13] ui: add trace events related to VNC client throttling
` [Qemu-devel] [PATCH v1 13/13] ui: mix misleading comments & return types of VNC I/O helper methods

[Qemu-devel] [Bug 1738840] [NEW] qemu-img convert qcow2 to raw fails on OS X
 2017-12-18 18:56 UTC  (2+ messages)
` [Qemu-devel] [Bug 1738840] "

[Qemu-devel] [PATCH v2 0/1] deprecate qmp_cpu
 2017-12-18 19:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/1] qmp: marking qmp_cpu as deprecated

[Qemu-devel] [PATCH] target-ppc: optimize cmp translation
 2017-12-18 19:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] tcg: add cs_base and flags to -d exec output
 2017-12-18 18:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] hw/ide: Emulate SiI3112 SATA controller
 2017-12-18 18:33 UTC  (4+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH V9] qqq: module for synchronizing with a simulation
 2017-12-18 18:19 UTC 

[Qemu-devel] [PATCH for 2.11 0/2] QEMU crashes with CD device without media
 2017-12-18 17:49 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] ide: fix crash in IDE cdrom read

[Qemu-devel] [RFC 00/23] target/arm: decode generator and initial sve patches
 2017-12-18 17:45 UTC  (24+ messages)
` [Qemu-devel] [PATCH 01/23] scripts: Add decodetree.py
` [Qemu-devel] [PATCH 02/23] target/arm: Add SVE decode skeleton
` [Qemu-devel] [PATCH 03/23] target/arm: Implement SVE Bitwise Logical - Unpredicated Group
` [Qemu-devel] [PATCH 04/23] target/arm: Implement PTRUE, PFALSE, SETFFR
` [Qemu-devel] [PATCH 05/23] target/arm: Implement SVE predicate logical operations
` [Qemu-devel] [PATCH 06/23] target/arm: Implement SVE load vector/predicate
` [Qemu-devel] [PATCH 07/23] target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
` [Qemu-devel] [PATCH 08/23] target/arm: Handle SVE registers in write_fp_dreg
` [Qemu-devel] [PATCH 09/23] target/arm: Handle SVE registers when using clear_vec_high
` [Qemu-devel] [PATCH 10/23] target/arm: Implement SVE Integer Reduction Group
` [Qemu-devel] [PATCH 11/23] target/arm: Implement SVE bitwise shift by immediate (predicated)
` [Qemu-devel] [PATCH 12/23] target/arm: Implement SVE bitwise shift by vector (predicated)
` [Qemu-devel] [PATCH 13/23] target/arm: Implement SVE bitwise shift by wide elements (predicated)
` [Qemu-devel] [PATCH 14/23] target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
` [Qemu-devel] [PATCH 15/23] target/arm: Implement SVE Integer Multiply-Add Group
` [Qemu-devel] [PATCH 16/23] target/arm: Implement SVE Integer Arithmetic - Unpredicated Group
` [Qemu-devel] [PATCH 17/23] target/arm: Implement SVE Index Generation Group
` [Qemu-devel] [PATCH 18/23] target/arm: Implement SVE Stack Allocation Group
` [Qemu-devel] [PATCH 19/23] target/arm: Implement SVE Bitwise Shift - Unpredicated Group
` [Qemu-devel] [PATCH 20/23] target/arm: Implement SVE Compute Vector Address Group
` [Qemu-devel] [PATCH 21/23] target/arm: Implement SVE floating-point exponential accelerator
` [Qemu-devel] [PATCH 22/23] target/arm: Implement SVE floating-point trig select coefficient
` [Qemu-devel] [PATCH 23/23] target/arm: Implement SVE Element Count Group, register destinations

[Qemu-devel] [PATCH] Remove legacy -no-kvm-pit option
 2017-12-18 17:44 UTC 

[Qemu-devel] [PATCH] hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device
 2017-12-18 17:35 UTC 

[Qemu-devel] [PATCH v1 1/1] qmp: marking qmp_cpu as deprecated
 2017-12-18 15:05 UTC  (5+ messages)

[Qemu-devel] [PULL 00/10] Command line patches for 2017-12-18
 2017-12-18 17:30 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] qemu-options: Remove stray colons from output of --help
` [Qemu-devel] [PULL 02/10] qemu-options: Fix markup of -netdev l2tpv3
` [Qemu-devel] [PULL 03/10] qemu-options qemu-doc: Move "Device URL Syntax" to qemu-doc
` [Qemu-devel] [PULL 04/10] qemu-options: Move -iscsi under "Block device options"
` [Qemu-devel] [PULL 05/10] qemu-options: Add missing -iscsi Texinfo documentation
` [Qemu-devel] [PULL 06/10] qemu-options: Polish section "TPM device options"
` [Qemu-devel] [PULL 07/10] qemu-options: Polish section "Character "
` [Qemu-devel] [PULL 08/10] qemu-options: Belatedly document --watchdog-action inject-nmi
` [Qemu-devel] [PULL 09/10] option: Remove shadowing opt decl from qemu_opt_print()
` [Qemu-devel] [PULL 10/10] option: Drop unused get_param_value(), get_next_param_value()

[Qemu-devel] [PATCH 0/9] target/arm: Prepatory work for SVE
 2017-12-18 17:30 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] target/arm: Mark disas_set_insn_syndrome inline
` [Qemu-devel] [PATCH 2/9] target/arm: Use pointers in crypto helpers
` [Qemu-devel] [PATCH 3/9] target/arm: Use pointers in neon zip/uzp helpers
` [Qemu-devel] [PATCH 4/9] target/arm: Use pointers in neon tbl helper
` [Qemu-devel] [PATCH 5/9] target/arm: Add aa32_vfp_dreg/aa64_vfp_qreg helpers
` [Qemu-devel] [PATCH 6/9] vmstate: Add VMSTATE_UINT64_SUB_ARRAY
` [Qemu-devel] [PATCH 7/9] target/arm: Expand vector registers for SVE
` [Qemu-devel] [PATCH 8/9] target/arm: Add ZCR.LEN to tb->flags
` [Qemu-devel] [PATCH 9/9] target/arm: Add ARM_FEATURE_SVE

[Qemu-devel] [PATCH v2 00/11] ARM v8.1 simd + v8.3 complex insns
 2017-12-18 17:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/11] target/arm: Add ARM_FEATURE_V8_1_SIMD
` [Qemu-devel] [PATCH v2 02/11] target/arm: Decode aa64 armv8.1 scalar three same extra
` [Qemu-devel] [PATCH v2 03/11] target/arm: Decode aa64 armv8.1 "
` [Qemu-devel] [PATCH v2 04/11] target/arm: Decode aa64 armv8.1 scalar/vector x indexed element
` [Qemu-devel] [PATCH v2 05/11] target/arm: Decode aa32 armv8.1 three same
` [Qemu-devel] [PATCH v2 06/11] target/arm: Decode aa32 armv8.1 two reg and a scalar
` [Qemu-devel] [PATCH v2 07/11] target/arm: Add ARM_FEATURE_V8_FCMA
` [Qemu-devel] [PATCH v2 08/11] target/arm: Decode aa64 armv8.3 fcadd
` [Qemu-devel] [PATCH v2 09/11] target/arm: Decode aa64 armv8.3 fcmla
` [Qemu-devel] [PATCH v2 10/11] target/arm: Decode aa32 armv8.3 3-same
` [Qemu-devel] [PATCH v2 11/11] target/arm: Decode aa32 armv8.3 2-reg-index

[Qemu-devel] [PATCH v7 00/26] tcg: generic vector operations
 2017-12-18 17:17 UTC  (27+ messages)
` [Qemu-devel] [PATCH v7 01/26] tcg: Add types and basic operations for host vectors
` [Qemu-devel] [PATCH v7 02/26] tcg: Add generic vector expanders
` [Qemu-devel] [PATCH v7 03/26] tcg: Allow multiple word entries into the constant pool
` [Qemu-devel] [PATCH v7 04/26] target/arm: Align vector registers
` [Qemu-devel] [PATCH v7 05/26] target/arm: Use vector infrastructure for aa64 add/sub/logic
` [Qemu-devel] [PATCH v7 06/26] target/arm: Use vector infrastructure for aa64 mov/not/neg
` [Qemu-devel] [PATCH v7 07/26] target/arm: Use vector infrastructure for aa64 dup/movi
` [Qemu-devel] [PATCH v7 08/26] tcg/i386: Add vector operations
` [Qemu-devel] [PATCH v7 09/26] tcg: Add tcg_expand_vec_op and tcg-target.opc.h
` [Qemu-devel] [PATCH v7 10/26] tcg: Add generic vector ops for interleave
` [Qemu-devel] [PATCH v7 11/26] target/arm: Use vector infrastructure for aa64 zip/uzp/trn/xtn
` [Qemu-devel] [PATCH v7 12/26] tcg: Add generic vector ops for constant shifts
` [Qemu-devel] [PATCH v7 13/26] target/arm: Use vector infrastructure for aa64 "
` [Qemu-devel] [PATCH v7 14/26] tcg: Add generic vector ops for comparisons
` [Qemu-devel] [PATCH v7 15/26] target/arm: Use vector infrastructure for aa64 compares
` [Qemu-devel] [PATCH v7 16/26] tcg/i386: Add vector operations/expansions for shift/cmp/interleave
` [Qemu-devel] [PATCH v7 17/26] tcg: Add generic vector ops for multiplication
` [Qemu-devel] [PATCH v7 18/26] target/arm: Use vector infrastructure for aa64 multiplies
` [Qemu-devel] [PATCH v7 19/26] tcg: Add generic vector ops for extension
` [Qemu-devel] [PATCH v7 20/26] target/arm: Use vector infrastructure for aa64 widening shifts
` [Qemu-devel] [PATCH v7 21/26] tcg/i386: Add vector operations/expansions for mul/extend
` [Qemu-devel] [PATCH v7 22/26] tcg/aarch64: Add vector operations
` [Qemu-devel] [PATCH v7 23/26] tcg/optimize: Handle vector opcodes during optimize
` [Qemu-devel] [PATCH v7 24/26] tcg: Add support for 4 operand vector ops
` [Qemu-devel] [PATCH v7 25/26] tcg: Add support for 5 "
` [Qemu-devel] [PATCH v7 26/26] tcg: Add generic helpers for saturating arithmetic

[Qemu-devel] [ANNOUNCE] QEMU 2.10.2 Stable released
 2017-12-18 17:18 UTC 

[Qemu-devel] [PATCH 0/3] block: Deprecated options
 2017-12-18 17:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] block: Remove the obsolete -drive boot=on|off parameter
` [Qemu-devel] [PATCH 2/3] block: Remove the deprecated -hdachs option
` [Qemu-devel] [PATCH 3/3] block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation chapter

[Qemu-devel] [PATCH v2 00/20] SDHCI: housekeeping, add a qtest and fix few issues
 2017-12-18 17:01 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 16/20] sdhci: add qtest to check the SD Spec version
` [Qemu-devel] [PATCH v2 17/20] sdhci: add check_capab_readonly() qtest
` [Qemu-devel] [PATCH v2 18/20] sdhci: add a check_capab_baseclock() qtest
` [Qemu-devel] [PATCH v2 19/20] sdhci: add a check_capab_sdma() qtest
` [Qemu-devel] [PATCH v2 20/20] sdhci: add a check_capab_v3() qtest

[Qemu-devel] [PULL 00/61] Trivial patches for 2017-12-18
 2017-12-18 16:48 UTC  (3+ messages)
` [Qemu-devel] [PULL v3 00/60] "

[Qemu-devel] [PATCH v2 0/5] Interactive Boot Menu for DASD and SCSI Guests on s390x
 2017-12-18 16:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/5] s390-ccw: update libc
    ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] scripts: Remove fixed entries from the device-crash-test
 2017-12-18 16:10 UTC 

[Qemu-devel] [PATCH 0/6] QTests: use Python to run complex tests
 2017-12-18 16:09 UTC  (5+ messages)
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/2] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2017-12-18 16:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] qemu: add linkspeed and duplex setting to virtio-net

[Qemu-devel] [PATCH] tpm: add stubs for qdev-prop-tpm
 2017-12-18 15:58 UTC  (3+ messages)

[Qemu-devel] [PATCH] spapr_pci: use warn_report()
 2017-12-18 15:58 UTC 

[Qemu-devel] [PATCH] block: inactivate all if started in paused mode
 2017-12-18 15:55 UTC 

[Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15
 2017-12-18 15:44 UTC  (5+ messages)
` [Qemu-devel] [PULL v1 25/32] qdev: add DEFINE_PROP_TPMBE

[Qemu-devel] [PATCH v2 0/4] QOM'ify PCIDevices
 2017-12-18 15:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/4] hw/block/nvme: QOM'ify PCI NVME
` [Qemu-devel] [PATCH v2 2/4] hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge
` [Qemu-devel] [PATCH v2 3/4] hw/pci-host/xilinx: QOM'ify the AXI-PCIe "
` [Qemu-devel] [PATCH v2 4/4] hw/pci: remove obsolete PCIDevice->init()

[Qemu-devel] [v22 0/2] virtio-crypto: virtio crypto device specification
 2017-12-18 15:27 UTC  (9+ messages)
` [Qemu-devel] [v22 1/2] virtio-crypto: Add "
        ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH V5] pci: removed the is_express field since a uniform interface was inserted
 2017-12-18 15:25 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] QOM'ify PCIDevices
 2017-12-18 15:11 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/4] hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge
` [Qemu-devel] [PATCH 3/4] hw/pci-host/xilinx: QOM'ify the AXI-PCIe "

[Qemu-devel] [PULL 0/4] Tracing patches
 2017-12-18 14:48 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] trace: Simplify find_debugfs()
` [Qemu-devel] [PULL 2/4] trace: Generalize searching for debugfs
` [Qemu-devel] [PULL 3/4] trace: Try using tracefs first
` [Qemu-devel] [PULL 4/4] gdbstub: add tracing

[Qemu-devel] [PATCH RFC] error: Include hint everywhere
 2017-12-18 14:41 UTC 

[Qemu-devel] [PULL 00/23] Block patches
 2017-12-18 14:35 UTC  (24+ messages)
` [Qemu-devel] [PULL 01/23] coroutine: simplify co_aio_sleep_ns() prototype
` [Qemu-devel] [PULL 02/23] hw/block/nvme: Convert to realize
` [Qemu-devel] [PULL 03/23] hw/block: Fix the return type
` [Qemu-devel] [PULL 04/23] hw/block: Use errp directly rather than local_err
` [Qemu-devel] [PULL 05/23] dev-storage: Fix the unusual function name
` [Qemu-devel] [PULL 06/23] qdev: drop unused #include "sysemu/iothread.h"
` [Qemu-devel] [PULL 07/23] blockdev: hold AioContext for bdrv_unref() in external_snapshot_clean()
` [Qemu-devel] [PULL 08/23] block: don't keep AioContext acquired after external_snapshot_prepare()
` [Qemu-devel] [PULL 09/23] block: don't keep AioContext acquired after drive_backup_prepare()
` [Qemu-devel] [PULL 10/23] block: don't keep AioContext acquired after blockdev_backup_prepare()
` [Qemu-devel] [PULL 11/23] block: don't keep AioContext acquired after internal_snapshot_prepare()
` [Qemu-devel] [PULL 12/23] block: drop unused BlockDirtyBitmapState->aio_context field
` [Qemu-devel] [PULL 13/23] iothread: add iothread_by_id() API
` [Qemu-devel] [PULL 14/23] blockdev: add x-blockdev-set-iothread testing command
` [Qemu-devel] [PULL 15/23] qemu-iotests: add 202 external snapshots IOThread test
` [Qemu-devel] [PULL 16/23] virtio-blk: make queue size configurable
` [Qemu-devel] [PULL 17/23] virtio-blk: reject configs with logical block size > physical block size
` [Qemu-devel] [PULL 18/23] block: avoid recursive AioContext acquire in bdrv_inactivate_all()
` [Qemu-devel] [PULL 19/23] docs: mark nested AioContext locking as a legacy API
` [Qemu-devel] [PULL 20/23] blockdev: add x-blockdev-set-iothread force boolean
` [Qemu-devel] [PULL 21/23] iotests: add VM.add_object()
` [Qemu-devel] [PULL 22/23] iothread: fix iothread_stop() race condition
` [Qemu-devel] [PULL 23/23] qemu-iotests: add 203 savevm with IOThreads test

[Qemu-devel] [PATCH 0/7] blockjob: refactor mirror_throttle
 2017-12-18 14:29 UTC  (3+ messages)
` [Qemu-devel] [PATCH 7/7] block/backup: use block_job_throttle


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