qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-12 07:00:29 to 2015-06-12 14:21:48 UTC [more...]

[Qemu-devel] [PATCH v2 0/5] pxa2xx: minor bugfixes, updates to QOM, etc
 2015-06-12 14:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/5] hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO
` [Qemu-devel] [PATCH v2 4/5] hw/arm/pxa2xx: Convert pxa2xx-ssp to VMState
` [Qemu-devel] [PATCH v2 5/5] hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps

[Qemu-devel] [RFC 0/6] vSMMU initialization
 2015-06-12 14:20 UTC  (7+ messages)
` [Qemu-devel] [RFC 1/6] headers sync
` [Qemu-devel] [RFC 2/6] hw/core/platform-bus: initialization notifier
` [Qemu-devel] [RFC 3/6] hw/core/platform-bus: add base_address field
` [Qemu-devel] [RFC 4/6] hw/vfio: vsmmu device
` [Qemu-devel] [RFC 5/6] hw/arm/sysbus-fdt: enable vsmmu dynamic instantiation
` [Qemu-devel] [RFC 6/6] hw/arm/sysbus-fdt: add smmu masters in device tree

[Qemu-devel] [PATCH v2 00/13] bdrv_reopen() overhaul, part 1
 2015-06-12 14:19 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/13] qdict: Add qdict_array_entries()
` [Qemu-devel] [PATCH v2 03/13] check-qdict: Test cases for new functions
` [Qemu-devel] [PATCH v2 07/13] block: Use QemuOpts in bdrv_open_common()
` [Qemu-devel] [PATCH v2 09/13] block: Drain requests before swapping nodes in bdrv_swap()
` [Qemu-devel] [PATCH v2 10/13] queue.h: Add QLIST_FIX_HEAD_PTR()

[Qemu-devel] [PATCH v2 0/2] Add cortex-a53 cpu support for kvm-arm and virt
 2015-06-12 14:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] target-arm/kvm64: Add cortex-a53 cpu support

[Qemu-devel] [PATCH RFC v2 0/3] Fix slow startup with many disks
 2015-06-12 14:17 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/3] virtio-blk: Use blk_drain() to drain IO requests
    ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 3/3] block: Let bdrv_drain_all() to call aio_poll() for each AioContext
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] target-arm/cpu.h: remove pending_exception
 2015-06-12 14:13 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] qemu-timer/mc146818rtc: fix timer issues related to clock changes
 2015-06-12 14:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-timer: Call clock reset notifiers on forward jumps
` [Qemu-devel] [PATCH 2/2] mc146818rtc: Reset the periodic timer on load

[Qemu-devel] [PATCH] hw/display/exynos4210_fimd: Fix bit-swapping code
 2015-06-12 14:08 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 0/9] Add limited support of VMware's hyper-call rpc
 2015-06-12 14:05 UTC  (10+ messages)
` [Qemu-devel] [BUGFIX][PATCH v7 1/9] vmport: The io memory region needs to be at least a size of 4
` [Qemu-devel] [PATCH v7 2/9] vmport: Switch to trace
` [Qemu-devel] [BUGFIX][PATCH v7 3/9] vmport: Fix vmport_cmd_ram_size
` [Qemu-devel] [PATCH v7 4/9] vmport_rpc: Add the object vmport_rpc
` [Qemu-devel] [PATCH v7 5/9] vmport_rpc: Add limited support of VMware's hyper-call rpc
` [Qemu-devel] [PATCH v7 6/9] vmport_rpc: Add QMP access to vmport_rpc object
` [Qemu-devel] [PATCH v7 7/9] vmport_rpc: Add migration
` [Qemu-devel] [PATCH v7 8/9] vmport: Add VMware all ring hack
` [Qemu-devel] [PATCH v7 9/9] MAINTAINERS: add VMware port

[Qemu-devel] [RFC PATCH v2] qxl: allows to specify head limit to qxl driver
 2015-06-12 14:05 UTC 

[Qemu-devel] [PATCH 00/13] target-mips: add microMIPS32 R6 Instruction Set support
 2015-06-12 14:02 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/13] target-mips: fix {D, W}RGPR in microMIPS
` [Qemu-devel] [PATCH 02/13] target-mips: add microMIPS TLBINV, TLBINVF
` [Qemu-devel] [PATCH 03/13] target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP
` [Qemu-devel] [PATCH 04/13] target-mips: rearrange gen_compute_compact_branch
` [Qemu-devel] [PATCH 05/13] target-mips: signal RI for removed instructions in microMIPS R6
` [Qemu-devel] [PATCH 06/13] target-mips: add microMIPS32 R6 opcode enum
` [Qemu-devel] [PATCH 07/13] target-mips: microMIPS32 R6 branches and jumps
` [Qemu-devel] [PATCH 08/13] target-mips: microMIPS32 R6 POOL32A{XF} instructions
` [Qemu-devel] [PATCH 09/13] target-mips: microMIPS32 R6 POOL32F instructions
` [Qemu-devel] [PATCH 10/13] target-mips: microMIPS32 R6 POOL32{I, C} instructions
` [Qemu-devel] [PATCH 11/13] target-mips: microMIPS32 R6 Major instructions
` [Qemu-devel] [PATCH 12/13] target-mips: microMIPS32 R6 POOL16{A, C} instructions
` [Qemu-devel] [PATCH 13/13] target-mips: add mips32r6-generic CPU definition

[Qemu-devel] [PATCH v2] RFC: qxl: allow to specify head limit to qxl driver
 2015-06-12 14:02 UTC  (3+ messages)

[Qemu-devel] [PULL 00/29] target-mips queue
 2015-06-12 13:30 UTC  (31+ messages)
` [Qemu-devel] [PULL 01/29] target-mips: move group of functions above gen_load_fpr32()
` [Qemu-devel] [PULL 02/29] target-mips: add Config5.FRE support allowing Status.FR=0 emulation
` [Qemu-devel] [PULL 03/29] mips_malta: provide ememsize env variable to kernels
` [Qemu-devel] [PULL 04/29] target-mips: Misaligned memory accesses for R6
` [Qemu-devel] [PULL 05/29] softmmu: Add probe_write()
` [Qemu-devel] [PULL 06/29] target-mips: Misaligned memory accesses for MSA
` [Qemu-devel] [PULL 07/29] target-mips: add ERETNC instruction and Config5.LLB bit
` [Qemu-devel] [PULL 08/29] mips jazz: compile only in 64 bit
` [Qemu-devel] [PULL 09/29] dma/rc4030: create custom DMA address space
` [Qemu-devel] [PULL 10/29] dma/rc4030: use AddressSpace and address_space_rw in users
` [Qemu-devel] [PULL 11/29] dma/rc4030: do not use old_mmio accesses
` [Qemu-devel] [PULL 12/29] dma/rc4030: document register at offset 0x210
` [Qemu-devel] [PULL 13/29] dma/rc4030: use trace events instead of custom logging
` [Qemu-devel] [PULL 14/29] dma/rc4030: convert to QOM
` [Qemu-devel] [PULL 15/29] net/dp8393x: always calculate proper checksums
` [Qemu-devel] [PULL 16/29] net/dp8393x: do not use old_mmio accesses
` [Qemu-devel] [PULL 17/29] net/dp8393x: use dp8393x_ prefix for all functions
` [Qemu-devel] [PULL 18/29] net/dp8393x: QOM'ify
` [Qemu-devel] [PULL 19/29] net/dp8393x: add PROM to store MAC address
` [Qemu-devel] [PULL 20/29] net/dp8393x: add load/save support
` [Qemu-devel] [PULL 21/29] net/dp8393x: correctly reset in_use field
` [Qemu-devel] [PULL 22/29] net/dp8393x: fix hardware reset
` [Qemu-devel] [PULL 23/29] target-mips: correct MFC0 for CP0.EntryLo in MIPS64
` [Qemu-devel] [PULL 24/29] target-mips: extend selected CP0 registers to 64-bits in MIPS32
` [Qemu-devel] [PULL 25/29] target-mips: support Page Frame Number Extension field
` [Qemu-devel] [PULL 26/29] target-mips: add CP0.PageGrain.ELPA support
` [Qemu-devel] [PULL 27/29] target-mips: add MTHC0 and MFHC0 instructions
` [Qemu-devel] [PULL 28/29] target-mips: remove misleading comments in translate_init.c
` [Qemu-devel] [PULL 29/29] target-mips: enable XPA and LPA features

[Qemu-devel] [RFC v6 0/2] monitor: add memory search commands s, sp
 2015-06-12 13:31 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/4] block: Improve warnings for doubly-connected drives
 2015-06-12 13:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] block: Warn if an if=<something> drive was also connected manually
` [Qemu-devel] [PATCH 2/4] qdev-properties-system: Change set_pointer's parse callback to use Error
` [Qemu-devel] [PATCH 3/4] qdev-properties-system: Improve error message for drive assignment conflict
` [Qemu-devel] [PATCH 4/4] hw/arm/virt: Make block devices default to virtio

[Qemu-devel] [PATCH V2] pci: fixes to allow booting from extra root pci buses
 2015-06-12 13:23 UTC  (15+ messages)

[Qemu-devel] [PATCH 0/2] sh4 linux-user cpu and hwcap
 2015-06-12 13:12 UTC  (5+ messages)

[Qemu-devel] [Bug 1464611] [NEW] 4 * redundant conditions
 2015-06-12 13:11 UTC  (4+ messages)

[Qemu-devel] [PATCH] linux-user: ioctl() command type is int
 2015-06-12 13:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH v2] linux-user: Allocate thunk size dynamically
 2015-06-12 13:03 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] Add infrastructure to compute timed averages
 2015-06-12 13:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] timer: Move NANOSECONDS_PER_SECONDS to timer.h
` [Qemu-devel] [PATCH 2/3] timer: Use a single definition of NSEC_PER_SEC for the whole codebase
` [Qemu-devel] [PATCH 3/3] util: Infrastructure for computing recent averages

[Qemu-devel] [PATCH v9 0/8] Block Throttle Group Support
 2015-06-12 13:01 UTC  (2+ messages)

[Qemu-devel] [PULL 00/16] Net patches
 2015-06-12 12:57 UTC  (17+ messages)
` [Qemu-devel] [PULL 01/16] stubs: Add qemu_set_fd_handler
` [Qemu-devel] [PULL 02/16] l2tpv3: Drop l2tpv3_can_send
` [Qemu-devel] [PULL 03/16] netmap: Drop netmap_can_send
` [Qemu-devel] [PULL 04/16] net/socket: Drop net_socket_can_send
` [Qemu-devel] [PULL 05/16] tap: Drop tap_can_send
` [Qemu-devel] [PULL 06/16] Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
` [Qemu-devel] [PULL 07/16] main-loop: Drop qemu_set_fd_handler2
` [Qemu-devel] [PULL 08/16] alsaaudio: Remove unused error handling of qemu_set_fd_handler
` [Qemu-devel] [PULL 09/16] oss: "
` [Qemu-devel] [PULL 10/16] xen_backend: "
` [Qemu-devel] [PULL 11/16] event-notifier: Always return 0 for posix implementation
` [Qemu-devel] [PULL 12/16] iohandler: Change return type of qemu_set_fd_handler to "void"
` [Qemu-devel] [PULL 13/16] rocker: Add support for phys name
` [Qemu-devel] [PULL 14/16] rocker: update tests using hw-derived interface names
` [Qemu-devel] [PULL 15/16] rocker: bring link up/down on PHY enable/disable
` [Qemu-devel] [PULL 16/16] qmp/hmp: add rocker device support

[Qemu-devel] [PATCH] linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
 2015-06-12 12:42 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/12] -audiodev option
 2015-06-12 12:33 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/12] audio: remove LOG_TO_MONITOR along with default_mon
` [Qemu-devel] [PATCH 02/12] audio: remove plive
` [Qemu-devel] [PATCH 03/12] dsoundaudio: remove *_retries kludges
` [Qemu-devel] [PATCH 04/12] dsoundaudio: remove primary buffer
` [Qemu-devel] [PATCH 05/12] alsaaudio: use trace events instead of verbose
` [Qemu-devel] [PATCH 06/12] ossaudio: use trace events instead of debug config flag
` [Qemu-devel] [PATCH 07/12] qapi: qapi for audio backends
` [Qemu-devel] [PATCH 08/12] qapi: support nested structs in OptsVisitor
` [Qemu-devel] [PATCH 09/12] opts: do not print separator before first item in qemu_opts_print
` [Qemu-devel] [PATCH 10/12] qapi: AllocVisitor
` [Qemu-devel] [PATCH 11/12] audio: use qapi AudioFormat instead of audfmt_e
` [Qemu-devel] [PATCH 12/12] audio: -audiodev command line option

[Qemu-devel] [PATCH v4 0/4] rocker device updates
 2015-06-12 12:28 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/arm/boot: fix rom_reset notifier registration order
 2015-06-12 12:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/1] balloon: add a feature bit to let Guest OS deflate
 2015-06-12 11:56 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/1] balloon: add a feature bit to let Guest OS deflate balloon on oom

[Qemu-devel] [PATCH v3 2/2] vhost user: Add RARP injection for legacy guest
 2015-06-12 11:53 UTC  (13+ messages)

[Qemu-devel] [PULL v2 00/21] migration pull request
 2015-06-12 11:48 UTC  (2+ messages)

[Qemu-devel] [RFC] QOM design - add instance data to Object
 2015-06-12 11:33 UTC 

[Qemu-devel] USB pass through via usb-host
 2015-06-12 10:55 UTC  (2+ messages)

[Qemu-devel] [PULL 00/11] sh4-next queue
 2015-06-12 10:40 UTC  (12+ messages)
` [Qemu-devel] [PULL 01/11] linux-user: Default sh4 to sh7785
` [Qemu-devel] [PULL 02/11] linux-user: Add HWCAP for SH4
` [Qemu-devel] [PULL 03/11] sh4/r2d: convert to new MMIO accessor style
` [Qemu-devel] [PULL 04/11] target-sh4: use bit number for SR constants
` [Qemu-devel] [PULL 05/11] target-sh4: Split out T from SR
` [Qemu-devel] [PULL 06/11] target-sh4: optimize addc using add2
` [Qemu-devel] [PULL 07/11] target-sh4: optimize subc using sub2
` [Qemu-devel] [PULL 08/11] target-sh4: optimize negc using add2 and sub2
` [Qemu-devel] [PULL 09/11] target-sh4: split out Q and M from of SR and optimize div1
` [Qemu-devel] [PULL 10/11] target-sh4: factorize fmov implementation
` [Qemu-devel] [PULL 11/11] target-sh4: remove dead code

[Qemu-devel] [PATCH v2 RFC 0/8] block: persistent dirty bitmaps
 2015-06-12 10:36 UTC  (16+ messages)
` [Qemu-devel] [PATCH 1/8] spec: add qcow2-dirty-bitmaps specification

[Qemu-devel] [RFC 0/9] block: incremental backup transactions using BlockJobTxn
 2015-06-12 10:09 UTC  (10+ messages)
` [Qemu-devel] [RFC 1/9] qapi: Add transaction support to block-dirty-bitmap operations
` [Qemu-devel] [RFC 2/9] iotests: add transactional incremental backup test
` [Qemu-devel] [RFC 3/9] block: rename BlkTransactionState and BdrvActionOps
` [Qemu-devel] [RFC 4/9] block: keep bitmap if incremental backup job is cancelled
` [Qemu-devel] [RFC 5/9] block: add block job transactions
` [Qemu-devel] [RFC 6/9] blockdev: make BlockJobTxn available to qmp 'transaction'
` [Qemu-devel] [RFC 7/9] block/backup: support block job transactions
` [Qemu-devel] [RFC 8/9] iotests: 124 - transactional failure test
` [Qemu-devel] [RFC 9/9] qmp-commands.hx: Update the supported 'transaction' operations

[Qemu-devel] [PULL 00/22] target-arm queue
 2015-06-12 10:04 UTC  (6+ messages)
` [Qemu-devel] [PULL 20/22] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier

[Qemu-devel] [Bug 1463812] [NEW] qemu-system-ppc64 V2.30 cause RHEL5.9 disk corruption
 2015-06-12  9:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1463812] "

[Qemu-devel] [PATCH v2] net:Enable vhost with vhostforce, vhost options for guests without MSI-X support
 2015-06-12  9:22 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/1] linux-user: fix the breakpoint inheritance in spawned threads
 2015-06-12  9:24 UTC 

[Qemu-devel] [RFC PATCH v1 0/4] Refactoring pc_dimm_plug and NUMA node lookup API
 2015-06-12  9:00 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v1 1/4] pc, pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine
` [Qemu-devel] [RFC PATCH v1 2/4] numa, pc-dimm: Store pc-dimm memory information in numa_info
` [Qemu-devel] [RFC PATCH v1 3/4] numa: Store boot memory address range in node_info
` [Qemu-devel] [RFC PATCH v1 4/4] numa: API to lookup NUMA node by address

[Qemu-devel] [PATCH v2 0/6] virtio-gpu: pci support bits
 2015-06-12  8:39 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] virtio-gpu: fix error message
` [Qemu-devel] [PATCH v2 2/6] virtio-gpu-pci: add virtio pci support
` [Qemu-devel] [PATCH v2 3/6] virtio-vga: add virtio gpu device with vga compatibility
` [Qemu-devel] [PATCH v2 4/6] virtio-vga: add '-vga virtio' support
` [Qemu-devel] [PATCH v2 5/6] virtio-vga: add vgabios configuration
` [Qemu-devel] [PATCH v2 6/6] [testing-only] virtio-vga: add vgabios binary

[Qemu-devel] where is the definition of cpu_ldub_code() for Softmmu mode?
 2015-06-12  8:25 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/2] monitor+disas: Remove uses of ENV_GET_CPU
 2015-06-12  6:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] monitor: Split mon_get_cpu fn to remove ENV_GET_CPU

[Qemu-devel] qemu freeze, seabios release
 2015-06-12  7:00 UTC  (2+ messages)
` [Qemu-devel] [SeaBIOS] "


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