qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-25 20:17:47 to 2014-03-26 12:23:25 UTC [more...]

[Qemu-devel] [PULL for-2.0 0/4] acpi,virtio bug fixes
 2014-03-26 12:23 UTC  (5+ 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] [PULL 0/2] SCSI changes for 2.0
 2014-03-26 12:21 UTC  (3+ 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] [PATCH] linux-user: Correct DLINFO_ITEMS
 2014-03-26 12:08 UTC  (6+ messages)

[Qemu-devel] [PATCH for-2.0 00/47] block: image format input validation fixes
 2014-03-26 12:06 UTC  (48+ 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 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  (8+ 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:48 UTC  (36+ messages)
` [Qemu-devel] [PATCH v3 01/34] NUMA: move numa related code to new file numa.c
` [Qemu-devel] [PATCH v3 02/34] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [PATCH v3 09/34] vl: redo -object parsing
` [Qemu-devel] [PATCH v3 03/34] NUMA: Add numa_info structure to contain numa nodes info
` [Qemu-devel] [PATCH v3 04/34] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [PATCH v3 05/34] NUMA: expand MAX_NODES from 64 to 128
` [Qemu-devel] [PATCH v3 08/34] vl: convert -m to QemuOpts
` [Qemu-devel] [PATCH v3 06/34] man: improve -numa doc
` [Qemu-devel] [PATCH v3 07/34] qemu-option: introduce qemu_find_opts_singleton
` [Qemu-devel] [PATCH v3 10/34] qmp: allow object-add completion handler to get canonical path
` [Qemu-devel] [PATCH v3 12/34] pc: pass QEMUMachineInitArgs to pc_memory_init
` [Qemu-devel] [PATCH v3 11/34] qmp: improve error reporting for -object and object-add
` [Qemu-devel] [PATCH v3 14/34] add memdev backend infrastructure
` [Qemu-devel] [PATCH v3 15/34] numa: add -numa node,memdev= option
` [Qemu-devel] [PATCH v3 16/34] memory: reorganize file-based allocation
` [Qemu-devel] [PATCH v3 13/34] numa: introduce memory_region_allocate_system_memory
` [Qemu-devel] [PATCH v3 23/34] hostmem: add merge and dump properties
` [Qemu-devel] [PATCH v3 19/34] memory: move preallocation code out of exec.c
` [Qemu-devel] [PATCH v3 17/34] memory: move mem_path handling to memory_region_allocate_system_memory
` [Qemu-devel] [PATCH v3 18/34] memory: add error propagation to file-based RAM allocation
` [Qemu-devel] [PATCH v3 22/34] hostmem: separate allocation from UserCreatable complete method
` [Qemu-devel] [PATCH v3 20/34] memory: move RAM_PREALLOC_MASK to exec.c, rename
` [Qemu-devel] [PATCH v3 21/34] hostmem: add file-based HostMemoryBackend
` [Qemu-devel] [PATCH v3 27/34] hostmem: add properties for NUMA memory policy
` [Qemu-devel] [PATCH v3 26/34] configure: add Linux libnuma detection
` [Qemu-devel] [PATCH v3 25/34] hostmem: add property to map memory with MAP_SHARED
` [Qemu-devel] [PATCH v3 24/34] hostmem: allow preallocation of any memory region
` [Qemu-devel] [PATCH v3 28/34] hw: switch all boards to use memory_region_allocate_system_memory
` [Qemu-devel] [PATCH v3 32/34] qom: introduce object_property_get_enum and object_property_get_uint16List
` [Qemu-devel] [PATCH v3 30/34] qapi: make string input visitor parse int list
` [Qemu-devel] [PATCH v3 31/34] qapi: make string output "
` [Qemu-devel] [PATCH v3 29/34] Introduce signed range
` [Qemu-devel] [PATCH v3 33/34] qmp: add query-memdev
` [Qemu-devel] [PATCH v3 34/34] hmp: add info memdev

[Qemu-devel] [PATCH v6] net: L2TPv3 transport
 2014-03-26 11:08 UTC 

[Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
 2014-03-26 11:07 UTC  (4+ messages)

[Qemu-devel] [Bug 1297781] [NEW] Network device cannot communicate with host machine
 2014-03-26 10:47 UTC 

[Qemu-devel] [Bug 1297651] [NEW] KVM create a win7 guest with Qemu, it boots up fail
 2014-03-26 10:45 UTC  (6+ messages)

[Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
 2014-03-26 10:36 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
 2014-03-26 10:36 UTC  (4+ messages)

[Qemu-devel] [PATCH] display/qxl: don't abort on reset with non empty rings
 2014-03-26 10:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
 2014-03-26 10:26 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
 2014-03-26  9:54 UTC  (3+ messages)

[Qemu-devel] [maybe-for-2.0 0/2] hw/arm: Don't specify any default board
 2014-03-26  9:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/26] tcg/aarch64 improvements, part 3
 2014-03-26  9:40 UTC  (15+ messages)
` [Qemu-devel] [PATCH 07/26] tcg-aarch64: Use adrp in tcg_out_movi
` [Qemu-devel] [PATCH 15/26] tcg-aarch64: Avoid add with zero in tlb load
` [Qemu-devel] [PATCH 16/26] tcg-aarch64: Use tcg_out_call for qemu_ld/st
` [Qemu-devel] [PATCH 17/26] tcg-aarch64: Use ADR to pass the return address to the ld/st helpers
` [Qemu-devel] [PATCH 18/26] tcg-aarch64: Use TCGMemOp in qemu_ld/st
` [Qemu-devel] [PATCH 19/26] tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst
` [Qemu-devel] [PATCH 20/26] tcg-aarch64: Introduce tcg_out_insn_3507

[Qemu-devel] [PATCH v3] trace: add workaround for SystemTap PR13296
 2014-03-26  9:27 UTC  (2+ messages)

[Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
 2014-03-26  9:16 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/16] visitor+BER migration format
 2014-03-26  9:16 UTC  (19+ messages)
` [Qemu-devel] [RFC PATCH 01/16] Visitor: Add methods for migration format use
` [Qemu-devel] [RFC PATCH 02/16] QEMUSizedBuffer/QEMUFile
` [Qemu-devel] [RFC PATCH 03/16] qemu-file: Add set/get tmp_visitor
` [Qemu-devel] [RFC PATCH 04/16] Header/constant/types fixes for visitors
` [Qemu-devel] [RFC PATCH 05/16] Visitor: Binary compatible output visitor
` [Qemu-devel] [RFC PATCH 06/16] Visitor: Debug "
` [Qemu-devel] [RFC PATCH 07/16] Visitor: Binary compatible input visitor
` [Qemu-devel] [RFC PATCH 08/16] Visitor: Output path
` [Qemu-devel] [RFC PATCH 09/16] Visitor: Load path
` [Qemu-devel] [RFC PATCH 10/16] Visitor: Common types to use visitors
` [Qemu-devel] [RFC PATCH 11/16] Choose output visitor based on env variable
` [Qemu-devel] [RFC PATCH 12/16] BER Visitor: Create output visitor
` [Qemu-devel] [RFC PATCH 13/16] BER Visitor: Create input visitor
` [Qemu-devel] [RFC PATCH 14/16] Start some BER format docs
` [Qemu-devel] [RFC PATCH 15/16] ASN.1 schema for new migration format
` [Qemu-devel] [RFC PATCH 16/16] Wire in BER visitors

[Qemu-devel] [PATCH] qemu-img: Release refernece to BlockDriverState
 2014-03-26  8:57 UTC  (3+ messages)
` [Qemu-devel] for 2.0: "

[Qemu-devel] [PATCH v5] net: L2TPv3 transport
 2014-03-26  8:39 UTC  (5+ messages)

[Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
 2014-03-26  8:27 UTC  (4+ messages)

[Qemu-devel] [PATCH] uhci: Lower uhci timer freq when guest is idle
 2014-03-26  8:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
 2014-03-26  7:37 UTC  (19+ messages)
` [Qemu-devel] [PATCH v23 06/32] add qemu_opt_get_*_del functions for replace work
` [Qemu-devel] [PATCH v23 07/32] add qemu_opts_print_help to replace print_option_help
` [Qemu-devel] [PATCH v23 08/32] add convert functions between QEMUOptionParameter to QemuOpts
` [Qemu-devel] [PATCH v23 09/32] add qemu_opts_append to repalce append_option_parameters
` [Qemu-devel] [PATCH v23 10/32] check NULL input for qemu_opts_del
` [Qemu-devel] [PATCH v23 12/32] qcow2.c: remove 'assigned' check in amend

[Qemu-devel] [PULL for 2.0] Support GTK without VTE
 2014-03-26  4:42 UTC 

[Qemu-devel] [PATCH] net: netmap_poll must update both read/write poll state
 2014-03-25 15:04 UTC 

[Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
 2014-03-25 16:42 UTC  (5+ messages)

[Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore
 2014-03-26  3:05 UTC 

[Qemu-devel] [PATCH v4 00/21] AArch64 system emulation (boots a kernel!)
 2014-03-26  2:34 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 20/21] target-arm: Add Cortex-A57 processor

[Qemu-devel] [PATCH] target-arm: support AArch32 ID registers in AArch64 mode
 2014-03-26  2:27 UTC 

[Qemu-devel] [PATCH] linux-user: Handle arches with llseek instead of _llseek
 2014-03-26  1:14 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 1/1] vl.c: Allow sysbus devices to be attached via commandline
 2014-03-26  0:47 UTC 

[Qemu-devel] [PATCH v3 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
 2014-03-26  0:19 UTC  (3+ messages)

[Qemu-devel] [PATCH] linux-user: Assert stack used for auxvec, envp, argv
 2014-03-25 23:21 UTC 

[Qemu-devel] [PATCH 0/5] remove QEMUMachine indirection from MachineClass
 2014-03-25 14:53 UTC 

[Qemu-devel] [PATCH for-2.0] target-mips: fix MTHC1 and MFHC1 when FPU in FR=0 mode
 2014-03-25 22:59 UTC  (2+ messages)

[Qemu-devel] Pause / Stop Notification on Guest display?
 2014-03-25 21:53 UTC 

[Qemu-devel] [PATCH for-2.0] tcg-arm: Avoid ldrd/strd for user-only emulation
 2014-03-25 21:17 UTC 

[Qemu-devel] [PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
 2014-03-25 21:26 UTC  (5+ messages)
  ` [Qemu-devel] [V2 PATCH] "

[Qemu-devel] [PATCH 0/5] remove QEMUMachine indirection from MachineClass
 2014-03-25 20:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/5] machine: replace QEMUMachine by MachineClass in accelerator configuration
` [Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection


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