messages from 2017-02-02 05:15:40 to 2017-02-02 15:05:20 UTC [more...]
[Qemu-devel] [PULL 0/4] cirrus: multiple bugfixes, including CVE-2017-2615 fix
2017-02-02 15:05 UTC (4+ messages)
` [Qemu-devel] [PULL 1/4] cirrus: handle negative pitch in cirrus_invalidate_region()
` [Qemu-devel] [PULL 2/4] cirrus: allow zero source pitch in pattern fill rops
` [Qemu-devel] [PULL 4/4] cirrus: fix oob access issue (CVE-2017-2615)
[Qemu-devel] [PATCH] qemu-nbd: Implement socket activation
2017-02-02 15:04 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] spapr: fix cpu core hotunplug call flow
2017-02-02 15:02 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] spapr: cpu core: separate child threads destruction from machine state operations
` [Qemu-devel] [PATCH 2/3] spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c
` [Qemu-devel] [PATCH 3/3] spapr: make cpu core unplug follow expected hotunplug call flow
[Qemu-devel] [PULL 0/4] cirrus: multiple bugfixes, including CVE-2017-2615 fix
2017-02-02 15:00 UTC (8+ messages)
` [Qemu-devel] [PULL 1/4] cirrus: handle negative pitch in cirrus_invalidate_region()
` [Qemu-devel] [PULL 2/4] cirrus: allow zero source pitch in pattern fill rops
` [Qemu-devel] [PULL 3/4] cirrus: fix blit address mask handling
` [Qemu-devel] [PULL 4/4] cirrus: fix oob access issue (CVE-2017-2615)
[Qemu-devel] KVM/QEMU on Raspberry Pi 3
2017-02-02 14:59 UTC (2+ messages)
[Qemu-devel] [PATCH v3] q35: Improve sample configuration files
2017-02-02 14:55 UTC (2+ messages)
[Qemu-devel] [PATCH 00/22] chardev clean-ups & tests
2017-02-02 14:51 UTC (23+ messages)
` [Qemu-devel] [PATCH 01/22] char: remove qemu_chr_be_generic_open
` [Qemu-devel] [PATCH 02/22] mux: simplfy muxes_realize_done
` [Qemu-devel] [PATCH 03/22] xen: use a better chardev type check
` [Qemu-devel] [PATCH 04/22] container: don't leak container reference
` [Qemu-devel] [PATCH 05/22] main: free root container
` [Qemu-devel] [PATCH 06/22] char: add a /chardevs container
` [Qemu-devel] [PATCH 07/22] char: use /chardevs container instead of chardevs list
` [Qemu-devel] [PATCH 08/22] char: remove qemu_chardev_add
` [Qemu-devel] [PATCH 09/22] char: remove chardevs list
` [Qemu-devel] [PATCH 10/22] char: useless NULL check
` [Qemu-devel] [PATCH 11/22] qcow2: remove "
` [Qemu-devel] [PATCH 12/22] char-socket: introduce update_disconnected_filename()
` [Qemu-devel] [PATCH 13/22] char-socket: update local address after listen
` [Qemu-devel] [PATCH 14/22] char-socket: add 'addr' property
` [Qemu-devel] [PATCH 15/22] char-socket: add 'connected' property
` [Qemu-devel] [PATCH 16/22] char-udp: flush as much buffer as possible
` [Qemu-devel] [PATCH 17/22] tests: add alias check in /char/ringbuf
` [Qemu-devel] [PATCH 18/22] tests: add /char/pipe test
` [Qemu-devel] [PATCH 19/22] tests: add /char/file test
` [Qemu-devel] [PATCH 20/22] tests: add /char/socket test
` [Qemu-devel] [PATCH 21/22] tests: add /char/udp test
` [Qemu-devel] [PATCH 22/22] tests: add /char/console test
[Qemu-devel] [PATCH v2] q35: Improve sample configuration files
2017-02-02 14:42 UTC (5+ messages)
[Qemu-devel] [PATCH v2.1 00/20] Emulate guest vector operations with host vector operations
2017-02-02 14:34 UTC (22+ messages)
` [Qemu-devel] [PATCH v2.1 01/21] tcg: add support for 128bit vector type
` [Qemu-devel] [PATCH v2.1 02/21] tcg: add support for 64bit "
` [Qemu-devel] [PATCH v2.1 03/21] tcg: support representing vector type with smaller vector or scalar types
` [Qemu-devel] [PATCH v2.1 04/21] tcg: add ld_v128, ld_v64, st_v128 and st_v64 opcodes
` [Qemu-devel] [PATCH v2.1 05/21] tcg: add simple alias analysis
` [Qemu-devel] [PATCH v2.1 06/21] tcg: use results of alias analysis in liveness analysis
` [Qemu-devel] [PATCH v2.1 07/21] tcg: allow globals to overlap
` [Qemu-devel] [PATCH v2.1 08/21] tcg: add vector addition operations
` [Qemu-devel] [PATCH v2.1 09/21] target/arm: support access to vector guest registers as globals
` [Qemu-devel] [PATCH v2.1 10/21] target/arm: use vector opcode to handle vadd.<size> instruction
` [Qemu-devel] [PATCH v2.1 11/21] tcg/i386: add support for vector opcodes
` [Qemu-devel] [PATCH v2.1 12/21] tcg/i386: support 64-bit vector operations
` [Qemu-devel] [PATCH v2.1 13/21] tcg/i386: support remaining vector addition operations
` [Qemu-devel] [PATCH v2.1 14/21] tcg: do not rely on exact values of MO_BSWAP or MO_SIGN in backend
` [Qemu-devel] [PATCH v2.1 15/21] target/aarch64: do not check for non-existent TCGMemOp
` [Qemu-devel] [PATCH v2.1 16/21] tcg: introduce new TCGMemOp - MO_128
` [Qemu-devel] [PATCH v2.1 17/21] tcg: introduce qemu_ld_v128 and qemu_st_v128 opcodes
` [Qemu-devel] [PATCH v2.1 18/21] softmmu: create helpers for vector loads
` [Qemu-devel] [PATCH v2.1 19/21] tcg/i386: add support for qemu_ld_v128/qemu_st_v128 ops
` [Qemu-devel] [PATCH v2.1 20/21] target/arm: load two consecutive 64-bits vector regs as a 128-bit vector reg
` [Qemu-devel] [PATCH v2.1 21/21] tcg/README: update README to include information about vector opcodes
[Qemu-devel] [PATCH] target-openrisc: Fix exception handling status registers
2017-02-02 14:34 UTC (11+ messages)
[Qemu-devel] [PATCH v3 1/1] qemu-char: socket backend: disconnect on write error
2017-02-02 14:26 UTC
[Qemu-devel] [PATCH v2 1/1] mirror: do not increase offset during initial zero_or_discard phase
2017-02-02 14:25 UTC
[Qemu-devel] [PULL 000/107] ppc-for-2.9 queue 20170202
2017-02-02 14:20 UTC (49+ messages)
` [Qemu-devel] [PULL 053/107] target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64
` [Qemu-devel] [PULL 057/107] target-ppc: Add xsxexpqp instruction
` [Qemu-devel] [PULL 058/107] target-ppc: Add xsxsigdp instruction
` [Qemu-devel] [PULL 060/107] pxb: Restrict to x86
` [Qemu-devel] [PULL 062/107] ppc: Add ppc_set_compat_all()
` [Qemu-devel] [PULL 064/107] target-ppc: Add xscvdpqp instruction
` [Qemu-devel] [PULL 071/107] host-utils: Implement unsigned quadword left/right shift and unit tests
` [Qemu-devel] [PULL 072/107] ppc: Implement bcds. instruction
` [Qemu-devel] [PULL 073/107] ppc: Implement bcdus. instruction
` [Qemu-devel] [PULL 074/107] ppc: Implement bcdsr. instruction
` [Qemu-devel] [PULL 075/107] target-ppc: Add xsiexpdp instruction
` [Qemu-devel] [PULL 076/107] target-ppc: Add xsiexpqp instruction
` [Qemu-devel] [PULL 077/107] target-ppc: Add xviexpsp instruction
` [Qemu-devel] [PULL 078/107] target-ppc: Add xviexpdp instruction
` [Qemu-devel] [PULL 079/107] target-ppc: Add xvxexpsp instruction
` [Qemu-devel] [PULL 080/107] target-ppc: Add xvxexpdp instruction
` [Qemu-devel] [PULL 081/107] target-ppc: Add xvxsigsp instruction
` [Qemu-devel] [PULL 082/107] target-ppc: Add xvxsigdp instruction
` [Qemu-devel] [PULL 083/107] target-ppc: Add xscvqps[d, w]z instructions
` [Qemu-devel] [PULL 084/107] ppc/prep: update MAINTAINERS file
` [Qemu-devel] [PULL 085/107] ppc: Implement bcdtrunc. instruction
` [Qemu-devel] [PULL 086/107] ppc: Implement bcdutrunc. instruction
` [Qemu-devel] [PULL 087/107] target-ppc: Use ppc_vsr_t.f128 in xscmp[o, u, exp]qp
` [Qemu-devel] [PULL 088/107] target-ppc: Add xscvsdqp and xscvudqp instructions
` [Qemu-devel] [PULL 089/107] target-ppc: Add xsdivqp instruction
` [Qemu-devel] [PULL 090/107] target-ppc: Add xsmulqp instruction
` [Qemu-devel] [PULL 091/107] target-ppc: Add xvcv[hpsp, sphp] instructions
` [Qemu-devel] [PULL 092/107] powerpc/cpu-models: rename ISAv3.00 logical PVR definition
` [Qemu-devel] [PULL 093/107] target/ppc: Add pcr_supported to POWER9 cpu class definition
` [Qemu-devel] [PULL 094/107] ppc: Remove unused function cpu_ppc601_rtc_init()
` [Qemu-devel] [PULL 095/107] spapr: clock should count only if vm is running
` [Qemu-devel] [PULL 096/107] target/ppc: Remove unused POWERPC_FAMILY(POWER)
` [Qemu-devel] [PULL 097/107] target/ppc/cpu-models: Fix/remove bad CPU aliases
` [Qemu-devel] [PULL 098/107] ppc: switch to constants within BUILD_BUG_ON
` [Qemu-devel] [PULL 099/107] target-ppc: Add MMU model check for booke machines
` [Qemu-devel] [PULL 100/107] target-ppc: Add xvtstdc[sp, dp] instructions
` [Qemu-devel] [PULL 101/107] target-ppc: Add xststdc[sp, dp, qp] instructions
` [Qemu-devel] [PULL 102/107] target/ppc/debug: Print LPCR register value if register exists
` [Qemu-devel] [PULL 103/107] tcg/POWER9: NOOP the cp_abort instruction
` [Qemu-devel] [PULL 104/107] target/ppc/mmu_hash64: Fix printing unsigned as signed int
` [Qemu-devel] [PULL 105/107] target/ppc/mmu_hash64: Fix incorrect shift value in amr calculation
` [Qemu-devel] [PULL 106/107] ppc/kvm: Handle the "family" CPU via alias instead of registering new types
` [Qemu-devel] [PULL 107/107] hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be found
[Qemu-devel] [PULL v5 00/22] virtio, vhost, pci: fixes, features
2017-02-02 13:56 UTC (2+ messages)
[Qemu-devel] [PATCH v12 00/24] qcow2: persistent dirty bitmaps
2017-02-02 13:54 UTC (26+ messages)
` [Qemu-devel] [PATCH 01/24] specs/qcow2: fix bitmap granularity qemu-specific note
` [Qemu-devel] [PATCH 02/24] specs/qcow2: do not use wording 'bitmap header'
` [Qemu-devel] [PATCH 03/24] hbitmap: improve dirty iter
` [Qemu-devel] [PATCH 04/24] tests: add hbitmap iter test
` [Qemu-devel] [PATCH 05/24] block: fix bdrv_dirty_bitmap_granularity signature
` [Qemu-devel] [PATCH 06/24] block/dirty-bitmap: add deserialize_ones func
` [Qemu-devel] [PATCH 07/24] qcow2: add bitmaps extension
` [Qemu-devel] [PATCH 08/24] block: introduce auto-loading bitmaps
` [Qemu-devel] [PATCH 09/24] qcow2: add .bdrv_load_autoloading_dirty_bitmaps
` [Qemu-devel] [PATCH 10/24] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
` [Qemu-devel] [PATCH 11/24] block: introduce persistent dirty bitmaps
` [Qemu-devel] [PATCH 12/24] block/dirty-bitmap: add bdrv_dirty_bitmap_next()
` [Qemu-devel] [PATCH 13/24] qcow2: add .bdrv_store_persistent_dirty_bitmaps()
` [Qemu-devel] [PATCH 14/24] block: add bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PATCH 15/24] qcow2: add .bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PATCH 16/24] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PATCH 17/24] qmp: add autoload parameter "
` [Qemu-devel] [PATCH 18/24] qmp: add x-debug-block-dirty-bitmap-sha256
` [Qemu-devel] [PATCH 19/24] iotests: test qcow2 persistent dirty bitmap
` [Qemu-devel] [PATCH 20/24] qcow2-refcount: rename inc_refcounts() and make it public
` [Qemu-devel] [PATCH 21/24] qcow2-bitmap: refcounts
` [Qemu-devel] [PATCH 22/24] block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PATCH 23/24] qcow2: add .bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PATCH 24/24] qmp: block-dirty-bitmap-remove: remove persistent
[Qemu-devel] [PATCH v8 23/25] target-arm: introduce ARM_CP_EXIT_PC
2017-02-02 13:25 UTC (6+ messages)
[Qemu-devel] [PATCH v2 1/1] qemu-char: socket backend: disconnect on write error
2017-02-02 13:18 UTC
[Qemu-devel] [PATCH v2 0/3] Protect against long IDs
2017-02-02 12:59 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] vmstate_register_with_alias_id: Take an Error **
` [Qemu-devel] [PATCH v2 2/3] migration: Check for ID length
` [Qemu-devel] [PATCH v2 3/3] vmstate registration: check return values
[Qemu-devel] usb3 - xhci - Assertion `intr->er_full' failed
2017-02-02 12:48 UTC (3+ messages)
[Qemu-devel] [qcow2] how to avoid qemu doing lseek(SEEK_DATA/SEEK_HOLE)?
2017-02-02 12:30 UTC
[Qemu-devel] TCG semantics
2017-02-02 12:09 UTC
[Qemu-devel] [PATCH 0/2] two more NVMe commands
2017-02-02 12:04 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] nvme: implement the DSM command
[Qemu-devel] [PATCH 00/17] multifd v3
2017-02-02 12:03 UTC (8+ messages)
` [Qemu-devel] [PATCH 10/17] migration: create ram_multifd_page
` [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side
[Qemu-devel] [PATCH 1/1] qemu_char: socket backend: disconnect on EPIPE
2017-02-02 11:46 UTC (8+ messages)
[Qemu-devel] [PATCH] docs: update manpage for stderr->log rename
2017-02-02 11:41 UTC
[Qemu-devel] [PATCH v2] xhci: guard xhci_kick_epctx against recursive calls
2017-02-02 11:36 UTC
[Qemu-devel] [Bug 740895] [NEW] qemu freeze when loading msdos with EMM386.EXE NOEMS HIGHSCAN
2017-02-02 11:00 UTC (2+ messages)
` [Qemu-devel] [Bug 740895] "
[Qemu-devel] [Bug 1656710] [NEW] Please support Ctrl-Alt-= to zoom in
2017-02-02 10:58 UTC (2+ messages)
` [Qemu-devel] [Bug 1656710] "
[Qemu-devel] [PATCH v2] net: imx: limit buffer descriptor count
2017-02-02 11:05 UTC (8+ messages)
[Qemu-devel] [PATCH] qga: implement guest-file-ioctl
2017-02-02 11:05 UTC (6+ messages)
[Qemu-devel] [PULL 00/41] Chr split patches
2017-02-02 11:03 UTC (6+ messages)
[Qemu-devel] [PATCH v3] net: imx: limit buffer descriptor count
2017-02-02 10:46 UTC
[Qemu-devel] [PATCH v11 00/24] qcow2: persistent dirty bitmaps
2017-02-02 10:41 UTC (4+ messages)
` [Qemu-devel] [PATCH 23/24] qcow2: add .bdrv_remove_persistent_dirty_bitmap
[Qemu-devel] [PATCH v2] xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()
2017-02-02 10:22 UTC (4+ messages)
[Qemu-devel] WIKI account
2017-02-02 10:20 UTC (2+ messages)
[Qemu-devel] [PATCH] Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1
2017-02-02 10:17 UTC (6+ messages)
[Qemu-devel] [PATCH v7 RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support
2017-02-02 10:15 UTC (8+ messages)
[Qemu-devel] [PATCH v2 00/25] qmp: add async command type
2017-02-02 10:13 UTC (10+ messages)
[Qemu-devel] [PATCH v6 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"
2017-02-02 10:08 UTC (11+ messages)
[Qemu-devel] [PULL v2 00/11] ui patch queue
2017-02-02 9:49 UTC (2+ messages)
[Qemu-devel] [PATCH RFC] mem-prealloc: Reduce large guest start-up and migration time
2017-02-02 9:35 UTC (3+ messages)
[Qemu-devel] [PATCH 0/2] qemu-io: check the size of the I/O requests
2017-02-02 8:52 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-io: don't allow I/O operations larger than INT_MAX
[Qemu-devel] [Bug 1661176] [NEW] [2.8.0] Under VNC CTRL-ALT-2 doesn't get to the monitor
2017-02-02 8:34 UTC
[Qemu-devel] [PATCH v1 0/6] qemu-img: improve convert & dd commands
2017-02-02 7:36 UTC (13+ messages)
` [Qemu-devel] [PATCH v1 3/6] qemu-img: add support for -n arg to dd command
[Qemu-devel] [PATCH v2] audio: make audio poll timer deterministic
2017-02-02 6:09 UTC
[Qemu-devel] [PATCH v2] replay: add record/replay for audio passthrough
2017-02-02 5:50 UTC
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).