qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-26 06:56:19 to 2015-06-26 14:51:08 UTC [more...]

[Qemu-devel] [PATCH 00/39] ivshmem server/client, cleanups & test
 2015-06-26 14:49 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/39] char: add qemu_chr_free()
` [Qemu-devel] [PATCH 02/39] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PATCH 03/39] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PATCH 04/39] ivshmem: fix number of bytes to push to fifo
` [Qemu-devel] [PATCH 05/39] ivshmem: factor out the incoming fifo handling
` [Qemu-devel] [PATCH 06/39] ivshmem: remove unnecessary dup()
` [Qemu-devel] [PATCH 07/39] ivshmem: remove superflous ivshmem_attr field
` [Qemu-devel] [PATCH 08/39] ivshmem: remove useless doorbell field
` [Qemu-devel] [PATCH 09/39] ivshmem: more qdev conversion
` [Qemu-devel] [PATCH 10/39] ivshmem: remove last exit(1)
` [Qemu-devel] [PATCH 11/39] ivshmem: increase_dynamic_storage() improvements
` [Qemu-devel] [PATCH 12/39] ivshmem: remove useless ivshmem_update_irq() val argument
` [Qemu-devel] [PATCH 13/39] ivshmem: initialize max_peer to -1
` [Qemu-devel] [PATCH 14/39] ivshmem: remove max_peer field
` [Qemu-devel] [PATCH 15/39] ivshmem: improve debug messages
` [Qemu-devel] [PATCH 16/39] ivshmem: improve error
` [Qemu-devel] [PATCH 17/39] ivshmem: print error on invalid peer id
` [Qemu-devel] [PATCH 18/39] ivshmem: add a warning if eventfd value is 0
` [Qemu-devel] [PATCH 19/39] ivshmem: beautify a bit the code
` [Qemu-devel] [PATCH 20/39] ivshmem: use common return
` [Qemu-devel] [PATCH 21/39] ivshmem: use common is_power_of_2()
` [Qemu-devel] [PATCH 22/39] ivshmem: migrate with VMStateDescription
` [Qemu-devel] [PATCH 23/39] ivshmem: shmfd can be 0
` [Qemu-devel] [PATCH 24/39] ivshmem: check shm isn't already initialized
` [Qemu-devel] [PATCH 25/39] ivshmem: add device description

[Qemu-devel] [RFC PATCH V6 00/18] Multithread TCG
 2015-06-26 14:47 UTC  (19+ messages)
` [Qemu-devel] [RFC PATCH V6 01/18] cpu: make cpu_thread_is_idle public
` [Qemu-devel] [RFC PATCH V6 02/18] replace spinlock by QemuMutex
` [Qemu-devel] [RFC PATCH V6 03/18] remove unused spinlock
` [Qemu-devel] [RFC PATCH V6 04/18] add support for spin lock on POSIX systems exclusively
` [Qemu-devel] [RFC PATCH V6 05/18] protect TBContext with tb_lock
` [Qemu-devel] [RFC PATCH V6 06/18] tcg: remove tcg_halt_cond global variable
` [Qemu-devel] [RFC PATCH V6 07/18] Drop global lock during TCG code execution
` [Qemu-devel] [RFC PATCH V6 08/18] cpu: remove exit_request global
` [Qemu-devel] [RFC PATCH V6 09/18] cpu: add a tcg_executing flag
` [Qemu-devel] [RFC PATCH V6 10/18] tcg: switch on multithread
` [Qemu-devel] [RFC PATCH V6 11/18] cpus: make qemu_cpu_kick_thread public
` [Qemu-devel] [RFC PATCH V6 12/18] Use atomic cmpxchg to atomically check the exclusive value in a STREX
` [Qemu-devel] [RFC PATCH V6 13/18] cpu: introduce async_run_safe_work_on_cpu
` [Qemu-devel] [RFC PATCH V6 14/18] add a callback when tb_invalidate is called
` [Qemu-devel] [RFC PATCH V6 15/18] cpu: introduce tlb_flush*_all
` [Qemu-devel] [RFC PATCH V6 16/18] arm: use tlb_flush*_all
` [Qemu-devel] [RFC PATCH V6 17/18] translate-all: introduces tb_flush_safe
` [Qemu-devel] [RFC PATCH V6 18/18] translate-all: (wip) use tb_flush_safe when we can't alloc more tb

[Qemu-devel] [PATCH] build-sys: keep current config.log on --help
 2015-06-26 14:44 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] Implement YIELD to yield in ARM and Thumb translators
 2015-06-26 14:35 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/16] ahci: ncq cleanup, part 2
 2015-06-26 14:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/16] ide: add limit to .prepare_buf()

[Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements
 2015-06-26 14:28 UTC  (19+ messages)
` [Qemu-devel] [PULL 01/17] virito-pci: fix OVERRUN problem
` [Qemu-devel] [PULL 02/17] qdev: fix OVERFLOW_BEFORE_WIDEN
` [Qemu-devel] [PULL 03/17] balloon: add a feature bit to let Guest OS deflate balloon on oom
` [Qemu-devel] [PULL 04/17] vhost: correctly pass error to caller in vhost_dev_enable_notifiers()
` [Qemu-devel] [PULL 05/17] MAINTAINERS: add ACPI entry
` [Qemu-devel] [PULL 06/17] pc: cleanup and convert TMP ACPI device description to AML API
` [Qemu-devel] [PULL 07/17] add pci-bridge-seat
` [Qemu-devel] [PULL 08/17] migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()
` [Qemu-devel] [PULL 09/17] hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()
` [Qemu-devel] [PULL 10/17] hw/pci-bridge: add macro for "chassis_nr" property
` [Qemu-devel] [PULL 11/17] hw/pci-bridge: add macro for "msi" property
` [Qemu-devel] [PULL 12/17] hw/pci: introduce shpc_present() helper function
` [Qemu-devel] [PULL 13/17] hw/pci-bridge: introduce "shpc" property
` [Qemu-devel] [PULL 14/17] hw/pci-bridge: disable SHPC in PXB
` [Qemu-devel] [PULL 15/17] hw/core: explicit OFW unit address callback for SysBusDeviceClass
` [Qemu-devel] [PULL 16/17] hw/pci-bridge: format special OFW unit address for PXB host
` [Qemu-devel] [PULL 17/17] Fix glib_subprocess test

[Qemu-devel] [PATCH] refresh filename after the node is replaced
 2015-06-26 14:27 UTC  (3+ messages)

[Qemu-devel] [PATCH] tests: check the error of _thread_new
 2015-06-26 14:13 UTC 

[Qemu-devel] [PATCH v3 0/2] Fix slow startup with many disks
 2015-06-26 14:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/2] virtio-blk: Use blk_drain() to drain IO requests

[Qemu-devel] [PATCH v7 0/8] block: Mirror discarded sectors
 2015-06-26 13:58 UTC  (10+ messages)
    ` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1
 2015-06-26 13:57 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] target-arm queue
 2015-06-26 13:31 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] hw/arm/virt-acpi-build: Fix table revision and some comments
` [Qemu-devel] [PULL 2/7] hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT table
` [Qemu-devel] [PULL 3/7] target-arm: default empty semihosting cmdline
` [Qemu-devel] [PULL 4/7] target-arm: A64: Print ELR when taking exceptions
` [Qemu-devel] [PULL 5/7] qdev-properties-system: Change set_pointer's parse callback to use Error
` [Qemu-devel] [PULL 6/7] qdev-properties-system: Improve error message for drive assignment conflict
` [Qemu-devel] [PULL 7/7] hw/arm/virt: Make block devices default to virtio

[Qemu-devel] [PATCH for-2.4] block: keep bitmap if incremental backup job is cancelled
 2015-06-26 13:04 UTC  (5+ messages)
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/3] update CMOS for ISA-FDC with iobase=0x3f0
 2015-06-26 12:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/3] hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOS

[Qemu-devel] [RESEND PATCH v16 0/6] KVM platform device passthrough
 2015-06-26 12:19 UTC  (10+ messages)
` [Qemu-devel] [RESEND PATCH v16 3/6] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [Qemu-devel] [RESEND PATCH v16 4/6] intc: arm_gic_kvm: set the qemu_irq/gsi mapping
` [Qemu-devel] [RESEND PATCH v16 6/6] hw/vfio/platform: add irqfd support

[Qemu-devel] [PATCH 0/2] dataplane: cross-endian fixes
 2015-06-26 12:18 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc()
` [Qemu-devel] [PATCH 2/2] dataplane: fix cross-endian issues

[Qemu-devel] [PULL 00/20] target-mips queue
 2015-06-26 12:13 UTC  (22+ messages)
` [Qemu-devel] [PULL 01/20] include/softmmu-semi.h: Make semihosting support 64-bit clean
` [Qemu-devel] [PULL 02/20] hw/mips: Do not clear BEV for MIPS malta kernel load
` [Qemu-devel] [PULL 03/20] target-mips: remove identical code in different branch
` [Qemu-devel] [PULL 04/20] target-mips: add Unified Hosting Interface (UHI) support
` [Qemu-devel] [PULL 05/20] target-mips: convert host to MIPS errno values when required
` [Qemu-devel] [PULL 06/20] target-mips: fix {RD, WR}PGPR in microMIPS
` [Qemu-devel] [PULL 07/20] target-mips: add microMIPS TLBINV, TLBINVF
` [Qemu-devel] [PULL 08/20] target-mips: remove an unused argument
` [Qemu-devel] [PULL 09/20] target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP
` [Qemu-devel] [PULL 10/20] target-mips: rearrange gen_compute_compact_branch
` [Qemu-devel] [PULL 11/20] target-mips: raise RI exceptions when FIR.PS = 0
` [Qemu-devel] [PULL 12/20] target-mips: signal RI for removed instructions in microMIPS R6
` [Qemu-devel] [PULL 13/20] target-mips: add microMIPS32 R6 opcode enum
` [Qemu-devel] [PULL 14/20] target-mips: microMIPS32 R6 branches and jumps
` [Qemu-devel] [PULL 15/20] target-mips: microMIPS32 R6 POOL32A{XF} instructions
` [Qemu-devel] [PULL 16/20] target-mips: microMIPS32 R6 POOL32F instructions
` [Qemu-devel] [PULL 17/20] target-mips: microMIPS32 R6 POOL32{I, C} instructions
` [Qemu-devel] [PULL 18/20] target-mips: microMIPS32 R6 Major instructions
` [Qemu-devel] [PULL 19/20] target-mips: microMIPS32 R6 POOL16{A, C} instructions
` [Qemu-devel] [PULL 20/20] target-mips: add mips32r6-generic CPU definition

[Qemu-devel] [PATCH] dataplane: drop copy_in_vring_desc()
 2015-06-26 12:11 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support
 2015-06-26 12:07 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/5] Refactoring pc_dimm_plug and NUMA node lookup API
 2015-06-26 12:02 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/5] pc, pc-dimm: Extract hotplug related fields in PCMachineState to a structure
` [Qemu-devel] [PATCH v3 2/5] pc, pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine
` [Qemu-devel] [PATCH v3 3/5] numa, pc-dimm: Store pc-dimm memory information in numa_info

[Qemu-devel] [PATCH] block/nfs: limit maximum readahead size to 1MB
 2015-06-26 11:14 UTC 

[Qemu-devel] [PATCH V2] block/iscsi: restore compatiblity with libiscsi 1.9.0
 2015-06-26 11:18 UTC  (2+ messages)

[Qemu-devel] [PATCH V2] block/nfs: add support for setting debug level
 2015-06-26 11:06 UTC 

[Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails
 2015-06-26 11:03 UTC  (5+ messages)

[Qemu-devel] [PATCH for-2.4 0/8] s390x patches for 2.4
 2015-06-26 10:47 UTC  (9+ messages)
` [Qemu-devel] [PATCH for-2.4 1/8] virtio-ccw: complete handling of guest-initiated resets
` [Qemu-devel] [PATCH for-2.4 2/8] css: mss/mcss-e vs. migration
` [Qemu-devel] [PATCH for-2.4 3/8] s390-ccw.img: Consume service interrupts
` [Qemu-devel] [PATCH for-2.4 4/8] s390-ccw.img: update
` [Qemu-devel] [PATCH for-2.4 5/8] s390x/css: Add a callback for when subchannel gets disabled
` [Qemu-devel] [PATCH for-2.4 6/8] s390x/virtio-ccw: add virtio set-revision call
` [Qemu-devel] [PATCH for-2.4 7/8] s390x/virtio-ccw: support virtio-1 set_vq format
` [Qemu-devel] [PATCH for-2.4 8/8] virtio-ccw: migrate ->revision

[Qemu-devel] [PATCH] block/iscsi: restore compatiblity with libiscsi 1.9.0
 2015-06-26 10:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] avoid a hotplug operation leading migration's source side abort
 2015-06-26 10:09 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] migration: protect migration_bitmap
` [Qemu-devel] [PATCH v2 2/2] migration: extend migration_bitmap

[Qemu-devel] [RESEND PATCH v8 0/4] remove icc bus/bridge
 2015-06-26 10:05 UTC  (15+ messages)
` [Qemu-devel] [RESEND PATCH v8 1/4] apic: map APIC's MMIO region at each CPU's address space
` [Qemu-devel] [RESEND PATCH v8 2/4] hw: add a wrapper for registering reset handler

[Qemu-devel] [PATCH 0/2] avoid a hotplug operation leading migration's source side abort
 2015-06-26  9:57 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/2] migration: protect migration_bitmap
` [Qemu-devel] [PATCH 2/2] migration: extend migration_bitmap

[Qemu-devel] [PATCH 0/2] block: vpc - prevent overflow
 2015-06-26  9:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] block: vpc - prevent overflow if max_table_entries >= 0x40000000
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/5] Network traffic dumping for -netdev, second try
 2015-06-26  9:44 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/5] net/dump: Add support for receive_iov function
` [Qemu-devel] [PATCH 4/5] net/dump: Add dump option for netdev devices

[Qemu-devel] [PATCH] blockjob: add block_job_release function
 2015-06-26  9:37 UTC 

[Qemu-devel] [PATCH] hostmem: fix build failure caused by qerror cleanups
 2015-06-26  9:36 UTC  (3+ messages)

[Qemu-devel] [PATCH] block.c: fix real cdrom detection
 2015-06-26  9:34 UTC  (15+ messages)
                  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH for-2.4] e1000: flush packets when link comes up
 2015-06-26  9:06 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/nfs: add support for setting debug level
 2015-06-26  9:23 UTC  (5+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v4 0/1] Add live migration for vhost user
 2015-06-26  9:22 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 1/1] vhost user: add support of live migration

[Qemu-devel] [PATCH 0/3] Add infrastructure to compute timed averages
 2015-06-26  9:18 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/iscsi: add support for request timeouts
 2015-06-26  9:07 UTC  (4+ messages)

[Qemu-devel] [PATCH] blockdev: no need to drain+flush in hmp_drive_del
 2015-06-26  8:53 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v7 00/42] Postcopy implementation
 2015-06-26  8:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 01/42] Start documenting how postcopy works

[Qemu-devel] [PATCH v5] hmp: add info iothreads command
 2015-06-26  8:07 UTC 

[Qemu-devel] [RFC PATCH] target-arm/psci.c: wake up sleeping CPUs (MTTCG)
 2015-06-26  8:05 UTC  (7+ messages)

[Qemu-devel] [PATCH v8 00/11] Support streaming to an intermediate layer
 2015-06-26  8:01 UTC  (7+ messages)
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH qemu v8 00/14] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-06-26  7:01 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/10] block: incremental backup transactions using BlockJobTxn
 2015-06-26  6:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 10/10] tests: add BlockJobTxn unit test

[Qemu-devel] [PATCH v5 0/6] Memory hotplug for PowerPC sPAPR guests
 2015-06-26  6:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 2/6] spapr: Add LMB DR connectors


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