messages from 2015-06-26 10:25:46 to 2015-06-26 16:20:11 UTC [more...]
[Qemu-devel] [RFC PATCH V6 00/18] Multithread TCG
2015-06-26 16:20 UTC (42+ 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 00/39] ivshmem server/client, cleanups & test
2015-06-26 16:13 UTC (47+ 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] [PATCH 26/39] ivshmem: fix pci_ivshmem_exit()
` [Qemu-devel] [PATCH 27/39] ivshmem: replace 'guest' for 'peer' appropriately
` [Qemu-devel] [PATCH 28/39] ivshmem: error on too many eventfd received
` [Qemu-devel] [PATCH 29/39] ivshmem: reset mask on device reset
` [Qemu-devel] [PATCH 30/39] contrib: add ivshmem client and server
` [Qemu-devel] [PATCH 31/39] ivshmem-client: check the number of vectors
` [Qemu-devel] [PATCH 32/39] ivshmem-server: use a uint16 for client ID
` [Qemu-devel] [PATCH 33/39] ivshmem-server: include necessary headers
` [Qemu-devel] [PATCH 34/39] docs: update ivshmem device spec
` [Qemu-devel] [PATCH 35/39] ivshmem: add check on protocol version in QEMU
` [Qemu-devel] [PATCH 36/39] contrib: remove unnecessary strdup()
` [Qemu-devel] [PATCH 37/39] msix: implement read-only pba write
` [Qemu-devel] [PATCH 38/39] qtest: add qtest_add_abrt_handler()
` [Qemu-devel] [PATCH 39/39] tests: Add ivshmem qtest
[Qemu-devel] [PATCH 00/16] ahci: ncq cleanup, part 2
2015-06-26 16:11 UTC (14+ messages)
` [Qemu-devel] [PATCH 01/16] ide: add limit to .prepare_buf()
` [Qemu-devel] [PATCH 06/16] ahci: record ncq failures
` [Qemu-devel] [PATCH 12/16] ahci: ncq migration
` [Qemu-devel] [PATCH 13/16] ahci: add get_cmd_header helper
` [Qemu-devel] [PATCH 14/16] ahci: Do not map cmd_fis to generate response
` [Qemu-devel] [PATCH 16/16] ahci: fix sdb fis semantics
[Qemu-devel] [PATCH for-2.3] Revert seccomp tests that allow it to be used on non-x86 architectures
2015-06-26 16:03 UTC (4+ messages)
[Qemu-devel] [PATCH] block.c: fix real cdrom detection
2015-06-26 15:50 UTC (7+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements
2015-06-26 15:46 UTC (20+ 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] Allocate PCI MMIO without BAR requests
2015-06-26 15:32 UTC
[Qemu-devel] [PATCH v17 0/6] KVM platform device passthrough
2015-06-26 15:30 UTC (7+ messages)
` [Qemu-devel] [PATCH v17 1/6] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix
` [Qemu-devel] [PATCH v17 2/6] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [Qemu-devel] [PATCH v17 3/6] intc: arm_gic_kvm: set the qemu_irq/gsi mapping
` [Qemu-devel] [PATCH v17 4/6] sysbus: add irq_routing_notifier
` [Qemu-devel] [PATCH v17 5/6] kvm: some fixes to kvm_resamplefds_allowed
` [Qemu-devel] [PATCH v17 6/6] hw/vfio/platform: add irqfd support
[Qemu-devel] [PATCH] refresh filename after the node is replaced
2015-06-26 15:16 UTC (4+ messages)
[Qemu-devel] [PATCHv2] build-sys: keep current config.log on --help
2015-06-26 15:00 UTC
[Qemu-devel] [PULL 0/7] target-arm queue
2015-06-26 14:57 UTC (9+ 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] 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] 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] [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 (6+ 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 (18+ messages)
` [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 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 (5+ messages)
` [Qemu-devel] [PATCH v3 2/5] pc, pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).