messages from 2013-09-15 10:44:37 to 2013-09-16 15:57:18 UTC [more...]
[Qemu-devel] [PATCH] qdev-monitor: Avoid exiting when hot-plugging two devices with the same bootindex value
2013-09-16 15:59 UTC (11+ messages)
[Qemu-devel] [PATCH] qom: helper macro for adding read-only properties
2013-09-16 15:56 UTC (9+ messages)
[Qemu-devel] [PATCH v4 00/33] tcg-aarch64 improvements
2013-09-16 15:50 UTC (26+ messages)
` [Qemu-devel] [PATCH v4 03/33] tcg-aarch64: Don't handle mov/movi in tcg_out_op
` [Qemu-devel] [PATCH v4 04/33] tcg-aarch64: Hoist common argument loads "
` [Qemu-devel] [PATCH v4 06/33] tcg-aarch64: Merge enum aarch64_srr_opc with AArch64Insn
` [Qemu-devel] [PATCH v4 07/33] tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp
` [Qemu-devel] [PATCH v4 08/33] tcg-aarch64: Introduce tcg_fmt_Rdnm and tcg_fmt_Rdnm_lsl
` [Qemu-devel] [PATCH v4 09/33] tcg-aarch64: Introduce tcg_fmt_Rdn_aimm
` [Qemu-devel] [PATCH v4 10/33] tcg-aarch64: Implement mov with tcg_fmt_* functions
` [Qemu-devel] [PATCH v4 11/33] tcg-aarch64: Handle constant operands to add, sub, and compare
` [Qemu-devel] [PATCH v4 22/33] tcg-aarch64: Use MOVN in tcg_out_movi
` [Qemu-devel] [PATCH v4 33/33] tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check
[Qemu-devel] cpufreq and QEMU guests
2013-09-16 15:46 UTC (5+ messages)
[Qemu-devel] [Question] memory: AddressSpace backed by single IO MemoryRegion
2013-09-16 15:27 UTC (3+ messages)
[Qemu-devel] [PATCH] xhci: Fix number of streams allocated when using streams
2013-09-16 15:23 UTC (2+ messages)
[Qemu-devel] Q35 FreeBSD install status
2013-09-16 15:15 UTC (11+ messages)
[Qemu-devel] [PATCH v5 0/5] Do not set SO_REUSEADDR on Windows
2013-09-16 15:10 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 1/5] util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
` [Qemu-devel] [PATCH v5 2/5] gdbstub: call socket_set_fast_reuse instead of "
` [Qemu-devel] [PATCH v5 3/5] net: "
` [Qemu-devel] [PATCH v5 4/5] slirp: "
` [Qemu-devel] [PATCH v5 5/5] util: "
[Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug
2013-09-16 14:59 UTC (13+ messages)
` [Qemu-devel] [PATCH 1/8] [PATCH RFC v3] s390-qemu: cpu hotplug - Define New SCLP Codes
[Qemu-devel] [Bug 1224444] [NEW] virtio-serial loses writes when used over virtio-mmio
2013-09-16 14:39 UTC (3+ messages)
` [Qemu-devel] [Bug 1224444] "
[Qemu-devel] [PATCH v2 0/4] target-ppc: Tidy sPAPR device tree CPU nodes
2013-09-16 14:16 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/4] target-ppc: Fill in OpenFirmware names for some PowerPCCPU families
[Qemu-devel] [PATCH v4 0/5] Do not set SO_REUSEADDR on Windows
2013-09-16 14:07 UTC (9+ messages)
` [Qemu-devel] [PATCH v4 1/5] util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
` [Qemu-devel] [PATCH v4 2/5] gdbstub: call socket_set_fast_reuse instead of "
` [Qemu-devel] [PATCH v4 3/5] net: "
` [Qemu-devel] [PATCH v4 4/5] slirp: "
` [Qemu-devel] [PATCH v4 5/5] util: "
[Qemu-devel] [PATCH v3] ivshmem: allow the sharing of hugepages
2013-09-16 13:46 UTC
[Qemu-devel] [PATCH RESEND] ivshmem: allow the sharing of hugepages
2013-09-16 13:41 UTC (3+ messages)
[Qemu-devel] [PATCH] linux-user: Emulate SOCK_CLOEXEC/NONBLOCK if unavailable
2013-09-16 13:08 UTC
[Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg
2013-09-16 12:50 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 0/0] "
` [Qemu-devel] [PATCH v2 1/1] "
[Qemu-devel] [PATCH v10 0/8] Shared Library Module Support
2013-09-16 12:36 UTC (33+ messages)
` [Qemu-devel] [PATCH v10 1/8] ui/Makefile.objs: delete unnecessary cocoa.o dependency
` [Qemu-devel] [PATCH v10 2/8] make.rule: fix $(obj) to a real relative path
` [Qemu-devel] [PATCH v10 3/8] rule.mak: allow per object cflags and libs
` [Qemu-devel] [PATCH v10 4/8] build-sys: introduce common-obj-m and block-obj-m for DSO
` [Qemu-devel] [PATCH v10 5/8] module: implement module loading
` [Qemu-devel] [PATCH v10 6/8] Makefile: install modules with "make install"
` [Qemu-devel] [PATCH v10 7/8] .gitignore: ignore module related files (dll, so, mo)
` [Qemu-devel] [PATCH v10 8/8] block: convert block drivers linked with libs to modules
[Qemu-devel] [PATCH 00/12] block: logical block provisioning enhancements
2013-09-16 11:37 UTC (14+ messages)
` [Qemu-devel] [PATCH 05/12] block: add logical block provisioning information to BlockDriverInfo
` [Qemu-devel] [PATCH 08/12] qemu-img: conditionally zero out target on convert
` [Qemu-devel] [PATCH 12/12] block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks
[Qemu-devel] Block Filters
2013-09-16 11:00 UTC (9+ messages)
[Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support
2013-09-16 10:43 UTC (7+ messages)
` [Qemu-devel] [RFC 4/4] disas: implement host disassembly output for aarch64
[Qemu-devel] [PATCH v2 0/5] lsi: small cleanup and add 53C810 variant
2013-09-16 10:43 UTC (2+ messages)
[Qemu-devel] [PATCH v5 0/3] pci: partially implement master abort protocol
2013-09-16 10:19 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 1/3] memory: Change MemoryRegion priorities from unsigned to signed
` [Qemu-devel] [PATCH v5 2/3] docs/memory: Explictly state that MemoryRegion priority is signed
` [Qemu-devel] [PATCH v5 3/3] hw/pci: partially handle pci master abort
[Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block
2013-09-16 10:02 UTC (4+ messages)
[Qemu-devel] [RFC qom-cpu v3 00/10] i386: add cpu hot remove support
2013-09-16 8:11 UTC (13+ messages)
` [Qemu-devel] [RFC qom-cpu v3 01/10] x86: move apic_state field from CPUX86State to X86CPU
` [Qemu-devel] [RFC qom-cpu v3 02/10] apic: remove redundant variable 'apic_no' from apic_init_common()
` [Qemu-devel] [RFC qom-cpu v3 03/10] apic: remove local_apics array and using CPU_FOREACH instead
` [Qemu-devel] [RFC qom-cpu v3 04/10] x86: add x86_cpu_unrealizefn() for cpu apic remove
` [Qemu-devel] [RFC qom-cpu v3 05/10] qmp: add 'cpu-del' command support
` [Qemu-devel] [RFC qom-cpu v3 06/10] qom cpu: rename variable 'cpu_added_notifier' to 'cpu_hotplug_notifier'
` [Qemu-devel] [RFC qom-cpu v3 07/10] qom cpu: add UNPLUG cpu notifier support
` [Qemu-devel] [RFC qom-cpu v3 08/10] i386: implement pc interface pc_hot_del_cpu()
` [Qemu-devel] [RFC qom-cpu v3 09/10] piix4: implement function cpu_status_write() for vcpu ejection
` [Qemu-devel] [RFC qom-cpu v3 10/10] cpus: reclaim allocated vCPU objects
[Qemu-devel] [PATCH] tests/.gitignore: ignore test-throttle
2013-09-16 7:38 UTC (2+ messages)
[Qemu-devel] [PATCH v4 0/3] pci: implement upstream master abort protocol
2013-09-16 6:57 UTC (18+ messages)
` [Qemu-devel] [PATCH v4 1/3] memory: allow MemoryRegion's priority field to accept negative values
` [Qemu-devel] [PATCH v4 2/3] docs/memory: Explicitly state that MemoryRegion priority is signed
` [Qemu-devel] [PATCH v4 3/3] hw/pci: handle downstream pci master abort
[Qemu-devel] [PULL 00/42] Block patches
2013-09-16 5:45 UTC (6+ messages)
` [Qemu-devel] [PULL 33/42] block: return BDRV_BLOCK_ZERO past end of backing file
[Qemu-devel] Qemu Boot failure with /dev/ram0
2013-09-16 5:40 UTC
[Qemu-devel] [PATCH v4 00/12] xics: reworks and in-kernel support
2013-09-16 4:10 UTC (4+ messages)
[Qemu-devel] [PATCH v9 0/8] Shared Library Module Support
2013-09-16 1:41 UTC (8+ messages)
` [Qemu-devel] [PATCH v9 5/8] module: implement module loading
[Qemu-devel] [RFC] qcow2 journalling draft
2013-09-15 18:23 UTC (8+ messages)
[Qemu-devel] [PATCH] docs/memory.txt: Clarify and expand priority/overlap documentation
2013-09-15 17:36 UTC (6+ messages)
[Qemu-devel] [PATCH RFC v2 2/2] hw/pci: handle unassigned pci addresses
2013-09-15 17:12 UTC (26+ messages)
[Qemu-devel] [PATCH v2 0/2] KVM: s390: add floating irq controller
2013-09-15 10:47 UTC (3+ messages)
[Qemu-devel] [RFC PATCH 00/47] Describing patchset
2013-09-15 10:43 UTC (8+ messages)
` [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file
[Qemu-devel] [PATCH 0/8] tcg: Tidy helpers registration
2013-09-15 10:44 UTC (4+ messages)
` [Qemu-devel] [PATCH 5/8] tcg: Remove stray semi-colons from target-*/helper.h
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).