qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-28 17:57:16 to 2016-01-29 13:44:36 UTC [more...]

[Qemu-devel] [PATCH v8 00/16] block: Rework bdrv_close_all()
 2016-01-29 13:44 UTC  (15+ messages)
` [Qemu-devel] [PATCH v8 01/16] block: Release dirty bitmaps in bdrv_close()
` [Qemu-devel] [PATCH v8 02/16] iotests: Add test for eject under NBD server
` [Qemu-devel] [PATCH v8 05/16] virtio-scsi: Catch BDS-BB removal/insertion
` [Qemu-devel] [PATCH v8 06/16] nbd: Switch from close to eject notifier
` [Qemu-devel] [PATCH v8 12/16] blockdev: Keep track of monitor-owned BDS

[Qemu-devel] [PATCH] build: Add include check on syscall.h
 2016-01-29 13:40 UTC  (4+ messages)

[Qemu-devel] [RFC][PATCH v5 0/5] utils: Improve and document error reporting
 2016-01-29 13:33 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/5] util: Introduce error reporting functions with fatal/abort
` [Qemu-devel] [PATCH v5 2/5] util: Use new error_report_fatal/abort instead of error_setg(&error_fatal/abort)
` [Qemu-devel] [PATCH v5 3/5] util: [ppc] Use new error_report_fatal() instead of exit()
` [Qemu-devel] [PATCH v5 4/5] util: [ppc] Use new error_report_abort() instead of abort()
` [Qemu-devel] [PATCH v5 5/5] doc: Introduce coding style for errors

[Qemu-devel] [PATCH] Fix virtio migration
 2016-01-29 13:18 UTC 

[Qemu-devel] [PATCH 1/2] Add VMSTATE_STRUCT_VARRAY_KNOWN
 2016-01-29 13:14 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/2] migration/virtio: Remove simple .get/.put use

[Qemu-devel] [Bug 1538541] [NEW] qcow2 rejects request to use preallocation with backing file
 2016-01-29 13:02 UTC  (2+ messages)
` [Qemu-devel] [Bug 1538541] "

[Qemu-devel] [PATCH COLO-Frame v13 00/39] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-01-29 13:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH COLO-Frame v13 10/39] COLO: Implement colo checkpoint protocol

[Qemu-devel] [PATCH] usb: ehci: add capability mmio write function
 2016-01-29 13:00 UTC 

[Qemu-devel] [PATCH v19 0/9] Virtual Machine Generation ID
 2016-01-29 12:51 UTC  (8+ messages)
` [Qemu-devel] [PATCH v19 3/9] pc: add a Virtual Machine Generation ID device
` [Qemu-devel] [PATCH v19 7/9] machine: add properties to compat_props incrementaly

[Qemu-devel] [PATCH v9 00/37] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-01-29 12:03 UTC  (15+ messages)
` [Qemu-devel] [PATCH v9 07/37] qapi: Improve generated event use of qapi visitor
` [Qemu-devel] [PATCH v9 20/37] qmp: Don't abuse stack to track qmp-output root
` [Qemu-devel] [PATCH v9 35/37] qapi: Change visit_type_FOO() to no longer return partial objects
` [Qemu-devel] [PATCH v9 36/37] RFC: qapi: Adjust layout of FooList types

[Qemu-devel] [PATCH v4 0/5] ARM: Add NUMA support for machine virt
 2016-01-29 11:32 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] blockjob: Fix hang in block_job_finish_sync
 2016-01-29 11:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v4] Add optionrom compatible with fw_cfg DMA version
 2016-01-29 11:12 UTC 

[Qemu-devel] [PATCH v13 00/10] Block replication for continuous checkpoints
 2016-01-29 10:47 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/8] ivshmem: test msi=off, remove CharDriver
 2016-01-29 10:12 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] arm: virt: change GPIO trigger interrupt to pulse
 2016-01-29 10:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v5] qom, qmp, hmp, qapi: create qom-type-prop-list for class properties
 2016-01-29 10:03 UTC  (8+ messages)

[Qemu-devel] [RFC v7 00/16] Slow-path for atomic instruction translation
 2016-01-29  9:32 UTC  (17+ messages)
` [Qemu-devel] [RFC v7 01/16] exec.c: Add new exclusive bitmap to ram_list
` [Qemu-devel] [RFC v7 02/16] softmmu: Simplify helper_*_st_name, wrap unaligned code
` [Qemu-devel] [RFC v7 03/16] softmmu: Simplify helper_*_st_name, wrap MMIO code
` [Qemu-devel] [RFC v7 04/16] softmmu: Simplify helper_*_st_name, wrap RAM code
` [Qemu-devel] [RFC v7 05/16] softmmu: Add new TLB_EXCL flag
` [Qemu-devel] [RFC v7 06/16] qom: cpu: Add CPUClass hooks for exclusive range
` [Qemu-devel] [RFC v7 07/16] softmmu: Add helpers for a new slowpath
` [Qemu-devel] [RFC v7 08/16] softmmu: Honor the new exclusive bitmap
` [Qemu-devel] [RFC v7 09/16] softmmu: Include MMIO/invalid exclusive accesses
` [Qemu-devel] [RFC v7 10/16] softmmu: Protect MMIO exclusive range
` [Qemu-devel] [RFC v7 11/16] tcg: Create new runtime helpers for excl accesses
` [Qemu-devel] [RFC v7 12/16] configure: Use slow-path for atomic only when the softmmu is enabled
` [Qemu-devel] [RFC v7 13/16] softmmu: Add history of excl accesses
` [Qemu-devel] [RFC v7 14/16] target-arm: translate: Use ld/st excl for atomic insns
` [Qemu-devel] [RFC v7 15/16] target-arm: cpu64: use custom set_excl hook
` [Qemu-devel] [RFC v7 16/16] target-arm: aarch64: add atomic instructions

[Qemu-devel] [PATCH] MAINTAINERS: Add section for FPU emulation
 2016-01-29  9:16 UTC  (2+ messages)

[Qemu-devel] VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-01-29  8:49 UTC  (24+ messages)
                                            ` [Qemu-devel] [iGVT-g] "

[Qemu-devel] [PATCH 0/4] fpu: Remove use of int_fast*_t types
 2016-01-29  8:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct
 2016-01-29  8:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] fixes for bdrv_invalidate_cache
 2016-01-29  8:39 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] block: fix assert in qcow2_get_specific_info

[Qemu-devel] [PULL 00/39] ppc-for-2.6 queue 20160129
 2016-01-29  8:02 UTC  (42+ messages)
` [Qemu-devel] [PULL 01/39] target-ppc: Use sensible POWER8/POWER8E versions
` [Qemu-devel] [PULL 02/39] target-ppc: use cpu_write_xer() helper in cpu_post_load
` [Qemu-devel] [PULL 03/39] macio: use the existing IDEDMA aiocb to hold the active DMA aiocb
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PULL 04/39] macio: add dma_active to VMStateDescription
` [Qemu-devel] [PULL 05/39] mac_dbdma: add DBDMA controller state "
` [Qemu-devel] [PULL 06/39] cuda: add missing fields "
` [Qemu-devel] [PULL 07/39] spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_buffer
` [Qemu-devel] [PULL 08/39] spapr: Remove rtas_st_buffer_direct()
` [Qemu-devel] [PULL 09/39] spapr: Remove abuse of rtas_ld() in h_client_architecture_support
` [Qemu-devel] [PULL 10/39] spapr: Don't create ibm, dynamic-reconfiguration-memory w/o DR LMBs
` [Qemu-devel] [PULL 11/39] ppc: Clean up error handling in ppc_set_compat()
` [Qemu-devel] [PULL 12/39] pseries: Clean up error handling of spapr_cpu_init()
` [Qemu-devel] [PULL 13/39] pseries: Clean up error handling in spapr_validate_node_memory()
` [Qemu-devel] [PULL 14/39] pseries: Clean up error handling in spapr_vga_init()
` [Qemu-devel] [PULL 15/39] pseries: Clean up error handling in spapr_rtas_register()
` [Qemu-devel] [PULL 16/39] pseries: Clean up error handling in xics_system_init()
` [Qemu-devel] [PULL 17/39] pseries: Clean up error reporting in ppc_spapr_init()
` [Qemu-devel] [PULL 18/39] pseries: Clean up error reporting in htab migration functions
` [Qemu-devel] [PULL 19/39] target-ppc: kvm: fix floating point registers sync on little-endian hosts
` [Qemu-devel] [PULL 20/39] target-ppc: rename and export maybe_bswap_register()
` [Qemu-devel] [PULL 21/39] target-ppc: gdbstub: fix float registers for little-endian guests
` [Qemu-devel] [PULL 22/39] target-ppc: gdbstub: introduce avr_need_swap()
` [Qemu-devel] [PULL 23/39] target-ppc: gdbstub: fix altivec registers for little-endian guests
` [Qemu-devel] [PULL 24/39] target-ppc: gdbstub: fix spe "
` [Qemu-devel] [PULL 25/39] target-ppc: gdbstub: Add VSX support
` [Qemu-devel] [PULL 26/39] pseries: Allow TCG h_enter to work with hotplugged memory
` [Qemu-devel] [PULL 27/39] cuda.c: return error for unknown commands
` [Qemu-devel] [PULL 28/39] uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) register
` [Qemu-devel] [PULL 29/39] target-ppc: Remove unused kvmppc_read_segment_page_sizes() stub
` [Qemu-devel] [PULL 30/39] target-ppc: Convert mmu-hash{32, 64}.[ch] from CPUPPCState to PowerPCCPU
` [Qemu-devel] [PULL 31/39] target-ppc: Rework ppc_store_slb
` [Qemu-devel] [PULL 32/39] target-ppc: Rework SLB page size lookup
` [Qemu-devel] [PULL 33/39] target-ppc: Use actual page size encodings from HPTE
` [Qemu-devel] [PULL 34/39] target-ppc: Remove unused mmu models from ppc_tlb_invalidate_one
` [Qemu-devel] [PULL 35/39] target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one()
` [Qemu-devel] [PULL 36/39] target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUs
` [Qemu-devel] [PULL 37/39] target-ppc: Helper to determine page size information from hpte alone
` [Qemu-devel] [PULL 38/39] target-ppc: Allow more page sizes for POWER7 & POWER8 in TCG
` [Qemu-devel] [PULL 39/39] target-ppc: Make every FPSCR_ macro have a corresponding FP_ macro

[Qemu-devel] [PATCH v4 0/8] Raspberry Pi 2 support
 2016-01-29  7:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 5/8] bcm2836_control: add bcm2836 ARM control logic
` [Qemu-devel] [PATCH v4 6/8] bcm2836: add bcm2836 soc device
` [Qemu-devel] [PATCH v4 7/8] arm/boot: move highbank secure board setup code to common routine
  ` [Qemu-devel] [PATCH v4 8/8] raspi: add raspberry pi 2 machine

[Qemu-devel] [PATCH v3 00/11] igd passthrough chipset tweaks
 2016-01-29  7:09 UTC  (6+ messages)
` [Qemu-devel] [vfio-users] "
  ` [Qemu-devel] [iGVT-g] "

[Qemu-devel] [PATCH v7 00/13] sPAPR CPU hotplug
 2016-01-29  6:49 UTC  (13+ messages)
` [Qemu-devel] [PATCH v7 01/13] machine: Don't allow CPU toplogies with partially filled cores
` [Qemu-devel] [PATCH v7 02/13] exec: Remove cpu from cpus list during cpu_exec_exit()
` [Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command
` [Qemu-devel] [PATCH v7 13/13] hmp: Add "info ppc-cpu-cores" command

[Qemu-devel] [RFCv2 0/6] PAPR hash page table resizing
 2016-01-29  6:42 UTC  (7+ messages)
` [Qemu-devel] [RFCv2 1/6] pseries: Simplify handling of the hash page table fd
` [Qemu-devel] [RFCv2 2/6] pseries: Move hash page table allocation to reset time
` [Qemu-devel] [RFCv2 3/6] pseries: Stubs for HPT resizing
` [Qemu-devel] [RFCv2 4/6] pseries: Implement "
` [Qemu-devel] [RFCv2 5/6] pseries: Enable HPT resizing for 2.6
` [Qemu-devel] [RFCv2 6/6] pseries: Use smaller default hash page tables when guest can resize

[Qemu-devel] [RFC 0/3] Draft implementation of HPT resizing (qemu side)
 2016-01-29  6:18 UTC  (7+ messages)

[Qemu-devel] [Question] a physical usb mouse becomes invalid when redirected and attached to a xHCI controller
 2016-01-29  5:34 UTC 

[Qemu-devel] [PATCH 0/2] PPC handles mcrfs incorrectly
 2016-01-29  3:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] target-ppc: mcrfs should always update FEX/VX and only clear exception bits
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [Qemu-ppc] [PATCH 0/2] PPC handles mcrfs incorrectly

[Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125
 2016-01-29  3:31 UTC  (9+ messages)

[Qemu-devel] [PATCHv2 00/10] Clean up page size handling for ppc 64-bit hash MMUs with TCG
 2016-01-29  2:36 UTC  (6+ messages)
` [Qemu-devel] [PATCHv2 06/10] target-ppc: Remove unused mmu models from ppc_tlb_invalidate_one

[Qemu-devel] [PATCH v14 0/8] Block replication for continuous checkpoints
 2016-01-29  3:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH v14 7/8] Implement new driver for block replication

[Qemu-devel] [PATCH v2 1/3] linux-user/mmap.c: Set prot page flags for the correct region in mmap_frag()
 2016-01-29  1:40 UTC  (9+ messages)

[Qemu-devel] [PATCH V2] net/traffic-mirror:Add traffic-mirror
 2016-01-29  1:38 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] linux-user: Original qemu-binfmt-conf.h is only able to write configuration into /proc/sys/fs/binfmt_misc, and the configuration is lost on reboot
 2016-01-28 22:51 UTC  (3+ messages)

[Qemu-devel] [RFC][PATCH v4 0/5] utils: Improve and document error reporting
 2016-01-28 22:16 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 1/5] util: Introduce error reporting functions with fatal/abort
` [Qemu-devel] [PATCH v4 2/5] util: Use new error_report_fatal/abort instead of error_setg(&error_fatal/abort)
` [Qemu-devel] [PATCH v4 3/5] util: [ppc] Use new error_report_fatal() instead of exit()
` [Qemu-devel] [PATCH v4 4/5] util: [ppc] Use new error_report_abort() instead of abort()
` [Qemu-devel] [PATCH v4 5/5] doc: Introduce coding style for errors

[Qemu-devel] [PATCH v2 00/16] data-driven device registers
 2016-01-28 21:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 02/16] register: Add Register API

[Qemu-devel] [RFC v1 0/2] Add a generic loader
 2016-01-28 21:43 UTC  (3+ messages)

[Qemu-devel] [RFC][PATCH0/5] utils: Improve and document error reporting
 2016-01-28 21:40 UTC 

[Qemu-devel] [PATCH v3] Add optionrom compatible with fw_cfg DMA version
 2016-01-28 21:06 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] ide: ahci: add check before calling dma_memory_unmap
 2016-01-28 20:41 UTC  (3+ messages)

[Qemu-devel] [PATCH] build: Fix double-definition when using LTTng tracing
 2016-01-28 20:37 UTC 

[Qemu-devel] [PATCH] linux-user: Original qemu-binfmt-conf.h is only able to write configuration into /proc/sys/fs/binfmt_misc, and the configuration is lost on reboot
 2016-01-28 20:33 UTC  (3+ messages)

[Qemu-devel] [PATCH] exec: check 'bounce.in_use' flag before using buffer
 2016-01-28 19:53 UTC  (6+ messages)

[Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model
 2016-01-28 19:45 UTC  (12+ messages)

[Qemu-devel] [PATCH 0/6] Add i.MX6 (Single/Dual/Quad) support
 2016-01-28 19:22 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] pci core function cleanup
 2016-01-28 19:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] pci core: function pci_host_bus_register() cleanup
` [Qemu-devel] [PATCH 2/2] pci core: function pci_bus_init() cleanup

[Qemu-devel] [PATCH] docs/memory.txt: Improve list of different memory regions
 2016-01-28 18:54 UTC 

[Qemu-devel] [RFC][PATCH v3 ] utils: Improve and document error reporting
 2016-01-28 18:31 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 ] doc: Introduce coding style for errors

[Qemu-devel] [RFC PATCH 0/3] (Resend) TranslationBlock annotation mechanism
 2016-01-28 18:29 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration
 2016-01-28 18:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH 5/6] qmp-commands.hx: Fix the missing options for migration parameters commands
` [Qemu-devel] [PATCH 6/6] qmp-commands.hx: Document the missing options for migration capability commands

[Qemu-devel] [PATCH v1 00/22] Convert migration to QIOChannel & support TLS
 2016-01-28 18:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 04/22] migration: split migration hooks out of QEMUFileOps
` [Qemu-devel] [PATCH v1 05/22] migration: introduce set_blocking function in QEMUFileOps
` [Qemu-devel] [PATCH v1 06/22] migration: force QEMUFile to blocking mode for outgoing migration

[Qemu-devel] Possible GPL infringement of QEMU/SeaBIOS code
 2016-01-28 17:44 UTC 


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