qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-03 19:45:09 to 2016-03-04 12:15:52 UTC [more...]

[Qemu-devel] [PATCH 0/7] target-i386 fixes
 2016-03-04 12:15 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/7] target-i386: Dump illegal opcodes with -d unimp

[Qemu-devel] [PATCH V3 0/3] Introduce filter-redirector
 2016-03-04 12:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH V3 1/3] net/filter-mirror: Change filter_mirror_send interface
` [Qemu-devel] [PATCH V3 2/3] net/filter-mirror:Add filter-redirector func
` [Qemu-devel] [PATCH V3 3/3] tests/test-filter-redirector: Add unit test for filter-redirector

[Qemu-devel] [PATCH v8 0/7] Allow hotplug of s390 CPUs
 2016-03-04 11:50 UTC  (18+ messages)
` [Qemu-devel] [PATCH v8 1/7] s390x/cpu: Cleanup init in preparation for hotplug
` [Qemu-devel] [PATCH v8 2/7] s390x/cpu: Set initial CPU state in common routine
` [Qemu-devel] [PATCH v8 3/7] s390x/cpu: Get rid of side effects when creating a vcpu
` [Qemu-devel] [PATCH v8 4/7] s390x/cpu: Tolerate max_cpus
` [Qemu-devel] [PATCH v8 5/7] s390x/cpu: Add CPU property links
` [Qemu-devel] [PATCH v8 6/7] s390x/cpu: Add error handling to cpu creation
` [Qemu-devel] [PATCH v8 7/7] s390x/cpu: Allow hotplug of CPUs

[Qemu-devel] [PULL 00/30] target-arm queue
 2016-03-04 11:41 UTC  (31+ messages)
` [Qemu-devel] [PULL 01/30] target-arm: Correct handling of writes to CPSR mode bits from gdb in usermode
` [Qemu-devel] [PULL 02/30] virt: Lift the maximum RAM limit from 30GB to 255GB
` [Qemu-devel] [PULL 03/30] sd.c: Handle NULL block backend in sd_get_inserted()
` [Qemu-devel] [PULL 04/30] sdhci: Implement DeviceClass reset
` [Qemu-devel] [PULL 05/30] hw/arm/virt: Provide a secure-only RAM if booting in Secure mode
` [Qemu-devel] [PULL 06/30] loader: Add load_image_mr() to load ROM image to a MemoryRegion
` [Qemu-devel] [PULL 07/30] hw/arm/virt: Load bios image to MemoryRegion, not physaddr
` [Qemu-devel] [PULL 08/30] hw/arm/virt: Make first flash device Secure-only if booting secure
` [Qemu-devel] [PULL 09/30] hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided
` [Qemu-devel] [PULL 10/30] bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses
` [Qemu-devel] [PULL 11/30] linux-user: arm: fix coding style for some linux-user signal functions
` [Qemu-devel] [PULL 12/30] linux-user: arm: pass env to get_user_code_*
` [Qemu-devel] [PULL 13/30] target-arm: implement SCTLR.B, drop bswap_code
` [Qemu-devel] [PULL 14/30] target-arm: cpu: Move cpu_is_big_endian to header
` [Qemu-devel] [PULL 15/30] arm: cpu: handle BE32 user-mode as BE
` [Qemu-devel] [PULL 16/30] linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
` [Qemu-devel] [PULL 17/30] linux-user: arm: handle CPSR.E correctly in strex emulation
` [Qemu-devel] [PULL 18/30] target-arm: implement SCTLR.EE
` [Qemu-devel] [PULL 19/30] target-arm: pass DisasContext to gen_aa32_ld*/st*
` [Qemu-devel] [PULL 20/30] target-arm: introduce disas flag for endianness
` [Qemu-devel] [PULL 21/30] target-arm: a64: Add endianness support
` [Qemu-devel] [PULL 22/30] target-arm: introduce tbflag for endianness
` [Qemu-devel] [PULL 23/30] target-arm: implement setend
` [Qemu-devel] [PULL 24/30] target-arm: implement BE32 mode in system emulation
` [Qemu-devel] [PULL 25/30] loader: add API to load elf header
` [Qemu-devel] [PULL 26/30] loader: load_elf(): Add doc comment
` [Qemu-devel] [PULL 27/30] loader: Add data swap option to load-elf
` [Qemu-devel] [PULL 28/30] arm: boot: Support big-endian elfs
` [Qemu-devel] [PULL 29/30] hw/intc/arm_gic.c: Implement GICv2 GICC_DIR
` [Qemu-devel] [PULL 30/30] target-arm: Only trap SRS from S-EL1 if specified mode is MON

[Qemu-devel] [RFC] host and guest kernel trace merging
 2016-03-04 11:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 0/9] qemu-log, -dfilter and other logging tweaks
 2016-03-04 11:18 UTC  (10+ messages)
` [Qemu-devel] [PATCH v8 1/9] tcg: pass down TranslationBlock to tcg_code_gen
` [Qemu-devel] [PATCH v8 2/9] qemu-log: correct help text for -d cpu
` [Qemu-devel] [PATCH v8 3/9] qemu-log: Avoid function call for disabled qemu_log_mask logging
` [Qemu-devel] [PATCH v8 4/9] qemu-log: Improve the "exec" TB execution logging
` [Qemu-devel] [PATCH v8 5/9] qemu-log: new option -dfilter to limit output
` [Qemu-devel] [PATCH v8 6/9] qemu-log: dfilter-ise exec, out_asm, op and opt_op
` [Qemu-devel] [PATCH v8 7/9] target-arm: dfilter support for in_asm
` [Qemu-devel] [PATCH v8 8/9] qemu-log: support simple pid substitution for logs
` [Qemu-devel] [PATCH v8 9/9] cputlb: modernise the debug support

[Qemu-devel] [PATCH] Fix bug: SRS instructions would trap to EL3 in Secure EL1 even if specified mode was not monitor mode. [RESUBMIT DUE TO MISSING SIGN-OFF]
 2016-03-04 11:14 UTC  (2+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [RFC PATCH v1 00/10] Core based CPU hotplug for PowerPC sPAPR
 2016-03-04 11:02 UTC  (14+ messages)
` [Qemu-devel] [RFC PATCH v1 01/10] exec: Remove cpu from cpus list during cpu_exec_exit()
` [Qemu-devel] [RFC PATCH v1 02/10] exec: Do vmstate unregistration from cpu_exec_exit()
` [Qemu-devel] [RFC PATCH v1 03/10] cpu: Reclaim vCPU objects
` [Qemu-devel] [RFC PATCH v1 04/10] cpu: Add a sync version of cpu_remove()
` [Qemu-devel] [RFC PATCH v1 05/10] cpu: Abstract CPU core type
` [Qemu-devel] [RFC PATCH v1 06/10] spapr: CPU core device
` [Qemu-devel] [RFC PATCH v1 07/10] spapr: Represent boot CPUs as spapr-cpu-core devices
` [Qemu-devel] [RFC PATCH v1 08/10] spapr: CPU hotplug support
` [Qemu-devel] [RFC PATCH v1 09/10] xics, xics_kvm: Handle CPU unplug correctly
` [Qemu-devel] [RFC PATCH v1 10/10] spapr: CPU hot unplug support

[Qemu-devel] Question regarding a special case VM communication
 2016-03-04 11:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/27] Convert migration to QIOChannel & support TLS
 2016-03-04 10:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 09/27] migration: add reporting of errors for outgoing migration

[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-04 10:36 UTC  (27+ messages)
` [Qemu-devel] [RFC qemu 2/4] virtio-balloon: Add a new feature to balloon device
` [Qemu-devel] [RFC qemu 4/4] migration: filter out guest's free pages in ram bulk stage

[Qemu-devel] [PATCH 0/3] input: linux evdev support
 2016-03-04 10:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] "
` [Qemu-devel] [PATCH 2/3] input-linux: add option to toggle grab on all devices
` [Qemu-devel] [PATCH 3/3] input-linux: add switch to enable auto-repeat events

[Qemu-devel] [PATCH v3 00/13] tests: Introducing docker tests
 2016-03-04 10:18 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 01/13] tests: Add utilities for docker testing
` [Qemu-devel] [PATCH v3 02/13] Makefile: Rules "
` [Qemu-devel] [PATCH v3 03/13] docker: Add images
` [Qemu-devel] [PATCH v3 04/13] docker: Add test runner
` [Qemu-devel] [PATCH v3 05/13] docker: Add common.rc
` [Qemu-devel] [PATCH v3 06/13] docker: Add quick test
` [Qemu-devel] [PATCH v3 07/13] docker: Add full test
` [Qemu-devel] [PATCH v3 08/13] docker: Add clang test
` [Qemu-devel] [PATCH v3 09/13] docker: Add mingw test
` [Qemu-devel] [PATCH v3 10/13] docker: Add travis tool
` [Qemu-devel] [PATCH v3 11/13] docs: Add text for tests/docker in build-system.txt
` [Qemu-devel] [PATCH v3 12/13] .gitignore: Ignore temporary dockerfile
` [Qemu-devel] [PATCH v3 13/13] MAINTAINERS: Add tests/docker

[Qemu-devel] [PATCH 0/2] target-ppc: Clean up handling of SDR1 and external HPTs
 2016-03-04 10:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] target-ppc: Add helpers for updating a CPU's SDR1 and external HPT
` [Qemu-devel] [PATCH 2/2] target-ppc: Eliminate kvmppc_kern_htab global

[Qemu-devel] [PATCH 00/34] linux-user: Fix signal race conditions and SA_RESTART
 2016-03-04 10:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH 10/34] linux-user: Support for restarting system calls for Microblaze targets

[Qemu-devel] [RFC 1/1] nbd (specification): add NBD_CMD_WRITE_ZEROES command
 2016-03-04  9:54 UTC  (5+ messages)
    ` [Qemu-devel] [Nbd] "

[Qemu-devel] [PATCH] rng: switch request queue to QSIMPLEQ
 2016-03-04  9:46 UTC  (9+ messages)

[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-04  9:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 0/6] Allow hotplug of s390 CPUs
 2016-03-04  9:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 5/6] s390x/cpu: Add error handling to cpu creation

[Qemu-devel] [PATCH RFC v2 0/2] MSI/MSIX: fix to catch and report errors
 2016-03-04  9:24 UTC  (11+ messages)
` [Qemu-devel] [PATCH RFC v2 1/2] Add param Error** to msi_init() & modify the callers

[Qemu-devel] [PATCH v1] migration: skip sending ram pages released by virtio-balloon driver
 2016-03-04  9:02 UTC 

[Qemu-devel] [PULL 00/16] vhost, virtio, pci, pc, acpi
 2016-03-04  8:52 UTC  (19+ messages)
` [Qemu-devel] [PULL 01/16] acpi: add aml_create_field()
` [Qemu-devel] [PULL 02/16] acpi: add aml_concatenate()
` [Qemu-devel] [PULL 03/16] acpi: allow using object as offset for OperationRegion
` [Qemu-devel] [PULL 04/16] acpi: add build_append_named_dword, returning an offset in buffer
` [Qemu-devel] [PULL 05/16] balloon: fix segfault and harden the stats queue
` [Qemu-devel] [PULL 06/16] hw/virtio: fix double use of a virtio flag
` [Qemu-devel] [PULL 07/16] hw/virtio: group virtio flags into an enum
` [Qemu-devel] [PULL 08/16] virtio-balloon: export all balloon statistics
` [Qemu-devel] [PULL 09/16] virtio-balloon: add 'available' counter
` [Qemu-devel] [PULL 10/16] vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
` [Qemu-devel] [PULL 11/16] pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()
` [Qemu-devel] [PULL 12/16] i386/acpi: make floppy controller object dynamic
` [Qemu-devel] [PULL 13/16] i386: expose floppy drive CMOS type
` [Qemu-devel] [PULL 14/16] fdc: add function to determine drive chs limits
` [Qemu-devel] [PULL 15/16] i386: populate floppy drive information in DSDT
` [Qemu-devel] [PULL 16/16] i386: update expected DSDT

[Qemu-devel] [PATCH v2 0/3] ARM: add query-gic-capability SMP command
 2016-03-04  8:43 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 2/3] arm: qmp: add query-gic-capability interface
` [Qemu-devel] [PATCH v2 3/3] arm: implement query-gic-capability

[Qemu-devel] [PATCH v2] vfio/igd: handle q35 machine type
 2016-03-04  8:41 UTC 

[Qemu-devel] [PATCHv9 0/10] slirp: Adding IPv6 support to Qemu -net user mode
 2016-03-04  8:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] correct comment of MemoryHotplugState
 2016-03-04  8:42 UTC  (3+ messages)

[Qemu-devel] [PATCH] vfio/igd: handle q35 machine type
 2016-03-04  8:31 UTC 

[Qemu-devel] [PATCH RFC] bcm2835_dma: add emulation of Raspberry Pi DMA controller
 2016-03-04  8:02 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] virt: provide secure-only RAM and first flash
 2016-03-04  7:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/4] loader: Add load_image_mr() to load ROM image to a MemoryRegion

[Qemu-devel] [RFC PATCH v2 1/3] vGPU Core driver
 2016-03-04  7:00 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU

[Qemu-devel] [PATCH V2 0/3] Introduce filter-redirector
 2016-03-04  6:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH V2 3/3] tests/test-filter-redirector: Add unit test for filter-redirector

[Qemu-devel] [PATCH] target-ppc/pseries: Clean up handling of KVM managed external HPTs
 2016-03-04  5:10 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH qemu v13 00/16] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2016-03-04  4:51 UTC  (16+ messages)
` [Qemu-devel] [PATCH qemu v13 05/16] spapr_iommu: Add root memory region
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH qemu v13 07/16] vfio, memory: Notify IOMMU about starting/stopping being used by VFIO
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH qemu v13 09/16] vfio: Generalize IOMMU memory listener
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH qemu v13 15/16] vfio: Move iova_pgsizes from container to guest IOMMU
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH qemu v13 16/16] spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] QCow2 compression
 2016-03-04  4:24 UTC 

[Qemu-devel] [PATCH qemu] spapr-pci: Make MMIO spacing a machine property and increase it
 2016-03-04  4:13 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.6] spapr_pci: fix multifunction hotplug
 2016-03-04  3:25 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-ppc: fix sync of SPR_SDR1 with KVM
 2016-03-04  2:39 UTC  (5+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2 00/13] Introduce Intel 82574 GbE Controller Emulation (e1000e)
 2016-03-04  1:22 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/77] ppc: Add "native" POWER8 platform
 2016-03-04  0:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH 72/77] ppc: A couple more dummy POWER8 Book4 regs

[Qemu-devel] [PATCH v7 0/9] qemu-log, -dfilter and other logging tweaks
 2016-03-03 23:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 5/9] qemu-log: new option -dfilter to limit output

[Qemu-devel] [PATCH v4 00/16] data-driven device registers
 2016-03-03 21:27 UTC  (3+ messages)

[Qemu-devel] [PATCH COLO-Frame v15 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-03-03 20:13 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 0/3] Add a generic loader
 2016-03-03 19:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] loader: Allow ELF loader to auto-detect the ELF arch
` [Qemu-devel] [PATCH v4 2/3] generic-loader: Add a generic loader
` [Qemu-devel] [PATCH v4 3/3] docs: Add a generic loader explanation document


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