qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-11 11:08:58 to 2016-03-11 22:32:20 UTC [more...]

[Qemu-devel] Memory on stellaris board
 2016-03-11 22:31 UTC  (17+ messages)

[Qemu-devel] [PATCH v4 00/26] Support LUKS encryption in block devices
 2016-03-11 22:31 UTC  (22+ messages)
` [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm
` [Qemu-devel] [PATCH v4 05/26] crypto: skip testing of unsupported cipher algorithms
` [Qemu-devel] [PATCH v4 06/26] crypto: add support for the cast5-128 cipher algorithm
` [Qemu-devel] [PATCH v4 07/26] crypto: add support for the serpent "
` [Qemu-devel] [PATCH v4 08/26] crypto: add support for the twofish "
` [Qemu-devel] [PATCH v4 09/26] crypto: import an implementation of the XTS cipher mode
` [Qemu-devel] [PATCH v4 10/26] crypto: refactor code for dealing with AES cipher
` [Qemu-devel] [PATCH v4 11/26] crypto: wire up XTS mode for cipher APIs
` [Qemu-devel] [PATCH v4 12/26] crypto: add block encryption framework
` [Qemu-devel] [PATCH v4 13/26] crypto: implement the LUKS block encryption format

[Qemu-devel] [PATCH v4 00/15] Dirty bitmap changes for migration/persistence work
 2016-03-11 19:30 UTC  (18+ messages)
` [Qemu-devel] [PATCH v4 06/15] block: Hide HBitmap in block dirty bitmap interface
` [Qemu-devel] [PATCH v4 07/15] HBitmap: Introduce "meta" bitmap to track bit changes
` [Qemu-devel] [PATCH v4 08/15] tests: Add test code for meta bitmap
` [Qemu-devel] [PATCH v4 09/15] block: Support meta dirty bitmap
` [Qemu-devel] [PATCH v4 11/15] block: Assert that bdrv_release_dirty_bitmap succeeded
` [Qemu-devel] [PATCH v4 12/15] hbitmap: serialization
` [Qemu-devel] [PATCH v4 15/15] block: More operations for meta dirty bitmap

[Qemu-devel] [PATCH v2 00/24] target-sparc improvements
 2016-03-11 19:10 UTC  (3+ messages)

[Qemu-devel] [PATCH] spapr_rng: fix race with main loop
 2016-03-11 18:48 UTC 

[Qemu-devel] [PULL 0/2] X86 fixes
 2016-03-11 18:47 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] hyperv: cpu hotplug fix with HyperV enabled
` [Qemu-devel] [PULL 2/2] kvm: Remove x2apic feature from CPU model when kernel_irqchip is off

[Qemu-devel] [PATCH] char: translate from QIOChannel error to errno
 2016-03-11 18:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] hw/i386: fix unbounded stack for load_multiboot
 2016-03-11 18:34 UTC  (2+ messages)

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

[Qemu-devel] [PATCH] BitsSizedTasks-LargeFrames
 2016-03-11 17:45 UTC  (4+ messages)

[Qemu-devel] [PATCH V1 0/2] Versioning ARM virt machine types
 2016-03-11 17:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH V1 1/2] arm: virt: Add an abstract ARM virt machine type
` [Qemu-devel] [PATCH V1 2/2] arm: virt: Move machine class init code to the abstract "

[Qemu-devel] [PATCH v5 00/14] easier unboxed visits/qapi implicit types
 2016-03-11 17:29 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 04/14] qapi: Adjust names of "

[Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support
 2016-03-11 17:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 2/4] qapi-schema.json: Add power and keypad equal keys
 2016-03-11 17:16 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] hw: fix error reporting for missing option ROMs
 2016-03-11 17:14 UTC 

[Qemu-devel] [PATCH v2] hw: fix error reporting for missing option ROMs
 2016-03-11 16:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/28] Convert migration to QIOChannel & support TLS
 2016-03-11 16:38 UTC  (29+ messages)
` [Qemu-devel] [PATCH v4 01/28] s390: use FILE instead of QEMUFile for creating text file
` [Qemu-devel] [PATCH v4 02/28] io: avoid double-free when closing QIOChannelBuffer
` [Qemu-devel] [PATCH v4 03/28] migration: remove use of qemu_bufopen from vmstate tests
` [Qemu-devel] [PATCH v4 04/28] migration: ensure qemu_fflush() always writes full data amount
` [Qemu-devel] [PATCH v4 05/28] migration: split migration hooks out of QEMUFileOps
` [Qemu-devel] [PATCH v4 06/28] migration: introduce set_blocking function in QEMUFileOps
` [Qemu-devel] [PATCH v4 07/28] migration: force QEMUFile to blocking mode for outgoing migration
` [Qemu-devel] [PATCH v4 08/28] migration: introduce a new QEMUFile impl based on QIOChannel
` [Qemu-devel] [PATCH v4 09/28] migration: add helpers for creating QEMUFile from a QIOChannel
` [Qemu-devel] [PATCH v4 10/28] migration: add reporting of errors for outgoing migration
` [Qemu-devel] [PATCH v4 11/28] migration: convert post-copy to use QIOChannelBuffer
` [Qemu-devel] [PATCH v4 12/28] migration: convert unix socket protocol to use QIOChannel
` [Qemu-devel] [PATCH v4 13/28] migration: rename unix.c to socket.c
` [Qemu-devel] [PATCH v4 14/28] migration: convert tcp socket protocol to use QIOChannel
` [Qemu-devel] [PATCH v4 15/28] migration: convert fd "
` [Qemu-devel] [PATCH v4 16/28] migration: convert exec "
` [Qemu-devel] [PATCH v4 17/28] migration: convert RDMA to use QIOChannel interface
` [Qemu-devel] [PATCH v4 18/28] migration: convert savevm to use QIOChannel for writing to files
` [Qemu-devel] [PATCH v4 19/28] migration: delete QEMUFile buffer implementation
` [Qemu-devel] [PATCH v4 20/28] migration: delete QEMUSizedBuffer struct
` [Qemu-devel] [PATCH v4 21/28] migration: delete QEMUFile sockets implementation
` [Qemu-devel] [PATCH v4 22/28] migration: delete QEMUFile stdio implementation
` [Qemu-devel] [PATCH v4 23/28] migration: move definition of struct QEMUFile back into qemu-file.c
` [Qemu-devel] [PATCH v4 24/28] migration: don't use an array for storing migrate parameters
` [Qemu-devel] [PATCH v4 25/28] migration: define 'tls-creds' and 'tls-hostname' migration parameters
` [Qemu-devel] [PATCH v4 26/28] migration: add support for encrypting data with TLS
` [Qemu-devel] [PATCH v4 27/28] migration: remove support for non-iovec based write handlers
` [Qemu-devel] [PATCH v4 28/28] migration: remove qemu_get_fd method from QEMUFile

[Qemu-devel] BiteSizedPatch-LargeFrames
 2016-03-11 16:35 UTC  (2+ messages)

[Qemu-devel] [PATCH] iotests: Correct 081's reference output
 2016-03-11 16:33 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/13] tests: Introducing docker tests
 2016-03-11 16:16 UTC  (26+ 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 1/1] Allocating Large sized arrays to heap
 2016-03-11 16:12 UTC 

[Qemu-devel] [PULL v3 0/8] VFIO updates 2016-03-11
 2016-03-11 16:01 UTC  (9+ messages)
` [Qemu-devel] [PULL v3 1/8] vfio: Add sysfsdev property for pci & platform
` [Qemu-devel] [PULL v3 2/8] vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
` [Qemu-devel] [PULL v3 3/8] vfio: Generalize region support
` [Qemu-devel] [PULL v3 4/8] vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
` [Qemu-devel] [PULL v3 5/8] vfio/pci: Fixup PCI option ROMs
` [Qemu-devel] [PULL v3 6/8] vfio/pci: Split out VGA setup
` [Qemu-devel] [PULL v3 7/8] vfio/pci: replace fixed string limit by g_strdup_printf
` [Qemu-devel] [PULL v3 8/8] MAINTAINERS: Add entry for the include/hw/vfio/ folder

[Qemu-devel] [PATCH v2] target-i386: implement PKE for TCG
 2016-03-11 16:01 UTC 

[Qemu-devel] [Patch] BiteSizedTasks LargeFrames
 2016-03-11 15:37 UTC 

[Qemu-devel] [PULL 00/53] vhost, virtio, pci, pc, acpi
 2016-03-11 15:10 UTC  (54+ messages)
` [Qemu-devel] [PULL 01/53] acpi: add aml_create_field()
` [Qemu-devel] [PULL 02/53] acpi: add aml_concatenate()
` [Qemu-devel] [PULL 03/53] acpi: allow using object as offset for OperationRegion
` [Qemu-devel] [PULL 04/53] acpi: add build_append_named_dword, returning an offset in buffer
` [Qemu-devel] [PULL 05/53] balloon: fix segfault and harden the stats queue
` [Qemu-devel] [PULL 06/53] hw/virtio: fix double use of a virtio flag
` [Qemu-devel] [PULL 07/53] hw/virtio: group virtio flags into an enum
` [Qemu-devel] [PULL 08/53] virtio-balloon: add 'available' counter
` [Qemu-devel] [PULL 09/53] vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
` [Qemu-devel] [PULL 10/53] pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()
` [Qemu-devel] [PULL 11/53] i386/acpi: make floppy controller object dynamic
` [Qemu-devel] [PULL 12/53] i386: expose floppy drive CMOS type
` [Qemu-devel] [PULL 13/53] fdc: add function to determine drive chs limits
` [Qemu-devel] [PULL 14/53] i386: populate floppy drive information in DSDT
` [Qemu-devel] [PULL 15/53] i386: update expected DSDT
` [Qemu-devel] [PULL 16/53] virtio-pci: call pci reset variant when guest requests reset
` [Qemu-devel] [PULL 17/53] msi_supported -> msi_nonbroken
` [Qemu-devel] [PULL 18/53] ich9lpc: fix typo
` [Qemu-devel] [PULL 19/53] hw/acpi: fix Q35 support for legacy Windows OS
` [Qemu-devel] [PULL 20/53] acpi-test-data: add _DIS methods
` [Qemu-devel] [PULL 21/53] pci-ids: add virtio 1.0 ids to spec
` [Qemu-devel] [PULL 22/53] nvdimm acpi: initialize the resource used by NVDIMM ACPI
` [Qemu-devel] [PULL 23/53] nvdimm acpi: introduce patched dsm memory
` [Qemu-devel] [PULL 24/53] nvdimm acpi: let qemu handle _DSM method
` [Qemu-devel] [PULL 25/53] nvdimm acpi: emulate dsm method
` [Qemu-devel] [PULL 26/53] vhost-user: fix use after free
` [Qemu-devel] [PULL 27/53] vhost-user: remove useless is_server field
` [Qemu-devel] [PULL 28/53] qemu-char: avoid potential double-free
` [Qemu-devel] [PULL 29/53] qemu-char: remove all msgfds on disconnect
` [Qemu-devel] [PULL 30/53] qemu-char: make tcp_chr_disconnect() reentrant-safe
` [Qemu-devel] [PULL 31/53] pxb: cleanup
` [Qemu-devel] [PULL 32/53] pc: acpi: remove NOP assignment
` [Qemu-devel] [PULL 33/53] pc: init pcms->apic_id_limit once and use it throughout pc.c
` [Qemu-devel] [PULL 34/53] machine: introduce MachineClass.possible_cpu_arch_ids() hook
` [Qemu-devel] [PULL 35/53] pc: acpi: cleanup qdev_get_machine() calls
` [Qemu-devel] [PULL 36/53] pc: acpi: SRAT: create only valid processor lapic entries
` [Qemu-devel] [PULL 37/53] pc: acpi: create MADT.lapic entries only for valid lapics
` [Qemu-devel] [PULL 38/53] pc: acpi: create Processor and Notify objects "
` [Qemu-devel] [PULL 39/53] pc: acpi: drop cpu->found_cpus bitmap
` [Qemu-devel] [PULL 40/53] pc: acpi: clarify why possible LAPIC entries must be present in MADT
` [Qemu-devel] [PULL 41/53] MAINTAINERS: Add an entry for virtio header files
` [Qemu-devel] [PULL 42/53] MAINTAINERS: machine core
` [Qemu-devel] [PULL 43/53] ipmi: remove IPMI_CHECK_CMD_LEN() macro
` [Qemu-devel] [PULL 44/53] ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpers
` [Qemu-devel] [PULL 45/53] ipmi: remove IPMI_CHECK_RESERVATION() macro
` [Qemu-devel] [PULL 46/53] ipmi: add rsp_buffer_set_error() helper
` [Qemu-devel] [PULL 47/53] ipmi: add a realize function to the device class
` [Qemu-devel] [PULL 48/53] ipmi: use a function to initialize the SDR table
` [Qemu-devel] [PULL 49/53] ipmi: remove the need of an ending record in "
` [Qemu-devel] [PULL 50/53] ipmi: add some local variables in ipmi_sdr_init
` [Qemu-devel] [PULL 51/53] ipmi: use a file to load SDRs
` [Qemu-devel] [PULL 52/53] ipmi: provide support for FRUs
` [Qemu-devel] [PULL 53/53] fw-cfg: support writeable blobs

[Qemu-devel] [PATCH v4 0/7] TriCore FPU patches
 2016-03-11 15:03 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 1/7] target-tricore: Add FPU infrastructure
` [Qemu-devel] [PATCH v4 2/7] target-tricore: Move general CHECK_REG_PAIR of decode_rrr_divide
` [Qemu-devel] [PATCH v4 3/7] target-tricore: add add.f/sub.f instructions
` [Qemu-devel] [PATCH v4 4/7] target-tricore: Add mul.f instruction
` [Qemu-devel] [PATCH v4 5/7] target-tricore: Add div.f instruction
` [Qemu-devel] [PATCH v4 6/7] target-tricore: Add cmp.f instruction
` [Qemu-devel] [PATCH v4 7/7] target-tricore: Add ftoi and itof instructions

[Qemu-devel] [PATCH] BiteSizedTasks-LargeFrames
 2016-03-11 14:48 UTC 

[Qemu-devel] [PATCH 00/77] ppc: Add "native" POWER8 platform
 2016-03-11 14:46 UTC  (10+ messages)
` [Qemu-devel] [PATCH 72/77] ppc: A couple more dummy POWER8 Book4 regs
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v1] migration: skip sending ram pages released by virtio-balloon driver
 2016-03-11 14:39 UTC  (7+ messages)

[Qemu-devel] [PATCH] input-linux: switch over to -object
 2016-03-11 14:38 UTC  (3+ messages)

[Qemu-devel] [Bug 1556044] [NEW] Redox GUI hangs with 100% CPU
 2016-03-11 14:06 UTC  (2+ messages)
` [Qemu-devel] [Bug 1556044] Re: Redox GUI hangs with 100% CPU on ARM

[Qemu-devel] [PATCH v4 0/5] Deterministic replay extensions
 2016-03-11 13:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 5/5] replay: introduce block devices record/replay

[Qemu-devel] [PATCH v4 00/10] pc: do not create invalid MADT.LAPIC/Processor entries
 2016-03-11 13:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 01/10] tests: pc: acpi: piix4: add sparse CPU hotplug case

[Qemu-devel] [PATCH] pc: acpi: remove AML for empty/not used GPE handlers
 2016-03-11 13:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] Replacing (and removing) get_ticks_per_sec() function with NANOSECONDS_PER_SECOND Signed-off-by: Rutuja Shah <rutu.shah.26@gmail.com>
 2016-03-11 13:22 UTC  (6+ messages)

[Qemu-devel] [V6 0/4] AMD IOMMU
 2016-03-11 13:22 UTC  (5+ messages)
` [Qemu-devel] [V6 2/4] hw/core: Add AMD IOMMU to machine properties
` [Qemu-devel] [V6 4/4] hw/pci-host: Emulate AMD IOMMU

[Qemu-devel] [PATCH v12 0/3] qapi: child add/delete support
 2016-03-11 12:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v12 2/3] quorum: implement bdrv_add_child() and bdrv_del_child()
` [Qemu-devel] [PATCH v12 3/3] qmp: add monitor command to add/remove a child

[Qemu-devel] [PATCH 0/4] Separate QUORUM_REPORT_BAD events according to their node name
 2016-03-11 12:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] quorum: Fix crash in quorum_aio_cb()
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PULL 0/4] migration fixes
 2016-03-11 12:32 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] migration: fix warning for source_return_path_thread
` [Qemu-devel] [PULL 2/4] migration: fix use-after-free in loadvm_postcopy_handle_run_bh
` [Qemu-devel] [PULL 3/4] postcopy: listen thread is never joined
` [Qemu-devel] [PULL 4/4] postcopy: Remove the x-

[Qemu-devel] [RFC PATCH v2 0/9] Core based CPU hotplug for PowerPC sPAPR
 2016-03-11 11:49 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH v2 1/9] exec: Remove cpu from cpus list during cpu_exec_exit()
` [Qemu-devel] [RFC PATCH v2 2/9] exec: Do vmstate unregistration from cpu_exec_exit()
` [Qemu-devel] [RFC PATCH v2 3/9] cpu: Reclaim vCPU objects

[Qemu-devel] [mttcg] cputlb: Use async tlb_flush_by_mmuidx
 2016-03-11 11:08 UTC  (10+ messages)


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