qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-28 15:42:43 to 2014-03-31 03:20:19 UTC [more...]

[Qemu-devel] [PATCH 0/8] tcg: tidy the type of code_ptr
 2014-03-31  3:19 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/8] exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumps
` [Qemu-devel] [PATCH 2/8] tcg: Avoid stores to unaligned addresses
` [Qemu-devel] [PATCH 3/8] tcg: Avoid undefined behaviour patching code at "
` [Qemu-devel] [PATCH 4/8] tcg: Define tcg_itype for code pointers
` [Qemu-devel] [PATCH 5/8] tcg-ppc64: Define TCG_TARGET_ITYPE_SIZE
` [Qemu-devel] [PATCH 6/8] tcg-ppc: "
` [Qemu-devel] [PATCH 7/8] tcg-aarch64: "
` [Qemu-devel] [PATCH 8/8] tcg-sparc: "

[Qemu-devel] [PATCH v2 0/5] nmi: add interface
 2014-03-31  2:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/5] target-i386: Implement nmi() callback

[Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
 2014-03-31  1:25 UTC  (4+ messages)

[Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
 2014-03-30 22:25 UTC  (3+ messages)

[Qemu-devel] [PATCHv4 00/18] slirp: Adding IPv6 support to Qemu -net user mode
 2014-03-30 22:23 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/18] slirp: goto bad in udp_input if sosendto fails
` [Qemu-devel] [PATCH 02/18] slirp: Generalizing and neutralizing code before adding IPv6 stuff
` [Qemu-devel] [PATCH 03/18] slirp: Reindent after refactoring
` [Qemu-devel] [PATCH 04/18] slirp: Make Socket structure IPv6 compatible
` [Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation
` [Qemu-devel] [PATCH 06/18] slirp: Factorizing and cleaning solookup()
` [Qemu-devel] [PATCH 07/18] slirp: Make udp_attach IPv6 compatible
` [Qemu-devel] [PATCH 08/18] slirp: Adding family argument to tcp_fconnect()
` [Qemu-devel] [PATCH 09/18] qemu/timer.h : Adding function to second scale
` [Qemu-devel] [PATCH 10/18] slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
` [Qemu-devel] [PATCH 11/18] slirp: Adding ICMPv6 error sending
` [Qemu-devel] [PATCH 12/18] slirp: Adding IPv6 UDP support
` [Qemu-devel] [PATCH 13/18] slirp: Factorizing tcpiphdr structure with an union
` [Qemu-devel] [PATCH 14/18] slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff
` [Qemu-devel] [PATCH 15/18] slirp: Reindent after refactoring
` [Qemu-devel] [PATCH 16/18] slirp: Handle IPv6 in TCP functions
` [Qemu-devel] [PATCH 17/18] slirp: Adding IPv6 address for DNS relay
` [Qemu-devel] [PATCH 18/18] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses

[Qemu-devel] [PATCHv50/3] qapi: Allow modularization of QAPI schema files
 2014-03-30 20:35 UTC  (4+ messages)
` [Qemu-devel] [PATCHv51/3] qapi: Use an explicit input file
` [Qemu-devel] [PATCHv52/3] qapi: Add a primitive to include other files from a QAPI schema file
` [Qemu-devel] [PATCHv53/3] qapi: Add tests for the "include" directive

[Qemu-devel] [Bug 1299858] [NEW] qemu all apps crash on OS X 10.6.8
 2014-03-30 18:28 UTC 

[Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
 2014-03-30 14:44 UTC  (4+ messages)

[Qemu-devel] [PATCH trival] vl.c: clean up code
 2014-03-30 14:43 UTC  (2+ messages)

[Qemu-devel] [PATCH] input: mouse_set should check input device type
 2014-03-30 13:49 UTC 

[Qemu-devel] Qemu and access to guest memory
 2014-03-30 13:01 UTC 

[Qemu-devel] qemu core dump when vnc client connect to VM, Is anyone has the similar problem, thanks!
 2014-03-30 10:15 UTC 

[Qemu-devel] Guest bandwidth setting
 2014-03-30 12:35 UTC 

[Qemu-devel] [chet.ensign@oasis-open.org: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
 2014-03-30 11:07 UTC 

[Qemu-devel] [PATCH v2 00/17] monitor: Completion support for various commands
 2014-03-30 10:58 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 01/17] monitor: Fix drive_del id argument type completion
` [Qemu-devel] [PATCH v2 02/17] monitor: Add command_completion callback to mon_cmd_t
` [Qemu-devel] [PATCH v2 03/17] monitor: Add device_add and device_del completion
` [Qemu-devel] [PATCH v2 04/17] monitor: Add chardev-remove id argument completion
` [Qemu-devel] [PATCH v2 05/17] monitor: Add chardev-add backend "
` [Qemu-devel] [PATCH v2 06/17] monitor: Add cpu index "
` [Qemu-devel] [PATCH v2 07/17] monitor: Add set_link arguments completion
` [Qemu-devel] [PATCH v2 08/17] monitor: Add netdev_add type argument completion
` [Qemu-devel] [PATCH v2 09/17] monitor: Add netdev_del id "
` [Qemu-devel] [PATCH v2 10/17] monitor: Add ringbuf_write and ringbuf_read "
` [Qemu-devel] [PATCH v2 11/17] monitor: Add watchdog_action "
` [Qemu-devel] [PATCH v2 12/17] monitor: Add migrate_set_capability completion
` [Qemu-devel] [PATCH v2 13/17] monitor: Add host_net_add device argument completion
` [Qemu-devel] [PATCH v2 14/17] readline: Make completion strings always unique
` [Qemu-devel] [PATCH v2 15/17] monitor: Add host_net_remove arguments completion
` [Qemu-devel] [PATCH v2 16/17] monitor: Add mouse_set index argument completion
` [Qemu-devel] [PATCH v2 17/17] monitor: Add delvm and loadvm "

[Qemu-devel] [Bug 1299566] [NEW] virtio serial doesn't work with virtio nic
 2014-03-29 19:56 UTC 

[Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
 2014-03-29 15:38 UTC  (6+ messages)

[Qemu-devel] [PATCH v4 0/8] migration: Optimizate the xbzrle and fix one corruption issue
 2014-03-29  7:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 7/8] migration: optimize xbzrle by reducing data copy

[Qemu-devel] [PATCH] rdma: Fix block during rdma migration
 2014-03-29  7:39 UTC 

[Qemu-devel] [Bug 1288620] [NEW] memory leak with default NIC model
 2014-03-29  3:03 UTC  (3+ messages)
` [Qemu-devel] [Bug 1288620] "

[Qemu-devel] [PATCH for-2.0 00/47] block: image format input validation fixes
 2014-03-29  0:26 UTC  (48+ messages)
` [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 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 RESEND] tcg/ppc64: Prepare support for Little Endian ppc64 hosts
 2014-03-28 23:22 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.0 26/47] qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
 2014-03-28 22:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 "

[Qemu-devel] [PATCH] qcow2: fix two memory leaks in qcow2_open error code path
 2014-03-28 22:26 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
 2014-03-28 20:53 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
 2014-03-28 20:04 UTC  (4+ messages)

[Qemu-devel] [Bug 1299190] [NEW] Access to /proc/self/exe in linux-user mode
 2014-03-28 19:49 UTC 

[Qemu-devel] [PATCH v6 0/8] virtio endian-ambivalent target fixes
 2014-03-28 19:00 UTC  (15+ messages)
` [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
` [Qemu-devel] [PATCH v6 2/8] virtio: allow byte swapping for vring and config access
` [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers

[Qemu-devel] [RFC 0/3] tcg: Avoid undefined behaviour on unaligned stores
 2014-03-28 18:48 UTC  (8+ messages)
` [Qemu-devel] [RFC 1/3] exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumps
` [Qemu-devel] [RFC 2/3] tcg: Avoid stores to unaligned addresses
` [Qemu-devel] [RFC 3/3] tcg: Avoid undefined behaviour patching code at "

[Qemu-devel] [PATCH v5 00/37] AArch64 system emulation
 2014-03-28 18:42 UTC  (39+ messages)
` [Qemu-devel] [PATCH v5 01/37] target-arm: Split out private-to-target functions into internals.h
` [Qemu-devel] [PATCH v5 02/37] target-arm: Implement AArch64 DAIF system register
` [Qemu-devel] [PATCH v5 03/37] target-arm: Define exception record for AArch64 exceptions
` [Qemu-devel] [PATCH v5 04/37] target-arm: Provide correct syndrome information for cpreg access traps
` [Qemu-devel] [PATCH v5 05/37] target-arm: Add support for generating exceptions with syndrome information
` [Qemu-devel] [PATCH v5 06/37] target-arm: Provide syndrome information for MMU faults
` [Qemu-devel] [PATCH v5 07/37] target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN set
` [Qemu-devel] [PATCH v5 08/37] target-arm: A64: Add assertion that FP access was checked
` [Qemu-devel] [PATCH v5 09/37] target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1
` [Qemu-devel] [PATCH v5 10/37] target-arm: Add v8 mmu translation support
` [Qemu-devel] [PATCH v5 11/37] target-arm: Don't mention PMU in debug feature register
` [Qemu-devel] [PATCH v5 12/37] target-arm: A64: Implement DC ZVA
` [Qemu-devel] [PATCH v5 13/37] target-arm: Use dedicated CPU state fields for ARM946 access bit registers
` [Qemu-devel] [PATCH v5 14/37] target-arm: Implement AArch64 views of fault status and data registers
` [Qemu-devel] [PATCH v5 15/37] target-arm: Add AArch64 ELR_EL1 register
` [Qemu-devel] [PATCH v5 16/37] target-arm: Implement SP_EL0, SP_EL1
` [Qemu-devel] [PATCH v5 17/37] target-arm: Implement AArch64 SPSR_EL1
` [Qemu-devel] [PATCH v5 18/37] target-arm: Move arm_log_exception() into internals.h
` [Qemu-devel] [PATCH v5 19/37] target-arm: Implement AArch64 EL1 exception handling
` [Qemu-devel] [PATCH v5 20/37] target-arm: Implement ARMv8 MVFR registers
` [Qemu-devel] [PATCH v5 21/37] target-arm: Add Cortex-A57 processor
` [Qemu-devel] [PATCH v5 22/37] hw/arm/virt: Add support for Cortex-A57
` [Qemu-devel] [PATCH v5 23/37] target-arm: Implement AArch64 views of AArch32 ID registers
` [Qemu-devel] [PATCH v5 24/37] target-arm: Implement AArch64 view of CONTEXTIDR
` [Qemu-devel] [PATCH v5 25/37] target-arm: Implement AArch64 view of ACTLR
` [Qemu-devel] [PATCH v5 26/37] target-arm: Implement ISR_EL1 register
` [Qemu-devel] [PATCH v5 27/37] target-arm: Remove THUMB2EE feature from AArch64 'any' CPU
` [Qemu-devel] [PATCH v5 28/37] target-arm: Don't expose wildcard ID register definitions for ARMv8
` [Qemu-devel] [PATCH v5 29/37] target-arm: Replace wildcarded cpreg definitions with precise ones "
` [Qemu-devel] [PATCH v5 30/37] target-arm: Implement auxiliary fault status registers
` [Qemu-devel] [PATCH v5 31/37] target-arm: Implement AArch64 address translation operations
` [Qemu-devel] [PATCH v5 32/37] target-arm: Implement RVBAR register
` [Qemu-devel] [PATCH v5 33/37] target-arm: Implement Cortex-A57 implementation-defined system registers
` [Qemu-devel] [PATCH v5 34/37] target-arm: Implement CBAR for Cortex-A57
` [Qemu-devel] [PATCH v5 35/37] target-arm: Make Cortex-A15 CBAR read-only
` [Qemu-devel] [PATCH v5 36/37] target-arm: Handle the CPU being in AArch32 mode in the AArch64 set_pc
` [Qemu-devel] [PATCH v5 37/37] target-arm: Dump 32-bit CPU state if 64 bit CPU is in AArch32

[Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes
 2014-03-28 18:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] tests: skip POSIX-only tests on Windows

[Qemu-devel] [PATCH] vexpress: Add support for the -bios flag to provide firmware
 2014-03-28 17:57 UTC 

[Qemu-devel] target-ppc: Problem with mtmsr emulation
 2014-03-28 17:56 UTC  (5+ messages)
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v5 for 2.0 0/3] ABI change: change group name of option table to match with option name
 2014-03-28 17:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 for 2.0 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
    ` [Qemu-devel] [libvirt] "
` [Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined option name

[Qemu-devel] [PATCH v2 0/7] qemu-log: various fixes and enhancements
 2014-03-28 17:47 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/7] qemu-log: correct help text for -d cpu
` [Qemu-devel] [PATCH v2 2/7] qemu-log: Avoid function call for disabled qemu_log_mask logging
` [Qemu-devel] [PATCH v2 3/7] qemu-log: Improve the "exec" TB execution logging
` [Qemu-devel] [PATCH v2 4/7] qemu-log: support simple pid substitution in logfile
` [Qemu-devel] [PATCH v2 5/7] qemu-log: new option -dfilter to limit output
` [Qemu-devel] [PATCH v2 6/7] qemu-log: dfilter-ise exec, in_asm, out_asm, and op_opt
` [Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining

[Qemu-devel] [PATCH qom-cpu for-2.0] cpu: Avoid QOM casts for CPU()
 2014-03-28 17:10 UTC  (3+ messages)

[Qemu-devel] [PATCH V3 0/3] Create an include directive for QAPI JSON files
 2014-03-28 16:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH V3 1/3] test-qapi: Make test-qapi.py spit useful error messages
` [Qemu-devel] [PATCH V3 2/3] qapi: Change the qapi scripts to take their input as first argument
` [Qemu-devel] [PATCH V3 3/3] qapi: Create an include directive for use in the JSON description files

[Qemu-devel] [PATCHv2] block: optimize zero writes with bdrv_write_zeroes
 2014-03-28 15:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 for-2.0 0/2] Bounds checking for VDI
 2014-03-28 15:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 for-2.0 1/2] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
` [Qemu-devel] [PATCH v2 for-2.0 2/2] block: vdi bounds check qemu-io tests


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