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

[Qemu-devel] [PATCH 0/2] qtest: crash fix and improved "make check" output
 2014-03-13 20:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()

[Qemu-devel] [PATCH 0/3] Quorum maintainance operations
 2014-03-13 19:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] block: Add drive-mirror-replace command to repair quorum files

[Qemu-devel] [PULL for-2.0 0/2] PowerPC patch queue 2014-03-13 #2
 2014-03-13 19:58 UTC  (3+ messages)
` [Qemu-devel] [PULL for-2.0 1/2] Fix vga_interface_type for command line argument '-device VGA'
` [Qemu-devel] [PULL for-2.0 2/2] spapr: Fix return value of vga initialization

[Qemu-devel] [PULL for-2.0-rc0 v2 00/58] QOM CPUState patch queue 2014-03-13
 2014-03-13 19:09 UTC 

[Qemu-devel] [PULL for-2.0 0/2] PReP patch queue 2014-03-13
 2014-03-13 19:33 UTC  (3+ messages)
` [Qemu-devel] [PULL for-2.0 1/2] prep: Update ppc_rom.bin
` [Qemu-devel] [PULL for-2.0 2/2] raven: Move BIOS loading from board code to PCI host

[Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes
 2014-03-13 19:30 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] configure: Document --with-gtkabi
` [Qemu-devel] [PATCH v2 2/7] gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
` [Qemu-devel] [PATCH v2 3/7] gtk: Don't use deprecated vte_terminal_get_adjustment
` [Qemu-devel] [PATCH v2 4/7] gtk: Remove use of deprecated stock items
` [Qemu-devel] [PATCH v2 5/7] gtk: Use ctrl+alt+q for quit accelerator
` [Qemu-devel] [PATCH v2 6/7] gtk: Fix mouse warping with gtk3
` [Qemu-devel] [PATCH v2 7/7] gtk: Don't warp absolute pointer

[Qemu-devel] [PULL 0/7] gtk: cleanups and fixes
 2014-03-13 19:05 UTC  (3+ messages)

[Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
 2014-03-13 19:01 UTC  (5+ messages)

[Qemu-devel] [PULL for-2.0 0/2] input: two more fixes
 2014-03-13 18:53 UTC  (2+ messages)

[Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
 2014-03-13 18:53 UTC  (7+ messages)

[Qemu-devel] [PATCH] spapr-iommu: extend SPAPR_TCE_TABLE class
 2014-03-13 18:50 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PULL for-2.0-rc0 00/58] QOM CPUState patch queue 2014-03-13
 2014-03-13 18:44 UTC  (63+ messages)
` [Qemu-devel] [PULL for-2.0-rc0 01/58] cpu: Don't clear cpu->exit_request on reset
` [Qemu-devel] [PULL for-2.0-rc0 02/58] target-alpha: Clean up ENV_GET_CPU() usage
` [Qemu-devel] [PULL for-2.0-rc0 03/58] target-arm: "
` [Qemu-devel] [PULL for-2.0-rc0 04/58] target-i386: "
` [Qemu-devel] [PULL for-2.0-rc0 05/58] target-ppc: "
` [Qemu-devel] [PULL for-2.0-rc0 06/58] target-s390x: "
` [Qemu-devel] [PULL for-2.0-rc0 07/58] target-sparc: "
` [Qemu-devel] [PULL for-2.0-rc0 08/58] target-unicore32: "
` [Qemu-devel] [PULL for-2.0-rc0 09/58] target-xtensa: "
` [Qemu-devel] [PULL for-2.0-rc0 10/58] cpu: Turn cpu_has_work() into a CPUClass hook
` [Qemu-devel] [PULL for-2.0-rc0 11/58] target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
` [Qemu-devel] [PULL for-2.0-rc0 12/58] target-i386: Call x86_cpu_load_def() earlier
` [Qemu-devel] [PULL for-2.0-rc0 13/58] target-i386: Rename x86_def_t to X86CPUDefinition
` [Qemu-devel] [PULL for-2.0-rc0 14/58] target-i386: Don't declare variables in the middle of blocks
` [Qemu-devel] [PULL for-2.0-rc0 15/58] target-i386: Make kvm_default_features an array
` [Qemu-devel] [PULL for-2.0-rc0 16/58] target-i386: Introduce x86_cpu_compat_disable_kvm_features()
` [Qemu-devel] [PULL for-2.0-rc0 17/58] target-i386: Enable x2apic by default on KVM
` [Qemu-devel] [PULL for-2.0-rc0 18/58] target-i386: Prepare CPUClass::class_by_name for X86CPU
` [Qemu-devel] [PULL for-2.0-rc0 19/58] target-i386: X86CPU model subclasses
` [Qemu-devel] [PULL for-2.0-rc0 20/58] cpu: Introduce CPUClass::parse_features() hook
` [Qemu-devel] [PULL for-2.0-rc0 21/58] target-sparc: Use error_report() for CPU error reporting
` [Qemu-devel] [PULL for-2.0-rc0 22/58] target-sparc: Implement CPUClass::parse_features() for SPARCCPU
` [Qemu-devel] [PULL for-2.0-rc0 23/58] target-sparc: Defer SPARCCPU feature inference to QOM realize
` [Qemu-devel] [PULL for-2.0-rc0 24/58] cpu: Implement CPUClass::parse_features() for the rest of CPUs
` [Qemu-devel] [PULL for-2.0-rc0 25/58] cpu: Factor out cpu_generic_init()
` [Qemu-devel] [PULL for-2.0-rc0 26/58] target-m68k: Remove custom qemu_assert() function
` [Qemu-devel] [PULL for-2.0-rc0 27/58] cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
` [Qemu-devel] [PULL for-2.0-rc0 28/58] cpu: Move mem_io_{pc, vaddr} fields from CPU_COMMON to CPUState
` [Qemu-devel] [PULL for-2.0-rc0 29/58] cpu: Move can_do_io field "
` [Qemu-devel] [PULL for-2.0-rc0 30/58] cpu: Move icount_extra "
` [Qemu-devel] [PULL for-2.0-rc0 31/58] cpu: Move icount_decr "
` [Qemu-devel] [PULL for-2.0-rc0 32/58] cpu: Move tb_jmp_cache "
` [Qemu-devel] [PULL for-2.0-rc0 33/58] cpu: Move jmp_env "
` [Qemu-devel] [PULL for-2.0-rc0 34/58] cpu: Move exception_index "
` [Qemu-devel] [PULL for-2.0-rc0 35/58] cpu: Move opaque "
` [Qemu-devel] [PULL for-2.0-rc0 36/58] cpu: Move watchpoint fields "
` [Qemu-devel] [PULL for-2.0-rc0 37/58] cpu: Move breakpoints field "
` [Qemu-devel] [PULL for-2.0-rc0 38/58] exec: Change tlb_fill() argument "
` [Qemu-devel] [PULL for-2.0-rc0 39/58] cpu-exec: Change cpu_loop_exit() "
` [Qemu-devel] [PULL for-2.0-rc0 40/58] translate-all: Change cpu_restore_state() "
` [Qemu-devel] [PULL for-2.0-rc0 41/58] translate-all: Change cpu_restore_state_from_tb() "
` [Qemu-devel] [PULL for-2.0-rc0 42/58] translate-all: Change tb_check_watchpoint() "
` [Qemu-devel] [PULL for-2.0-rc0 43/58] translate-all: Change cpu_io_recompile() "
` [Qemu-devel] [PULL for-2.0-rc0 44/58] translate-all: Change tb_gen_code() "
` [Qemu-devel] [PULL for-2.0-rc0 45/58] translate-all: Change tb_flush_jmp_cache() "
` [Qemu-devel] [PULL for-2.0-rc0 46/58] target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
` [Qemu-devel] [PULL for-2.0-rc0 47/58] exec: Change cpu_watchpoint_{insert, remove{, _by_ref, _all}} argument
` [Qemu-devel] [PULL for-2.0-rc0 48/58] exec: Change cpu_breakpoint_{insert, "
` [Qemu-devel] [PULL for-2.0-rc0 49/58] cpu-exec: Change cpu_resume_from_signal() argument to CPUState
` [Qemu-devel] [PULL for-2.0-rc0 50/58] cputlb: Change tlb_unprotect_code_phys() "
` [Qemu-devel] [PULL for-2.0-rc0 51/58] exec: Change memory_region_section_get_iotlb() "
` [Qemu-devel] [PULL for-2.0-rc0 52/58] exec: Change cpu_abort() "
` [Qemu-devel] [PULL for-2.0-rc0 53/58] target-cris: Replace DisasContext::env field with CRISCPU
` [Qemu-devel] [PULL for-2.0-rc0 54/58] target-microblaze: Replace DisasContext::env field with MicroBlazeCPU
` [Qemu-devel] [PULL for-2.0-rc0 55/58] cputlb: Change tlb_flush_page() argument to CPUState
` [Qemu-devel] [PULL for-2.0-rc0 56/58] cputlb: Change tlb_flush() "
` [Qemu-devel] [PULL for-2.0-rc0 57/58] cputlb: Change tlb_set_page() "
` [Qemu-devel] [PULL for-2.0-rc0 58/58] user-exec: Change exception_action() "

[Qemu-devel] [PULL for-2.0 0/1] char: restore read callback on a reattached (hotplug) chardev
 2014-03-13 18:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] qapi: Allow modularization of QAPI schema files
 2014-03-13 18:05 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file

[Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
 2014-03-13 17:43 UTC  (3+ messages)

[Qemu-devel] QEMU 2.0 release schedule proposal
 2014-03-13 17:24 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/10] prep: improve Raven PCI host emulation
 2014-03-13 17:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 05/10] raven: set a correct PCI I/O memory region
` [Qemu-devel] [PATCH v3 08/10] raven: implement non-contiguous I/O region

[Qemu-devel] [PATCH v3 1/2] Fix vga_interface_type for command '-device VGA'
 2014-03-13 16:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/2] Fix return value of vga initlization on ppc

[Qemu-devel] [PULL v2 for-2.0 00/24] Block patches
 2014-03-13 16:45 UTC  (26+ messages)
` [Qemu-devel] [PULL v2 for-2.0 01/24] qcow2-refcount: Sanitize refcount table entry
` [Qemu-devel] [PULL v2 for-2.0 02/24] block: Update image size in bdrv_invalidate_cache()
` [Qemu-devel] [PULL v2 for-2.0 03/24] qcow2: Check bs->drv in copy_sectors()
` [Qemu-devel] [PULL v2 for-2.0 04/24] block: bs->drv may be NULL in bdrv_debug_resume()
` [Qemu-devel] [PULL v2 for-2.0 05/24] iotests: Test corruption during COW request
` [Qemu-devel] [PULL v2 for-2.0 06/24] block: Rewrite the snapshot authorization mechanism for block filters
` [Qemu-devel] [PULL v2 for-2.0 07/24] object: add object_get_canonical_path_component()
` [Qemu-devel] [PULL v2 for-2.0 08/24] rfifolock: add recursive FIFO lock
` [Qemu-devel] [PULL v2 for-2.0 09/24] aio: add aio_context_acquire() and aio_context_release()
` [Qemu-devel] [PULL v2 for-2.0 10/24] iothread: add I/O thread object
` [Qemu-devel] [PULL v2 for-2.0 11/24] qdev: make get_pointer() handle temporary strings
` [Qemu-devel] [PULL v2 for-2.0 12/24] iothread: add "iothread" qdev property type
` [Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
` [Qemu-devel] [PULL v2 for-2.0 14/24] iothread: stash thread ID away
` [Qemu-devel] [PULL v2 for-2.0 15/24] qmp: add query-iothreads command
` [Qemu-devel] [PULL v2 for-2.0 16/24] qcow2: Keep option in qcow2_invalidate_cache()
` [Qemu-devel] [PULL v2 for-2.0 17/24] qcow2: Don't write with BDRV_O_INCOMING
` [Qemu-devel] [PULL v2 for-2.0 18/24] block: Unlink temporary file
` [Qemu-devel] [PULL v2 for-2.0 19/24] qemu-io: Fix warnings from static code analysis
` [Qemu-devel] [PULL v2 for-2.0 20/24] block/raw-posix: bdrv_parse_filename() for hdev
` [Qemu-devel] [PULL v2 for-2.0 21/24] block/raw-posix: bdrv_parse_filename() for floppy
` [Qemu-devel] [PULL v2 for-2.0 22/24] block/raw-posix: bdrv_parse_filename() for cdrom
` [Qemu-devel] [PULL v2 for-2.0 23/24] block/raw-posix: Strip protocol prefix on creation
` [Qemu-devel] [PULL v2 for-2.0 24/24] block/raw-win32: bdrv_parse_filename() for hdev

[Qemu-devel] [PATCH qom-next] virtio-console: Fix VIRTIO_CONSOLE() cast macro
 2014-03-13 16:27 UTC  (2+ messages)

[Qemu-devel] [PATCH qom-next] virtio-console-test: Test virtserialport as well
 2014-03-13 15:57 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.0-rc0 00/31] QOM devices patch queue 2014-03-12
 2014-03-13 15:43 UTC  (4+ messages)
` [Qemu-devel] [PULL for-2.0-rc0 25/31] virtio-console: QOM cast cleanup for VirtConsole
  ` [Qemu-devel] virtio-serial broken in qemu.git (was: Re: [PULL for-2.0-rc0 25/31] virtio-console: QOM cast cleanup for VirtConsole)

[Qemu-devel] [PATCH buildfix] oslib-posix: Fix build on FreeBSD
 2014-03-13 15:35 UTC  (2+ messages)

[Qemu-devel] Building QMP in qemu-nbd
 2014-03-13 15:21 UTC  (3+ messages)

[Qemu-devel] [Bug 1292037] [NEW] Solaris 10 x86 guest crashes qemu with -icount 1 option
 2014-03-13 15:11 UTC  (2+ messages)
` [Qemu-devel] [Bug 1292037] "

[Qemu-devel] kill /destroy a VM - help
 2014-03-13 15:15 UTC  (3+ messages)
` [Qemu-devel] different IDTs of the same VCPU

[Qemu-devel] [RFC 00/12] target-ppc: Decimal Floating Point
 2014-03-13 15:13 UTC  (13+ messages)
` [Qemu-devel] [RFC 01/12] target-ppc: Introduce libdecnumber Code
` [Qemu-devel] [RFC 02/12] target-ppc: Prepare libdecnumber for QEMU include structure
` [Qemu-devel] [RFC 03/12] target-ppc: Modify dconfig.h to Integrate with QEMU
` [Qemu-devel] [RFC 04/12] target-ppc: Change gstdint.h to stdint.h
` [Qemu-devel] [RFC 05/12] target-ppc: Eliminate redundant declarations
` [Qemu-devel] [RFC 06/12] target-ppc: Eliminate Unused Variable in decSetSubnormal
` [Qemu-devel] [RFC 07/12] target-ppc: Enable Building of libdecnumber
` [Qemu-devel] [RFC 08/12] target-ppc: Define FPR Pointer Type for Helpers
` [Qemu-devel] [RFC 09/12] target-ppc: Introduce Translation Macros for DFP Arithmetic Forms
` [Qemu-devel] [RFC 10/12] target-ppc: Introduce DFP Helper Utilities
` [Qemu-devel] [RFC 11/12] target-ppc: Introduce DFP Post Processor Utilities
` [Qemu-devel] [RFC 12/12] target-ppc: Introduce DFP Add

[Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
 2014-03-13 15:08 UTC  (10+ messages)

[Qemu-devel] [PULL for-2.0-rc0 0/6] PowerPC patch queue 2014-03-13
 2014-03-13 14:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/9] QMP: Introduce incremental drive-backup with in-memory dirty bitmap
 2014-03-13 14:32 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 1/9] qapi: Add optional field "name" to block "
` [Qemu-devel] [PATCH v2 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
` [Qemu-devel] [PATCH v2 3/9] block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
` [Qemu-devel] [PATCH v2 4/9] block: Introduce bdrv_dirty_bitmap_granularity()
` [Qemu-devel] [PATCH v2 5/9] hbitmap: Add hbitmap_copy
` [Qemu-devel] [PATCH v2 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
` [Qemu-devel] [PATCH v2 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup

[Qemu-devel] [V2 PATCH 0/6] Refactor AES Instructions
 2014-03-13 14:13 UTC  (7+ messages)
` [Qemu-devel] [V2 PATCH 1/6] util: Add S-Box and InvS-Box Arrays to Common AES Utils
` [Qemu-devel] [V2 PATCH 2/6] util: Add AES ShiftRows and InvShiftRows Tables
` [Qemu-devel] [V2 PATCH 3/6] util: Add InvMixColumns
` [Qemu-devel] [V2 PATCH 4/6] target-i386: Use Common ShiftRows and InvShiftRows Tables
` [Qemu-devel] [V2 PATCH 5/6] target-arm: Use Common Tables in AES Instructions
` [Qemu-devel] [V2 PATCH 6/6] target-ppc: Refactor "

[Qemu-devel] RFC: ioapic polarity vs. qemu os-x guest
 2014-03-13 13:43 UTC  (11+ messages)
    ` [Qemu-devel] [PATCH RFC] kvm: ignore apic polarity
              ` [Qemu-devel] [RFC PATCH v2] kvm: x86: ignore ioapic polarity

[Qemu-devel] [PULL 00/02] seccomp: adding new syscalls to the whitelist
 2014-03-13 13:42 UTC  (3+ messages)
` [Qemu-devel] [PULL 01/02] seccomp: add timerfd_create and timerfd_settime "
` [Qemu-devel] [PULL 02/02] seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist

[Qemu-devel] [PATCH 2/2] acpi-build: don't access unaligned addresses
 2014-03-13 13:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables

[Qemu-devel] [PULL for-2.0-rc0 v2 00/31] QOM devices patch queue 2014-03-12
 2014-03-13 13:21 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/6] Refactor AES Instructions
 2014-03-13 13:14 UTC  (3+ messages)

[Qemu-devel] [PULL respin 00/12] Build system changes for 2014-02-20
 2014-03-13 13:08 UTC  (3+ messages)
` [Qemu-devel] [PULL 01/12] util: Split out exec_dir from os_find_datadir

[Qemu-devel] [PATCH] Avoiding extra iterations while closing file fd
 2014-03-13 12:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] libqtest: Avoid inline varargs functions
 2014-03-13 12:35 UTC  (3+ messages)

[Qemu-devel] [PULL 00/24] Block patches for QEMU 2.0
 2014-03-13 12:33 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] nbd: fix issues when connection breaks
 2014-03-13 12:31 UTC  (4+ messages)

[Qemu-devel] Question in savevm.c
 2014-03-13 12:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
 2014-03-13 12:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc


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