messages from 2016-05-27 03:05:14 to 2016-05-27 14:09:47 UTC [more...]
[Qemu-devel] [PULL v2 00/31] Misc changes for 2016-05-27
2016-05-27 14:09 UTC (2+ messages)
` [Qemu-devel] [PULL 01/31] Add optionrom compatible with fw_cfg DMA version
[Qemu-devel] [PULL 00/31] Misc changes for 2016-05-27
2016-05-27 14:07 UTC (39+ messages)
` [Qemu-devel] [PULL 01/31] Add optionrom compatible with fw_cfg DMA version
` [Qemu-devel] [PULL 02/31] Revert "memory: Drop FlatRange.romd_mode"
` [Qemu-devel] [PULL 03/31] hw/char: QOM'ify escc.c
` [Qemu-devel] [PULL 04/31] hw/char: QOM'ify etraxfs_ser.c
` [Qemu-devel] [PULL 05/31] hw/char: QOM'ify lm32_juart.c
` [Qemu-devel] [PULL 06/31] hw/char: QOM'ify lm32_uart.c
` [Qemu-devel] [PULL 07/31] hw/char: QOM'ify milkymist-uart.c
` [Qemu-devel] [PULL 08/31] nbd: Don't trim unrequested bytes
` [Qemu-devel] [PULL 09/31] kvm_stat: Remove
` [Qemu-devel] [PULL 10/31] scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
` [Qemu-devel] [PULL 11/31] scsi: mptsas: infinite loop while fetching requests
` [Qemu-devel] [PULL 12/31] scsi: megasas: use appropriate property buffer size
` [Qemu-devel] [PULL 13/31] scsi: megasas: initialise local configuration data buffer
` [Qemu-devel] [PULL 14/31] scsi: megasas: check 'read_queue_head' index value
` [Qemu-devel] [PULL 15/31] block/iscsi: avoid potential overflow of acb->task->cdb
` [Qemu-devel] [PULL 16/31] bt: rewrite csrhci_write to avoid out-of-bounds writes
` [Qemu-devel] [PULL 17/31] docs/atomics: update atomic_read/set comparison with Linux
` [Qemu-devel] [PULL 18/31] atomics: emit an smp_read_barrier_depends() barrier only for Alpha and Thread Sanitizer
` [Qemu-devel] [PULL 19/31] atomics: do not emit consume barrier for atomic_rcu_read
` [Qemu-devel] [PULL 20/31] docs/atomics: update comparison with Linux
` [Qemu-devel] [PULL 21/31] xen-hvm: ignore background I/O sections
` [Qemu-devel] [PULL 22/31] scsi-disk: introduce a common base class
` [Qemu-devel] [PULL 23/31] scsi-disk: introduce dma_readv and dma_writev
` [Qemu-devel] [PULL 24/31] scsi-disk: add need_fua_emulation to SCSIDiskClass
` [Qemu-devel] [PULL 25/31] scsi-disk: introduce scsi_disk_req_check_error
` [Qemu-devel] [PULL 26/31] scsi-block: always use SG_IO
` [Qemu-devel] [PULL 27/31] scsi-generic: Merge block max xfer len in INQUIRY response
` [Qemu-devel] [PULL 28/31] memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
` [Qemu-devel] [PULL 29/31] exec: remove ram_addr argument from qemu_ram_block_from_host
` [Qemu-devel] [PULL 30/31] memory: split memory_region_from_host from qemu_ram_addr_from_host
` [Qemu-devel] [PULL 31/31] exec: hide mr->ram_addr from qemu_get_ram_ptr users
[Qemu-devel] [PULL v2 00/38] linux-user pull request
2016-05-27 14:03 UTC (40+ messages)
` [Qemu-devel] [PULL v2 01/38] linux-user: Check array bounds in errno conversion
` [Qemu-devel] [PULL v2 02/38] linux-user: Consistently return host errnos from do_openat()
` [Qemu-devel] [PULL v2 03/38] linux-user: Reindent signal handling
` [Qemu-devel] [PULL v2 04/38] linux-user: Define TARGET_ERESTART* errno values
` [Qemu-devel] [PULL v2 05/38] linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
` [Qemu-devel] [PULL v2 06/38] linux-user: Support for restarting system calls for x86 targets
` [Qemu-devel] [PULL v2 07/38] linux-user: Support for restarting system calls for ARM targets
` [Qemu-devel] [PULL v2 08/38] linux-user: Support for restarting system calls for MIPS targets
` [Qemu-devel] [PULL v2 09/38] linux-user: Support for restarting system calls for PPC targets
` [Qemu-devel] [PULL v2 10/38] linux-user: Support for restarting system calls for SPARC targets
` [Qemu-devel] [PULL v2 11/38] linux-user: Support for restarting system calls for SH4 targets
` [Qemu-devel] [PULL v2 12/38] linux-user: Support for restarting system calls for Alpha targets
` [Qemu-devel] [PULL v2 13/38] linux-user: Support for restarting system calls for UniCore32 targets
` [Qemu-devel] [PULL v2 14/38] linux-user: Support for restarting system calls for OpenRISC targets
` [Qemu-devel] [PULL v2 15/38] linux-user: Support for restarting system calls for M68K targets
` [Qemu-devel] [PULL v2 16/38] linux-user: Support for restarting system calls for S390 targets
` [Qemu-devel] [PULL v2 17/38] linux-user: Support for restarting system calls for CRIS targets
` [Qemu-devel] [PULL v2 18/38] linux-user: Support for restarting system calls for tilegx targets
` [Qemu-devel] [PULL v2 19/38] linux-user: Set r14 on exit from microblaze syscall
` [Qemu-devel] [PULL v2 20/38] linux-user: Support for restarting system calls for Microblaze targets
` [Qemu-devel] [PULL v2 21/38] linux-user: Add debug code to exercise restarting system calls
` [Qemu-devel] [PULL v2 22/38] linux-user: Provide safe_syscall for fixing races between signals and syscalls
` [Qemu-devel] [PULL v2 23/38] linux-user: Use safe_syscall for read and write system calls
` [Qemu-devel] [PULL v2 24/38] linux-user: Use safe_syscall for open and openat "
` [Qemu-devel] [PULL v2 25/38] linux-user: Use safe_syscall for wait "
` [Qemu-devel] [PULL v2 26/38] linux-user: Use safe_syscall for execve syscall
` [Qemu-devel] [PULL v2 27/38] linux-user: Use safe_syscall for pselect, select syscalls
` [Qemu-devel] [PULL v2 28/38] linux-user: Use safe_syscall for futex syscall
` [Qemu-devel] [PULL v2 29/38] linux-user: Handle negative values in timespec conversion
` [Qemu-devel] [PULL v2 30/38] linux-user: Handle msgrcv error case correctly
` [Qemu-devel] [PULL v2 31/38] linux-user: Use g_try_malloc() in do_msgrcv()
` [Qemu-devel] [PULL v2 32/38] linux-user: x86_64: Don't use 16-bit UIDs
` [Qemu-devel] [PULL v2 33/38] linux-user: Use direct syscalls for setuid(), etc
` [Qemu-devel] [PULL v2 34/38] linux-user: arm: Remove ARM_cpsr and similar #defines
` [Qemu-devel] [PULL v2 35/38] linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
` [Qemu-devel] [PULL v2 36/38] linux-user/signal.c: Use target address instead of host address for microblaze restorer
` [Qemu-devel] [PULL v2 37/38] linux-user/signal.c: Use s390 target space address instead of host space
` [Qemu-devel] [PULL v2 38/38] linux-user, target-ppc: fix use of MSR_LE
[Qemu-devel] [RFC v2 00/11] Base enabling patches for MTTCG
2016-05-27 13:57 UTC (3+ messages)
` [Qemu-devel] [RFC v2 11/11] tcg: enable thread-per-vCPU
[Qemu-devel] [PATCH v3] linux-user: Fix qemu-binfmt-conf.h to store config across reboot
2016-05-27 13:56 UTC (6+ messages)
[Qemu-devel] [PATCH v6 00/15] tests: Introducing docker tests
2016-05-27 13:54 UTC (16+ messages)
` [Qemu-devel] [PATCH v6 01/15] tests: Add utilities for docker testing
` [Qemu-devel] [PATCH v6 02/15] rules.mak: Add "COMMA" constant
` [Qemu-devel] [PATCH v6 03/15] rules.mak: Avoid double include
` [Qemu-devel] [PATCH v6 04/15] Makefile: Rules for docker testing
` [Qemu-devel] [PATCH v6 05/15] docker: Add images
` [Qemu-devel] [PATCH v6 06/15] docker: Add test runner
` [Qemu-devel] [PATCH v6 07/15] docker: Add common.rc
` [Qemu-devel] [PATCH v6 08/15] docker: Add quick test
` [Qemu-devel] [PATCH v6 09/15] docker: Add full test
` [Qemu-devel] [PATCH v6 10/15] docker: Add clang test
` [Qemu-devel] [PATCH v6 11/15] docker: Add mingw test
` [Qemu-devel] [PATCH v6 12/15] docker: Add travis tool
` [Qemu-devel] [PATCH v6 13/15] docs: Add text for tests/docker in build-system.txt
` [Qemu-devel] [PATCH v6 14/15] docker: Add EXTRA_CONFIGURE_OPTS
` [Qemu-devel] [PATCH v6 15/15] MAINTAINERS: Add tests/docker
[Qemu-devel] [PULL 00/14] docker queue
2016-05-27 13:46 UTC (19+ messages)
` [Qemu-devel] [PULL 01/14] tests: Add utilities for docker testing
` [Qemu-devel] [PULL 02/14] rules.mak: Add "COMMA" constant
` [Qemu-devel] [PULL 03/14] Makefile: Rules for docker testing
` [Qemu-devel] [PULL 04/14] docker: Add images
` [Qemu-devel] [PULL 05/14] docker: Add test runner
` [Qemu-devel] [PULL 06/14] docker: Add common.rc
` [Qemu-devel] [PULL 07/14] docker: Add quick test
` [Qemu-devel] [PULL 08/14] docker: Add full test
` [Qemu-devel] [PULL 09/14] docker: Add clang test
` [Qemu-devel] [PULL 10/14] docker: Add mingw test
` [Qemu-devel] [PULL 11/14] docker: Add travis tool
` [Qemu-devel] [PULL 12/14] docs: Add text for tests/docker in build-system.txt
` [Qemu-devel] [PULL 13/14] docker: Add EXTRA_CONFIGURE_OPTS
` [Qemu-devel] [PULL 14/14] MAINTAINERS: Add tests/docker
[Qemu-devel] [QESTION] target-i386/kvm: vmx realization
2016-05-27 13:20 UTC (3+ messages)
[Qemu-devel] [virtio-net] migration
2016-05-27 12:59 UTC
[Qemu-devel] [PATCH v5 00/27] block: Lock images when opening
2016-05-27 12:36 UTC (12+ messages)
` [Qemu-devel] [PATCH v5 06/27] block: Make bdrv_reopen_{commit, abort} private functions
` [Qemu-devel] [PATCH v5 07/27] block: Handle image locking during reopen
` [Qemu-devel] [PATCH v5 11/27] raw-posix: Implement .bdrv_lockf
[Qemu-devel] [RFC PATCH 0/2] Support building qemu-user powered docker test images
2016-05-27 12:27 UTC (6+ messages)
` [Qemu-devel] [RFC PATCH 1/2] tests/docker/docker.py: support --qemu option
` [Qemu-devel] [RFC PATCH 2/2] add debian-bootstrap.docker target
[Qemu-devel] [PATCH 0/9] virtio-blk: multiqueue support
2016-05-27 11:55 UTC (2+ messages)
` [Qemu-devel] [RFC] virtio-blk: simple multithreaded MQ implementation for bdrv_raw
[Qemu-devel] [PATCH 0/6] Drop the qemu_char_get_next_serial function
2016-05-27 11:36 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/6] hw/char: QOM'ify pl011 model
[Qemu-devel] [PATCH v4 0/1] Introduce "xen-load-devices-state"
2016-05-27 11:18 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 1/1] "
[Qemu-devel] [PATCH 0/3] PPC/KVM support higher vCPU ids
2016-05-27 11:16 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/3] PPC/KVM: early validation of vcpu id
` [Qemu-devel] [PATCH 3/3] KVM: use KVM_CAP_MAX_VCPU_ID
[Qemu-devel] [PATCH 0/4] Misc block job patches
2016-05-27 11:12 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/4] block: use the block job list in bdrv_drain_all()
` [Qemu-devel] [PATCH 2/4] block: use the block job list in qmp_query_block_jobs()
` [Qemu-devel] [PATCH 3/4] block: Prevent sleeping jobs from resuming if they have been paused
` [Qemu-devel] [PATCH 4/4] block: Create the commit block job before reopening any image
[Qemu-devel] [PATCH v2 00/12] tcg: Add fence opcode
2016-05-27 11:05 UTC (10+ messages)
` [Qemu-devel] [PATCH v2 01/12] Introduce TCGOpcode for fence instruction
` [Qemu-devel] [PATCH v2 03/12] tcg/aarch64: Add support for fence
` [Qemu-devel] [PATCH v2 10/12] tcg/tci: "
[Qemu-devel] [RFC PATCH v4 0/3] Add Mediated device support[was: Add vGPU support]
2016-05-27 11:02 UTC (12+ messages)
` [Qemu-devel] [RFC PATCH v4 1/3] Mediated device Core driver
` [Qemu-devel] [RFC PATCH v4 2/3] VFIO driver for mediated PCI device
[Qemu-devel] [PATCH RFC v2 QEMU] balloon: speed up inflating & deflating process
2016-05-27 10:36 UTC
[Qemu-devel] [PATCH RFC v2 kernel] balloon: speed up inflating/deflating process
2016-05-27 10:34 UTC
[Qemu-devel] [PULL 00/28] migration: support for TLS
2016-05-27 10:02 UTC (4+ messages)
` [Qemu-devel] [PULL 25/28] migration: define 'tls-creds' and 'tls-hostname' migration parameters
[Qemu-devel] [PULL 00/13] ppc-for-2.7 queue 20160527
2016-05-27 9:56 UTC (12+ messages)
` [Qemu-devel] [PULL 01/13] target-ppc: Correct KVM synchronization for ppc_hash64_set_external_hpt()
` [Qemu-devel] [PULL 03/13] target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate
` [Qemu-devel] [PULL 05/13] hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffers
` [Qemu-devel] [PULL 06/13] hw/net/spapr_llan: Provide counter with dropped rx frames to the guest
` [Qemu-devel] [PULL 08/13] PPC/KVM: early validation of vcpu id
` [Qemu-devel] [PULL 09/13] spapr: ensure device trees are always associated with DRC
` [Qemu-devel] [PULL 10/13] spapr_pci: Use correct DMA LIOBN when composing the device tree
` [Qemu-devel] [PULL 11/13] spapr_iommu: Finish renaming vfio_accel to need_vfio
` [Qemu-devel] [PULL 12/13] spapr_iommu: Move table allocation to helpers
` [Qemu-devel] [PULL 13/13] MAINTAINERS: Add David Gibson as ppc maintainer
[Qemu-devel] [for-2.7 PATCH v3 00/15] Core based CPU hotplug for PowerPC sPAPR
2016-05-27 9:51 UTC (5+ messages)
` [Qemu-devel] [for-2.7 PATCH v3 01/15] exec: Remove cpu from cpus list during cpu_exec_exit()
[Qemu-devel] [PULL V3 00/20] Net patches
2016-05-27 9:03 UTC (4+ messages)
[Qemu-devel] [PATCH V2] block/io: optimize bdrv_co_pwritev for small requests
2016-05-27 8:55 UTC (8+ messages)
[Qemu-devel] [PATCH 0/2] macio: switch over to new byte-aligned DMA helpers
2016-05-27 8:48 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] dma-helpers.c: [HACK] disable iovec truncation to nearest sector size
` [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers
[Qemu-devel] [PATCH] qcow2 resize with snapshot
2016-05-27 8:14 UTC
[Qemu-devel] [PATCH 00/12] ppc: preparing pnv landing (round 2)
2016-05-27 8:10 UTC (7+ messages)
` [Qemu-devel] [PATCH 07/12] ppc: Better figure out if processor has HV mode
` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [Qemu-ppc] [PATCH 00/12] ppc: preparing pnv landing (round 2)
[Qemu-devel] [PATCH qemu v16 00/19] spapr: vfio: Enable Dynamic DMA windows (DDW)
2016-05-27 8:01 UTC (19+ messages)
` [Qemu-devel] [PATCH qemu v16 04/19] vmstate: Define VARRAY with VMS_ALLOC
` [Qemu-devel] [PATCH qemu v16 08/19] spapr_iommu: Introduce "enabled" state for TCE table
` [Qemu-devel] [PATCH qemu v16 18/19] vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
` [Qemu-devel] [PATCH qemu v16 19/19] spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
[Qemu-devel] [Bug 1525682] [NEW] configure: fix POSIX compatibility issue
2016-05-27 7:39 UTC (2+ messages)
` [Qemu-devel] [Bug 1525682] "
[Qemu-devel] [PATCH] target-ppc/fpu_helper: Fix efscmp* instructions handling
2016-05-27 7:43 UTC (3+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [Bug 1550503] [NEW] target-arm/helper.c:5493: bad test ?
2016-05-27 7:32 UTC (2+ messages)
` [Qemu-devel] [Bug 1550503] "
[Qemu-devel] [Bug 1577841] [NEW] target-mips/helper.c:542: bad sizeof ?
2016-05-27 7:24 UTC (2+ messages)
` [Qemu-devel] [Bug 1577841] "
[Qemu-devel] [PATCH v19 00/10] Block replication for continuous checkpoints
2016-05-27 7:23 UTC (3+ messages)
[Qemu-devel] [PATCHv3] sysbus: Remove ignored return value of FindSysbusDeviceFunc
2016-05-27 5:14 UTC
[Qemu-devel] [PATCH] hw/timer: Add value matching support to aspeed_timer
2016-05-27 5:08 UTC
[Qemu-devel] [PATCH] Fix configure test for PBKDF2 in nettle
2016-05-27 4:53 UTC
[Qemu-devel] PR KVM and TM issues
2016-05-27 4:52 UTC (5+ messages)
` [Qemu-devel] [PATCH] spapr: Don't set the TM ibm, pa-features bit in PR KVM mode
` [Qemu-devel] [PATCH v2] "
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).