qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-05 13:23:52 to 2016-02-06 19:12:31 UTC [more...]

[Qemu-devel] [PULL v2 00/45] pc and misc cleanups and fixes, virtio optimizations
 2016-02-06 19:12 UTC  (5+ messages)
` [Qemu-devel] [PULL v2 01/45] Fix virtio migration
` [Qemu-devel] [PULL v2 02/45] pc: acpi: merge SSDT into DSDT
` [Qemu-devel] [PULL v2 03/45] tests: pc: acpi: drop not needed 'expected SSDT' blobs
` [Qemu-devel] [PULL v2 04/45] tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobs

[Qemu-devel] [PATCH 0/7] Fix some more EL3 things and enable EL3 for AArch64
 2016-02-06 18:55 UTC  (33+ messages)
` [Qemu-devel] [PATCH 1/7] target-arm: Fix typo in comment in arm_is_secure_below_el3()
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 2/7] target-arm: Implement MDCR_EL3 and SDCR
` [Qemu-devel] [PATCH 3/7] target-arm: Use access_trap_aa32s_el1() for SCR and MVBAR
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 4/7] target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3
` [Qemu-devel] [PATCH 5/7] target-arm: Add isread parameter to CPAccessFns
` [Qemu-devel] [PATCH 6/7] target-arm: Implement NSACR trapping behaviour
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 7/7] target-arm: Enable EL3 for Cortex-A53 and Cortex-A57

[Qemu-devel] [PATCH v2 0/5] q35: Remove old machines and unused compat code
 2016-02-06 18:34 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/3] target-arm: Fix IL in syndromes for FP and copro traps
 2016-02-06 18:25 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] target-arm: Correct misleading 'is_thumb' syn_* parameter names
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 2/3] target-arm: Fix IL bit reported for Thumb coprocessor traps
` [Qemu-devel] [PATCH 3/3] target-arm: Fix IL bit reported for Thumb VFP and Neon traps

[Qemu-devel] [PULL 00/49] pc and misc cleanups and fixes, virtio optimizations
 2016-02-06 18:10 UTC  (8+ messages)
` [Qemu-devel] [PULL 06/49] virtio: move allocation to virtqueue_pop/vring_pop
` [Qemu-devel] [PULL 48/49] i386: populate floppy drive information in DSDT

[Qemu-devel] [PATCH v2] blockdev: unset inappropriate flags when changing medium
 2016-02-06 14:39 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups
 2016-02-06 14:30 UTC  (3+ messages)

[Qemu-devel] [PATCH v10] spec: add qcow2 bitmaps extension specification
 2016-02-06 14:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] blockdev: Unset temporary flag when changing medium
 2016-02-06 14:15 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 00/37] clean include files to use osdep.h
 2016-02-06 13:43 UTC  (6+ messages)
` [Qemu-devel] [PATCH 11/37] alpha: Clean up includes
` [Qemu-devel] [PATCH 15/37] tcg: "

[Qemu-devel] [PATCH v12 0/2] mirror: Improve zero write and discard
 2016-02-06 13:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH v12 1/2] mirror: Rewrite mirror_iteration

[Qemu-devel] [PATCH COLO-Frame v14 00/40] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-02-06  9:28 UTC  (41+ messages)
` [Qemu-devel] [PATCH COLO-Frame v14 01/40] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v14 02/40] migration: Introduce capability 'x-colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v14 03/40] COLO: migrate colo related info to secondary node
` [Qemu-devel] [PATCH COLO-Frame v14 04/40] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v14 05/40] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v14 06/40] COLO/migration: Create a new communication path from destination to source
` [Qemu-devel] [PATCH COLO-Frame v14 07/40] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v14 08/40] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v14 09/40] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v14 10/40] COLO: Save PVM state to secondary side when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v14 11/40] COLO: Load PVM's dirty pages into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v14 12/40] ram/COLO: Record the dirty pages that SVM received
` [Qemu-devel] [PATCH COLO-Frame v14 13/40] COLO: Load VMState into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v14 14/40] COLO: Flush PVM's cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v14 15/40] COLO: Add checkpoint-delay parameter for migrate-set-parameters
` [Qemu-devel] [PATCH COLO-Frame v14 16/40] COLO: synchronize PVM's state to SVM periodically
` [Qemu-devel] [PATCH COLO-Frame v14 17/40] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v14 18/40] COLO failover: Introduce state to record failover process
` [Qemu-devel] [PATCH COLO-Frame v14 19/40] COLO: Implement failover work for Primary VM
` [Qemu-devel] [PATCH COLO-Frame v14 20/40] COLO: Implement failover work for Secondary VM
` [Qemu-devel] [PATCH COLO-Frame v14 21/40] qmp event: Add COLO_EXIT event to notify users while exited from COLO
` [Qemu-devel] [PATCH COLO-Frame v14 22/40] COLO failover: Shutdown related socket fd when do failover
` [Qemu-devel] [PATCH COLO-Frame v14 23/40] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v14 24/40] COLO: Process shutdown command for VM in COLO state
` [Qemu-devel] [PATCH COLO-Frame v14 25/40] COLO: Update the global runstate after going into colo state
` [Qemu-devel] [PATCH COLO-Frame v14 26/40] savevm: Introduce two helper functions for save/find loadvm_handlers entry
` [Qemu-devel] [PATCH COLO-Frame v14 27/40] migration/savevm: Add new helpers to process the different stages of loadvm
` [Qemu-devel] [PATCH COLO-Frame v14 28/40] migration/savevm: Export two helper functions for savevm process
` [Qemu-devel] [PATCH COLO-Frame v14 29/40] COLO: Separate the process of saving/loading ram and device state
` [Qemu-devel] [PATCH COLO-Frame v14 30/40] COLO: Split qemu_savevm_state_begin out of checkpoint process
` [Qemu-devel] [PATCH COLO-Frame v14 31/40] net/filter: Add a 'status' property for filter object
` [Qemu-devel] [PATCH COLO-Frame v14 32/40] net/filter: Introduce a helper to add a filter to the netdev
` [Qemu-devel] [PATCH COLO-Frame v14 33/40] filter-buffer: Accept zero interval
` [Qemu-devel] [PATCH COLO-Frame v14 34/40] net: Add notifier/callback for netdev init
` [Qemu-devel] [PATCH COLO-Frame v14 35/40] COLO/filter: add each netdev a buffer filter
` [Qemu-devel] [PATCH COLO-Frame v14 36/40] net/filter: Add a helper to traverse all the filters
` [Qemu-devel] [PATCH COLO-Frame v14 37/40] COLO: enable buffer filters for PVM
` [Qemu-devel] [PATCH COLO-Frame v14 38/40] filter-buffer: make filter_buffer_flush() public
` [Qemu-devel] [PATCH COLO-Frame v14 39/40] COLO: flush buffered packets in checkpoint process or exit COLO
` [Qemu-devel] [PATCH COLO-Frame v14 40/40] COLO: Add block replication into colo process

[Qemu-devel] [PATCH RFC] external backup api
 2016-02-06  9:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/5] Extend the performance monitoring registers
 2016-02-06  0:55 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] target-arm: Add the pmceid0 and pmceid1 registers
` [Qemu-devel] [PATCH v2 2/5] target-arm: Add Some of the performance monitor registers
` [Qemu-devel] [PATCH v2 3/5] target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registers
` [Qemu-devel] [PATCH v2 4/5] target-arm: Add PMUSERENR_EL0 register
` [Qemu-devel] [PATCH v2 5/5] target-arm: Unmask PMU bits in debug feature register

[Qemu-devel] [PULL 00/12] TCG patch queue
 2016-02-06  0:09 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] tcg: Respect highwater in tcg_out_tb_finalize
` [Qemu-devel] [PULL 02/12] tcg: Remove lingering references to gen_opc_buf
` [Qemu-devel] [PULL 03/12] tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
` [Qemu-devel] [PULL 04/12] tcg: Change ts->mem_reg to ts->mem_base
` [Qemu-devel] [PULL 05/12] tcg: Tidy temporary allocation
` [Qemu-devel] [PULL 06/12] tcg: More use of TCGReg where appropriate
` [Qemu-devel] [PULL 07/12] tcg: Remove tcg_get_arg_str_i32/64
` [Qemu-devel] [PULL 08/12] tcg: Change reg_to_temp to TCGTemp pointer
` [Qemu-devel] [PULL 09/12] tcg: Change temp_dead argument to TCGTemp
` [Qemu-devel] [PULL 10/12] tcg: Change temp_sync "
` [Qemu-devel] [PULL 11/12] tcg: Change temp_save "
` [Qemu-devel] [PULL 12/12] tcg: Introduce temp_load

[Qemu-devel] [PATCH v2 00/17] Support LUKS encryption in block devices
 2016-02-05 23:22 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 04/17] crypto: add support for generating initialization vectors
` [Qemu-devel] [PATCH v2 06/17] crypto: add block encryption framework
` [Qemu-devel] [PATCH v2 07/17] crypto: implement the LUKS block encryption format
` [Qemu-devel] [PATCH v2 08/17] block: add flag to indicate that no I/O will be performed
` [Qemu-devel] [PATCH v2 09/17] qemu-img/qemu-io: don't prompt for passwords if not required
` [Qemu-devel] [PATCH v2 10/17] block: add generic full disk encryption driver
` [Qemu-devel] [PATCH v2 11/17] qcow2: make qcow2_encrypt_sectors encrypt in place

[Qemu-devel] [PULL 0/6] Travis updates
 2016-02-05 20:19 UTC  (10+ messages)
` [Qemu-devel] [PULL 6/6] MAINTAINERS: Add .travis.yml

[Qemu-devel] [PATCH] linux-user: add getrandom() syscall
 2016-02-05 20:00 UTC 

[Qemu-devel] [PATCH v2] qemu-img: initialize MapEntry object
 2016-02-05 19:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 00/22] Convert migration to QIOChannel & support TLS
 2016-02-05 18:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 19/22] migration: move definition of struct QEMUFile back into qemu-file.c

[Qemu-devel] [PATCH v2 00/10] pc: do not create invalid MADT.LAPIC/Processor entries
 2016-02-05 18:07 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/10] cpu: rename cpu_exists() to qemu_get_cpu_by_arch_id()
` [Qemu-devel] [PATCH v2 02/10] machine: introduce MachineClass.possible_cpu_arch_ids() hook
` [Qemu-devel] [PATCH v2 03/10] pc: init pcms->apic_id_limit once and use it throughout pc.c
` [Qemu-devel] [PATCH v2 04/10] pc: acpi: cleanup qdev_get_machine() calls
` [Qemu-devel] [PATCH v2 05/10] pc: acpi: SRAT: create only valid processor lapic entries
` [Qemu-devel] [PATCH v2 06/10] pc: acpi: create Processor and Notify objects only for valid lapics
` [Qemu-devel] [PATCH v2 07/10] pc: acpi: create MADT.lapic entries "
` [Qemu-devel] [PATCH v2 08/10] pc: acpi: move cpu->found_cpus bitmap to build_processor_devices()
` [Qemu-devel] [PATCH v2 09/10] pc: acpi: clarify why possible LAPIC entries must be present in MADT
` [Qemu-devel] [PATCH v2 10/10] pc: acpi: remove NOP assignment

[Qemu-devel] Memory on stellaris board
 2016-02-05 17:00 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/6] target-arm: Implement various EL3 traps
 2016-02-05 16:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] target-arm: correct CNTFRQ access rights
` [Qemu-devel] [PATCH 2/6] target-arm: Fix handling of SCR.SMD
` [Qemu-devel] [PATCH 3/6] target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps
` [Qemu-devel] [PATCH 4/6] target-arm: Implement MDCR_EL2.TDRA traps
` [Qemu-devel] [PATCH 5/6] target-arm: Implement MDCR_EL2.TDA and MDCR_EL2.TDA traps
` [Qemu-devel] [PATCH 6/6] target-arm: Report correct syndrome for FPEXC32_EL2 traps

[Qemu-devel] [PATCH 0/9] pc: do not create invalid MADT.LAPIC/Processor entries
 2016-02-05 16:44 UTC  (26+ messages)
` [Qemu-devel] [PATCH 2/9] machine: introduce MachineClass.possible_cpu_arch_ids() hook
` [Qemu-devel] [PATCH 4/9] pc: acpi: SRAT: create only valid processor lapic entries
` [Qemu-devel] [PATCH 5/9] pc: acpi: create Processor and Notify objects only for valid lapics
` [Qemu-devel] [PATCH 6/9] pc: acpi: create MADT.lapic entries "
` [Qemu-devel] [PATCH 7/9] pc: acpi: drop not needed intermediate bitmap cpu->found_cpus
` [Qemu-devel] [PATCH 9/9] pc: acpi: clarify why possible LAPIC entries must be present in MADT
` [Qemu-devel] [PATCH 1/9] cpu: rename cpu_exists() to qemu_get_cpu_by_arch_id()

[Qemu-devel] [PATCH 0/5] don't use NVDIMM for balooning
 2016-02-05 16:22 UTC  (13+ messages)
` [Qemu-devel] [PATCH 3/5] pc-dimm: add pc_dimm_build_list()
` [Qemu-devel] [PATCH 4/5] virtio-balloon: rewrite get_current_ram_size()
` [Qemu-devel] [PATCH 5/5] balloon: Use only 'pc-dimm' type dimm for ballooning

[Qemu-devel] [PATCH v5 00/10] Make qemu-img/qemu-nbd/qemu-io CLI more flexible
 2016-02-05 15:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 07/10] qemu-img: allow specifying image as a set of options args

[Qemu-devel] [PATCH V2] quorum: fix segfault when read fails in fifo mode
 2016-02-05 15:47 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/6] virtio/vhost cross-endian cleanup
 2016-02-05 15:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/6] virtio-net: use the backend cross-endian capabilities

[Qemu-devel] [PULL 0/9] migration: small fixes
 2016-02-05 15:06 UTC  (11+ messages)
` [Qemu-devel] [PULL 1/9] ram: Split host_from_stream_offset() into two helper functions
` [Qemu-devel] [PULL 2/9] migration: rename 'file' in MigrationState to 'to_dst_file'
` [Qemu-devel] [PULL 3/9] savevm: Split load vm state function qemu_loadvm_state
` [Qemu-devel] [PULL 4/9] migration/ram: Fix some helper functions' parameter to use PageSearchStatus
` [Qemu-devel] [PULL 5/9] qmp-commands.hx: Fix the missing options for migration parameters commands
` [Qemu-devel] [PULL 6/9] qmp-commands.hx: Document the missing options for migration capability commands
` [Qemu-devel] [PULL 7/9] migration: remove useless code
` [Qemu-devel] [PULL 8/9] static checker: e1000-82540em got aliased to e1000
` [Qemu-devel] [PULL 9/9] migration: fix bad string passed to error_report()

[Qemu-devel] how to install qemu KVM 1.4.0 release
 2016-02-05 14:40 UTC  (2+ messages)

[Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock
 2016-02-05 14:12 UTC 

[Qemu-devel] [PATCH 0/2] error: Documentation updates
 2016-02-05 13:45 UTC  (6+ messages)

[Qemu-devel] [PATCH v1 0/3] Extend the performance monitoring registers
 2016-02-05 13:37 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/9] qemu-log, -dfilter and other logging tweaks
 2016-02-05 13:34 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 5/9] qemu-log: support simple pid substitution in logfile


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