qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-29 09:57:10 to 2015-05-29 18:05:24 UTC [more...]

[Qemu-devel] [PULL 0/5] X86 patch queue, 2015-05-29
 2015-05-29 18:04 UTC 

[Qemu-devel] Qemu uses C++ ??
 2015-05-29 18:01 UTC 

[Qemu-devel] [PULL 00/39] target-arm queue
 2015-05-29 17:46 UTC  (41+ messages)
` [Qemu-devel] [PULL 01/39] target-arm: Add exception target el infrastructure
` [Qemu-devel] [PULL 02/39] target-arm: Extend helpers to route exceptions
` [Qemu-devel] [PULL 03/39] target-arm: Set correct syndrome for faults on MSR DAIF*, imm
` [Qemu-devel] [PULL 04/39] target-arm: Move setting of exception info into tlb_fill
` [Qemu-devel] [PULL 05/39] target-arm: Set exception target EL in tlb_fill
` [Qemu-devel] [PULL 06/39] target-arm: Make raise_exception() take syndrome and target EL
` [Qemu-devel] [PULL 07/39] target-arm: Update interrupt handling to use "
` [Qemu-devel] [PULL 08/39] target-arm: Allow cp access functions to indicate traps to EL2 or EL3
` [Qemu-devel] [PULL 09/39] target-arm: Add AArch64 CPTR registers
` [Qemu-devel] [PULL 10/39] target-arm: Make singlestate TB flags common between AArch32/64
` [Qemu-devel] [PULL 11/39] target-arm: Extend FP checks to use an EL
` [Qemu-devel] [PULL 12/39] target-arm: Move TB flags down to fill gap
` [Qemu-devel] [PULL 13/39] target-arm: Don't halt on WFI unless we don't have any work
` [Qemu-devel] [PULL 14/39] target-arm: Add WFx instruction trap support
` [Qemu-devel] [PULL 15/39] hw/acpi/aml-build: Make enum values to be upper case to match coding style
` [Qemu-devel] [PULL 16/39] hw/arm/virt: Move common definitions to virt.h
` [Qemu-devel] [PULL 17/39] hw/arm/virt: Record PCIe ranges in MemMapEntry array
` [Qemu-devel] [PULL 18/39] hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARM
` [Qemu-devel] [PULL 19/39] hw/acpi/aml-build: Add aml_memory32_fixed() term
` [Qemu-devel] [PULL 20/39] hw/acpi/aml-build: Add aml_interrupt() term
` [Qemu-devel] [PULL 21/39] hw/arm/virt-acpi-build: Generation of DSDT table for virt devices
` [Qemu-devel] [PULL 22/39] hw/arm/virt-acpi-build: Generate FADT table and update ACPI headers
` [Qemu-devel] [PULL 23/39] hw/arm/virt-acpi-build: Generate MADT table
` [Qemu-devel] [PULL 24/39] hw/arm/virt-acpi-build: Generate GTDT table
` [Qemu-devel] [PULL 25/39] hw/arm/virt-acpi-build: Generate RSDT table
` [Qemu-devel] [PULL 26/39] hw/arm/virt-acpi-build: Generate RSDP table
` [Qemu-devel] [PULL 27/39] hw/arm/virt-acpi-build: Generate MCFG table
` [Qemu-devel] [PULL 28/39] hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec
` [Qemu-devel] [PULL 29/39] hw/acpi/aml-build: Add ToUUID macro
` [Qemu-devel] [PULL 30/39] hw/acpi/aml-build: Add aml_or() term
` [Qemu-devel] [PULL 31/39] hw/acpi/aml-build: Add aml_lnot() term
` [Qemu-devel] [PULL 32/39] hw/acpi/aml-build: Add aml_else() term
` [Qemu-devel] [PULL 33/39] hw/acpi/aml-build: Add aml_create_dword_field() term
` [Qemu-devel] [PULL 34/39] hw/acpi/aml-build: Add aml_dword_io() term
` [Qemu-devel] [PULL 35/39] hw/acpi/aml-build: Add Unicode macro
` [Qemu-devel] [PULL 36/39] hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT table
` [Qemu-devel] [PULL 37/39] ACPI: split CONFIG_ACPI into 4 pieces
` [Qemu-devel] [PULL 38/39] hw/arm/virt: Enable dynamic generation of ACPI v5.1 tables
` [Qemu-devel] [PULL 39/39] target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd

[Qemu-devel] where is crc32() function?
 2015-05-29 17:41 UTC  (3+ messages)

[Qemu-devel] VirtIO windows driver: viostor.sys not post-installable
 2015-05-29 17:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] Use Aff1 with mpidr
 2015-05-29 17:37 UTC  (8+ messages)

[Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing
 2015-05-29 17:35 UTC 

[Qemu-devel] [RFC PATCH 00/12] block: Protect block jobs with lock / unlock API
 2015-05-29 16:57 UTC  (17+ messages)
` [Qemu-devel] [RFC PATCH 01/12] block: Use bdrv_drain to replace uncessary bdrv_drain_all
` [Qemu-devel] [RFC PATCH 02/12] block: Introduce bdrv_lock and bdrv_unlock API
` [Qemu-devel] [RFC PATCH 03/12] blockdev: Lock BDS during internal snapshot transaction
` [Qemu-devel] [RFC PATCH 04/12] blockdev: Lock BDS during external "
` [Qemu-devel] [RFC PATCH 05/12] blockdev: Lock BDS during drive-backup transaction
` [Qemu-devel] [RFC PATCH 06/12] blockdev: Lock BDS during blockdev-backup transaction
` [Qemu-devel] [RFC PATCH 07/12] block-backend: Add blk_add_lock_unlock_notifier
` [Qemu-devel] [RFC PATCH 08/12] virtio-blk: Move complete_request to 'ops' structure
` [Qemu-devel] [RFC PATCH 09/12] virtio-blk: Don't handle output when backend is locked
` [Qemu-devel] [RFC PATCH 10/12] virtio-scsi-dataplane: Add backend lock listener
` [Qemu-devel] [RFC PATCH 11/12] nbd-server: Clear "can_read" when backend is locked
` [Qemu-devel] [RFC PATCH 12/12] mirror: Protect source between bdrv_drain and bdrv_swap

[Qemu-devel] [PATCH v2] virtio: make features 64bit wide
 2015-05-29 16:46 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v5 0/2] block: enforce minimal 4096 alignment in qemu_blockalign
 2015-05-29 16:43 UTC  (10+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3 0/2] qga: qmp_guest_network_get_interfaces for win32
 2015-05-29 16:42 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/2] qga: add additional win32 cflags and libraries
` [Qemu-devel] [PATCH v3 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

[Qemu-devel] [PATCH v2 0/3] implement a new icount sleep=no mode
 2015-05-29 16:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] icount: implement a new icount_sleep mode toggleing real-time cpu sleep
` [Qemu-devel] [PATCH v2 2/3] icount: add sleep parameter to the icount option to set icount_sleep mode
` [Qemu-devel] [PATCH v2 3/3] icount: print a warning if there is no more deadline in sleep=no mode

[Qemu-devel] [PATCH] configure: don't apply -O2 if extra-cflags sets -O
 2015-05-29 16:29 UTC  (4+ messages)

[Qemu-devel] [PULL 0/1] Block QAPI, monitor, command line patches
 2015-05-29 16:10 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/1] qapi: add dirty bitmap status

[Qemu-devel] [PATCH v6 0/3] target-mips: Add support for misaligned accesses
 2015-05-29 16:07 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 1/3] target-mips: Misaligned memory accesses for R6
` [Qemu-devel] [PATCH v6 3/3] target-mips: Misaligned memory accesses for MSA

[Qemu-devel] [PATCH 0/2] Use glib's checks for use of too-new functions
 2015-05-29 16:01 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] Fix glib_subprocess test
` [Qemu-devel] [PATCH 2/2] Compile time checks for newer glib

[Qemu-devel] [PATCH] hw/display/exynos4210_fimd: Fix bit-swapping code
 2015-05-29 15:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/6] QEMU support for KVM Guest Debug on arm64
 2015-05-29 15:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 1/6] linux-headers: sync from my kernel tree (DEV)
` [Qemu-devel] [PATCH v5 2/6] target-arm: kvm64: introduce kvm_arm_init_debug()
` [Qemu-devel] [PATCH v5 3/6] target-arm: kvm - implement software breakpoints
` [Qemu-devel] [PATCH v5 4/6] target-arm: kvm - support for single step
` [Qemu-devel] [PATCH v5 5/6] target-arm: kvm - add support for HW assisted debug
` [Qemu-devel] [PATCH v5 6/6] target-arm: kvm - re-inject guest debug exceptions

[Qemu-devel] [PATCH COLO-Frame v5 00/29] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-05-29 15:12 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/3] implement a new icount_no_rt mode
 2015-05-29 15:06 UTC  (4+ messages)

[Qemu-devel] [PULL 0/5] gtk: add opengl rendering support
 2015-05-29 14:31 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/5] ui: use libexpoxy
` [Qemu-devel] [PULL 2/5] ui: shader.h protect against double inclusion
` [Qemu-devel] [PULL 3/5] ui: add egl-helpers
` [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl
` [Qemu-devel] [PULL 5/5] gtk: Replace gdk_cursor_new()

[Qemu-devel] [PATCH 1/1] net: fix queue's purge on VM stop
 2015-05-29 14:28 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/21] monitor: Wean core off QError, and other cleanups
 2015-05-29 14:27 UTC  (27+ messages)
` [Qemu-devel] [PATCH v3 01/21] monitor: Drop broken, unused asynchronous command interface
` [Qemu-devel] [PATCH v3 03/21] monitor: Improve and document client_migrate_info protocol error
` [Qemu-devel] [PATCH v3 04/21] monitor: Convert client_migrate_info to QAPI
` [Qemu-devel] [PATCH v3 05/21] monitor: Use traditional command interface for HMP drive_del
` [Qemu-devel] [PATCH v3 06/21] monitor: Use traditional command interface for HMP device_add
` [Qemu-devel] [PATCH v3 07/21] monitor: Use trad. command interface for HMP pcie_aer_inject_error
` [Qemu-devel] [PATCH v3 08/21] monitor: Drop unused "new" HMP command interface
` [Qemu-devel] [PATCH v3 09/21] monitor: Propagate errors through qmp_check_client_args()
` [Qemu-devel] [PATCH v3 10/21] monitor: Propagate errors through qmp_check_input_obj()
` [Qemu-devel] [PATCH v3 11/21] monitor: Propagate errors through invalid_qmp_mode()
` [Qemu-devel] [PATCH v3 12/21] monitor: Wean monitor_protocol_emitter() off mon->error
` [Qemu-devel] [PATCH v3 13/21] monitor: Inline monitor_has_error() into its only caller
` [Qemu-devel] [PATCH v3 14/21] monitor: Limit QError use to command handlers
` [Qemu-devel] [PATCH v3 15/21] monitor: Rename handle_user_command() to handle_hmp_command()
` [Qemu-devel] [PATCH v3 16/21] monitor: Rename monitor_control_read(), monitor_control_event()
` [Qemu-devel] [PATCH v3 17/21] monitor: Unbox Monitor member mc and rename to qmp
` [Qemu-devel] [PATCH v3 18/21] monitor: Drop do_qmp_capabilities()'s superfluous QMP check
` [Qemu-devel] [PATCH v3 19/21] monitor: Turn int command_mode into bool in_command_mode
` [Qemu-devel] [PATCH v3 20/21] monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()
` [Qemu-devel] [PATCH v3 21/21] monitor: Change return type of monitor_cur_is_qmp() to bool

[Qemu-devel] [PATCH 1/1] Fix device listener interface for PCI to PCI bridges
 2015-05-29 14:22 UTC  (9+ messages)

[Qemu-devel] [PULL 00/12] QOM devices patch queue 2015-05-20
 2015-05-29 14:14 UTC  (8+ messages)

[Qemu-devel] [PATCH v3 0/4] rocker device updates
 2015-05-29 14:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] rocker: Add support for phys name
` [Qemu-devel] [PATCH v3 2/4] rocker: update tests using hw-derived interface names
` [Qemu-devel] [PATCH v3 3/4] rocker: bring link up/down on PHY enable/disable
` [Qemu-devel] [PATCH v3 4/4] qmp/hmp: add rocker device support

[Qemu-devel] [PATCH 0/9] Miscellaneous error reporting improvements
 2015-05-29 14:00 UTC  (5+ messages)

[Qemu-devel] [PATCH v8 0/8] Block Throttle Group Support
 2015-05-29 13:29 UTC  (12+ messages)
` [Qemu-devel] [PATCH 4/8] throttle: Add throttle group support
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 5/8] throttle: acquire the ThrottleGroup lock in bdrv_swap()
` [Qemu-devel] [PATCH 6/8] throttle: add the name of the ThrottleGroup to BlockDeviceInfo
` [Qemu-devel] [PATCH 7/8] throttle: Update throttle infrastructure copyright
` [Qemu-devel] [PATCH 8/8] qemu-iotests: expand test 093 to support group throttling

[Qemu-devel] [PULL 0/5] input patch queue
 2015-05-29 13:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] Target-arm: Add the Cortex-M4 CPU
 2015-05-29 13:21 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] net: error when -net type isn't compiled in
 2015-05-29 13:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/5] net: add missing "netmap" to host_net_devices[]

[Qemu-devel] need to create a qemu account
 2015-05-29 13:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] blockdev: no need to drain in qmp_block_commit
 2015-05-29 12:43 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3] bios-tables-test: handle false-positive smbios signature matches
 2015-05-29 12:42 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 0/4] fw-cfg: cleanup and user-provided command line blobs
 2015-05-29 12:41 UTC  (3+ messages)

[Qemu-devel] [PATCH] blockdev: no need to drain+flush in hmp_drive_del
 2015-05-29 12:41 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] QemuOpts: increase number of vm_config_groups
 2015-05-29 12:41 UTC 

[Qemu-devel] [PATCH] mirror: Skip block_job_defer_to_main_loop if already in the main context
 2015-05-29 12:37 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/4] rocker device updates
 2015-05-29 12:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/4] qmp/hmp: add rocker device support

[Qemu-devel] [PATCH v2 0/4] tighten conditions for board-implied FDC in pc-q35-2.4+
 2015-05-29 11:54 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] virtio-gpu/2d: add virtio gpu
 2015-05-29 11:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] virtio: update headers, add virtio-gpu (2d)
` [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add virtio gpu core code

[Qemu-devel] [PATCH V15 0/5] Virtual Machine Generation ID
 2015-05-29 11:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH V15 4/5] i386: add a Virtual Machine Generation ID device

[Qemu-devel] [PATCH v4 0/3] Migration Events
 2015-05-29 11:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] migration: create migration event

[Qemu-devel] [PATCH] pc: acpi: keep pvpanic backward compatible
 2015-05-29 11:24 UTC  (3+ messages)

[Qemu-devel] clang -fsanitize=undefined warnings in the string visitors
 2015-05-29 11:12 UTC  (6+ messages)

[Qemu-devel] [PATCH v6 01/13] block: Add op blocker type "device IO"
 2015-05-29 11:11 UTC  (12+ messages)

[Qemu-devel] [RFC] extensions to the -m memory option
 2015-05-29 11:08 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] Add support for for GICv2m and MSIs to arm-virt
 2015-05-29 11:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/4] target-arm: Add GIC phandle to VirtBoardInfo
` [Qemu-devel] [PATCH v4 2/4] arm_gicv2m: Add GICv2m widget to support MSIs
` [Qemu-devel] [PATCH v4 3/4] target-arm: Extend the gic node properties
` [Qemu-devel] [PATCH v4 4/4] target-arm: Add the GICv2m to the virt board

[Qemu-devel] [PATCH v2 0/8] fdc: Clean up and fix command processing
 2015-05-29 10:59 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 3/8] fdc: Introduce fdctrl->phase

[Qemu-devel] [PULL 0/4] spice patch queue
 2015-05-29 10:22 UTC  (2+ messages)

[Qemu-devel] [PATCH] docs/writing-qmp-commands: fix a typo
 2015-05-29 10:16 UTC 


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