messages from 2014-03-26 11:11:29 to 2014-03-27 03:20:07 UTC [more...]
[Qemu-devel] [PATCH v4 0/8] migration: Optimizate the xbzrle and fix one corruption issue
2014-03-27 3:18 UTC (8+ messages)
` [Qemu-devel] [PATCH v4 1/8] XBZRLE: Fix one XBZRLE corruption issues
` [Qemu-devel] [PATCH v4 2/8] migration: Add counts of updating the dirty bitmap
` [Qemu-devel] [PATCH v4 3/8] migration: expose the bitmap_sync_count to the end user
` [Qemu-devel] [PATCH v4 4/8] migration: expose xbzrle cache miss rate
` [Qemu-devel] [PATCH v4 6/8] XBZRLE: rebuild the cache_is_cached function
` [Qemu-devel] [PATCH v4 7/8] migration: optimize xbzrle by reducing data copy
` [Qemu-devel] [PATCH v4 8/8] migration: clear the dead code
[Qemu-devel] [PATCH] rdma: bug fixes
2014-03-27 3:14 UTC (3+ messages)
[Qemu-devel] [PATCH 0/2] Create and include directive for QAPI JSON files
2014-03-27 2:58 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/2] test-qapi: Make test-qapi.py spit useful error messages
` [Qemu-devel] [PATCH 2/2] qapi: Create an include directive for use in the JSON description files
[Qemu-devel] [v4 PATCH 00/12] SMBIOS: build full tables in QEMU
2014-03-27 2:45 UTC (4+ messages)
` [Qemu-devel] E820 (Re: [v4 PATCH 00/12] SMBIOS: build full tables in QEMU)
[Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream
2014-03-27 2:41 UTC
[Qemu-devel] [PATCH 0/3] ABI change: change group name of option table to match with option name
2014-03-27 2:38 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
` [Qemu-devel] [PATCH 2/3] abort QEMU if group name in option table doesn't match with defined option name
` [Qemu-devel] [PATCH 3/3] update names in option tables to match with actual command-line spelling
[Qemu-devel] [PATCH 0/2] nmi: add interface
2014-03-27 2:21 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] spapr: Add NMI interface
` [Qemu-devel] [PATCH 2/2] spapr: Define "
[Qemu-devel] [PATCH v3 for 2.0] update names in option tables to match with actual command-line spelling
2014-03-27 2:16 UTC (4+ messages)
[Qemu-devel] hmp interface for kdump compressed format
2014-03-27 1:22 UTC (8+ messages)
[Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
2014-03-27 1:16 UTC
[Qemu-devel] virtio device error reporting best practice?
2014-03-27 0:54 UTC (10+ messages)
[Qemu-devel] [Bug 1278977] [NEW] qemu-system-sparc64 crash when initializing disk
2014-03-27 0:23 UTC (2+ messages)
` [Qemu-devel] [Bug 1278977] "
[Qemu-devel] [Bug 1290558] [NEW] color issue (ppc as guest)
2014-03-27 0:16 UTC (2+ messages)
` [Qemu-devel] [Bug 1290558] "
[Qemu-devel] [Bug 1262081] [NEW] qemu-system-sparc in qemu 1.7.0 fails to boot with Sun ROM
2014-03-27 0:09 UTC (2+ messages)
` [Qemu-devel] [Bug 1262081] "
[Qemu-devel] [PULL for-2.0] target-sparc: fix 32bit integer division overflow
2014-03-26 23:57 UTC
[Qemu-devel] [PATCH 1/2] vdi: Fix error message and two more small code improvements
2014-03-26 21:38 UTC (2+ messages)
` [Qemu-devel] [PATCH 2/2] vdi: add bounds checks for block related header fields (CVE-2014-0144)
[Qemu-devel] [PATCH for-2.0 00/47] block: image format input validation fixes
2014-03-26 20:59 UTC (71+ messages)
` [Qemu-devel] [PATCH for-2.0 01/47] qemu-iotests: add ./check -cloop support
` [Qemu-devel] [PATCH for-2.0 02/47] qemu-iotests: add cloop input validation tests
` [Qemu-devel] [PATCH for-2.0 03/47] block/cloop: validate block_size header field (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 04/47] block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 05/47] block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 06/47] block/cloop: refuse images with bogus offsets (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 07/47] block/cloop: fix offsets[] size off-by-one
` [Qemu-devel] [PATCH for-2.0 08/47] qemu-iotests: Support for bochs format
` [Qemu-devel] [PATCH for-2.0 09/47] bochs: Unify header structs and make them QEMU_PACKED
` [Qemu-devel] [PATCH for-2.0 10/47] bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
` [Qemu-devel] [PATCH for-2.0 11/47] bochs: Check catalog_size header field (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 12/47] bochs: Check extent_size header field (CVE-2014-0142)
` [Qemu-devel] [PATCH for-2.0 13/47] bochs: Fix bitmap offset calculation
` [Qemu-devel] [PATCH for-2.0 14/47] vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 15/47] vpc: Validate block size (CVE-2014-0142)
` [Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 17/47] vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)
` [Qemu-devel] [PATCH for-2.0 18/47] curl: check data size before memcpy to local buffer. (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 19/47] qcow2: Check header_length (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 20/47] qcow2: Check backing_file_offset (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 21/47] qcow2: Check refcount table size (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 22/47] qcow2: Validate refcount table offset
` [Qemu-devel] [PATCH for-2.0 23/47] qcow2: Validate snapshot table offset/size (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 24/47] qcow2: Validate active L1 table offset and size (CVE-2014-0144)
` [Qemu-devel] [PATCH for-2.0 25/47] qcow2: Fix backing file name length check
` [Qemu-devel] [PATCH for-2.0 26/47] qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
` [Qemu-devel] [PATCH for-2.0 27/47] qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 28/47] qcow2: Check new refcount table size on growth
` [Qemu-devel] [PATCH for-2.0 29/47] qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref
` [Qemu-devel] [PATCH for-2.0 30/47] qcow2: Protect against some integer overflows in bdrv_check
` [Qemu-devel] [PATCH for-2.0 31/47] qcow2: Fix new L1 table size check (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 32/47] dmg: coding style and indentation cleanup
` [Qemu-devel] [PATCH for-2.0 33/47] dmg: prevent out-of-bounds array access on terminator
` [Qemu-devel] [PATCH for-2.0 34/47] dmg: drop broken bdrv_pread() loop
` [Qemu-devel] [PATCH for-2.0 35/47] dmg: use appropriate types when reading chunks
` [Qemu-devel] [PATCH for-2.0 36/47] dmg: sanitize chunk length and sectorcount (CVE-2014-0145)
` [Qemu-devel] [PATCH for-2.0 37/47] dmg: use uint64_t consistently for sectors and lengths
` [Qemu-devel] [PATCH for-2.0 38/47] dmg: prevent chunk buffer overflow (CVE-2014-0145)
` [Qemu-devel] [PATCH for-2.0 39/47] block: vdi bounds check qemu-io tests
` [Qemu-devel] [PATCH for-2.0 40/47] block: Limit request size (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 41/47] qcow2: Fix copy_sectors() with VM state
` [Qemu-devel] [PATCH for-2.0 42/47] qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
` [Qemu-devel] [PATCH for-2.0 43/47] qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
` [Qemu-devel] [PATCH for-2.0 44/47] qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 45/47] qcow2: Limit snapshot table size
` [Qemu-devel] [PATCH for-2.0 46/47] parallels: Fix catalog size integer overflow (CVE-2014-0143)
` [Qemu-devel] [PATCH for-2.0 47/47] parallels: Sanity check for s->tracks (CVE-2014-0142)
[Qemu-devel] [PATCH 0/9] target-ppc: VSX Bug Fixes
2014-03-26 20:45 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
` [Qemu-devel] [PATCH 2/9] target-ppc: Bug: VSX Convert to Integer Should Truncate
` [Qemu-devel] [PATCH 3/9] target-ppc: Define Endian-Correct Accessors for VSR Field Acess
` [Qemu-devel] [PATCH 4/9] target-ppc: Correct LE Host Inversion of Lower VSRs
` [Qemu-devel] [PATCH 5/9] target-ppc: Correct Simple VSR LE Host Inversions
` [Qemu-devel] [PATCH 6/9] target-ppc: Correct VSX Scalar Compares
` [Qemu-devel] [PATCH 7/9] target-ppc: Correct VSX FP to FP Conversions
` [Qemu-devel] [PATCH 8/9] target-ppc: Correct VSX FP to Integer Conversion
` [Qemu-devel] [PATCH 9/9] target-ppc: Correct VSX Integer to FP Conversion
[Qemu-devel] [PATCH] Don't enable a HPET timer if HPET is disabled
2014-03-26 20:20 UTC (3+ messages)
[Qemu-devel] [maybe-for-2.0 0/2] hw/arm: Don't specify any default board
2014-03-26 19:22 UTC (4+ messages)
` [Qemu-devel] [maybe-for-2.0 2/2] vl.c: Improve message when no default machine is found
[Qemu-devel] [RFC PATCH 0/4] qemu-log: various fixes and enhancements
2014-03-26 18:50 UTC (9+ messages)
` [Qemu-devel] [RFC PATCH 1/4] qemu-log: correct help text for -d cpu
` [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile
` [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
` [Qemu-devel] [RFC PATCH 4/4] qemu-log: make in_asm, out_asm and op_opt understand dfilter
[Qemu-devel] [PATCH 0/2] qga: vss-win32: Fix build failure
2014-03-26 18:28 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] Makefile: add qga-vss-dll-obj-y to nested variables
` [Qemu-devel] [PATCH 2/2] vss-win32: Fix build with mingw64-headers-3.1.0
[Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old glibc
2014-03-26 17:51 UTC (2+ messages)
` [Qemu-devel] Ping: "
[Qemu-devel] [PULL for-2.0] linux-user fix
2014-03-26 17:28 UTC (2+ messages)
[Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
2014-03-26 17:18 UTC (3+ messages)
[Qemu-devel] [PULL 0/2] SCSI changes for 2.0
2014-03-26 17:12 UTC (4+ messages)
` [Qemu-devel] [PULL 1/2] scsi: check req pointer before dereferencing it
` [Qemu-devel] [PULL 2/2] spapr_vscsi: remove duplicate condition check
[Qemu-devel] [Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console
2014-03-26 17:03 UTC
[Qemu-devel] [PULL 0/8] tcg-ia64 ldst updates
2014-03-26 17:04 UTC (3+ messages)
[Qemu-devel] [PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
2014-03-26 16:41 UTC (6+ messages)
` [Qemu-devel] [V2 PATCH] "
[Qemu-devel] [Bug 1297651] [NEW] KVM create a win7 guest with Qemu, it boots up fail
2014-03-26 16:29 UTC (15+ messages)
[Qemu-devel] [PULL for-2.0 0/4] acpi,virtio bug fixes
2014-03-26 16:19 UTC (6+ messages)
` [Qemu-devel] [PULL for-2.0 1/4] acpi: make SSDT 1.0 spec compliant when possible
` [Qemu-devel] [PULL for-2.0 2/4] Revert "acpi-test: rebuild SSDT"
` [Qemu-devel] [PULL for-2.0 3/4] virtio-net: Do not filter VLANs without F_CTRL_VLAN
` [Qemu-devel] [PULL for-2.0 4/4] virtio-net: add vlan receive state to RxFilterInfo
[Qemu-devel] Automatic spice port selection
2014-03-26 16:15 UTC
[Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
2014-03-26 15:45 UTC (5+ messages)
[Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
2014-03-26 15:37 UTC (6+ messages)
[Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
2014-03-26 15:20 UTC (6+ messages)
[Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
2014-03-26 15:18 UTC (3+ messages)
[Qemu-devel] [PULL for 2.0] Support GTK without VTE
2014-03-26 15:17 UTC (2+ messages)
[Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
2014-03-26 14:34 UTC (4+ messages)
[Qemu-devel] [PATCH v3] kvm: add set_one_reg/get_one_reg helpers
2014-03-26 14:35 UTC (7+ messages)
[Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
2014-03-26 14:19 UTC (5+ messages)
` [Qemu-devel] [PATCH for-2.0 v2] "
[Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
2014-03-26 13:55 UTC (2+ messages)
[Qemu-devel] [PATCH 0/6] error: Misc cleanups and improvements
2014-03-26 13:46 UTC (6+ messages)
` [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
[Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
2014-03-26 13:39 UTC (2+ messages)
[Qemu-devel] [PATCH v4 0/2] fix query-command-line-options
2014-03-26 13:15 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
[Qemu-devel] [RFC PATCH V2 0/5] add direct support of event in qapi schema
2014-03-26 13:13 UTC (8+ messages)
` [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
[Qemu-devel] [PULL for-2.0] linux-user: Correct DLINFO_ITEMS
2014-03-26 13:08 UTC
[Qemu-devel] multiple USB Serial devices qemu load
2014-03-26 12:59 UTC
[Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
2014-03-26 12:08 UTC (3+ messages)
[Qemu-devel] [PATCH v4] scripts: add sample model file for Coverity Scan
2014-03-26 11:45 UTC
[Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
2014-03-26 11:45 UTC (5+ messages)
[Qemu-devel] live migration between amd fam15h-fam10h
2014-03-26 11:27 UTC (2+ messages)
[Qemu-devel] [PATCH v5 0/2] fix query-command-line-options
2014-03-26 11:16 UTC (4+ messages)
` [Qemu-devel] [PATCH v5 2/2] query-command-line-options: query all the options in qemu-options.hx
[Qemu-devel] [PATCH v3 00/34] NUMA series v3
2014-03-26 10:37 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 28/34] hw: switch all boards to use memory_region_allocate_system_memory
` [Qemu-devel] [PATCH v3 31/34] qapi: make string output visitor parse int list
` [Qemu-devel] [PATCH v3 34/34] hmp: add info memdev
` [Qemu-devel] [PATCH v3 33/34] qmp: add query-memdev
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).