qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-01 17:53:26 to 2015-07-02 09:44:35 UTC [more...]

[Qemu-devel] [PULL for-2.4 00/11] s390x patches for 2.4
 2015-07-02  9:44 UTC  (13+ messages)
` [Qemu-devel] [PULL for-2.4 01/11] virtio-ccw: complete handling of guest-initiated resets
` [Qemu-devel] [PULL for-2.4 02/11] css: mss/mcss-e vs. migration
` [Qemu-devel] [PULL for-2.4 03/11] s390-ccw.img: Consume service interrupts
` [Qemu-devel] [PULL for-2.4 04/11] s390-ccw.img: update
` [Qemu-devel] [PULL for-2.4 05/11] s390x/css: Add a callback for when subchannel gets disabled
` [Qemu-devel] [PULL for-2.4 06/11] s390x/virtio-ccw: add virtio set-revision call
` [Qemu-devel] [PULL for-2.4 07/11] s390x/virtio-ccw: support virtio-1 set_vq format
` [Qemu-devel] [PULL for-2.4 08/11] virtio-ccw: migrate ->revision
` [Qemu-devel] [PULL for-2.4 09/11] s390x/ipl: Fix boot if no bootindex was specified
` [Qemu-devel] [PULL for-2.4 10/11] s390x/gdb: synchronize cpu state after modifying acrs
` [Qemu-devel] [PULL for-2.4 11/11] s390x/migration: Introduce 2.4 machine

[Qemu-devel] [PULL 00/26] Migration pull request
 2015-07-02  9:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] arm_mptimer: Fix timer shutdown
 2015-07-02  9:27 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/16] implement vNVDIMM
 2015-07-02  9:23 UTC  (8+ messages)
` [Qemu-devel] [PATCH 14/16] nvdimm: support NFIT_CMD_GET_CONFIG_SIZE function

[Qemu-devel] [PULL 00/17] Block patches
 2015-07-02  9:19 UTC  (18+ messages)
` [Qemu-devel] [PULL 01/17] block/iscsi: add support for request timeouts
` [Qemu-devel] [PULL 02/17] qcow2: Handle EAGAIN returned from update_refcount
` [Qemu-devel] [PULL 03/17] qapi: Rename 'dirty-bitmap' mode to 'incremental'
` [Qemu-devel] [PULL 04/17] blockdev: no need to drain+flush in hmp_drive_del
` [Qemu-devel] [PULL 05/17] timer: Move NANOSECONDS_PER_SECONDS to timer.h
` [Qemu-devel] [PULL 06/17] timer: Use a single definition of NSEC_PER_SEC for the whole codebase
` [Qemu-devel] [PULL 07/17] block: Add bdrv_get_block_status_above
` [Qemu-devel] [PULL 08/17] qmp: Add optional bool "unmap" to drive-mirror
` [Qemu-devel] [PULL 09/17] mirror: Do zero write on target if sectors not allocated
` [Qemu-devel] [PULL 10/17] block: Fix dirty bitmap in bdrv_co_discard
` [Qemu-devel] [PULL 11/17] block: Remove bdrv_reset_dirty
` [Qemu-devel] [PULL 12/17] qemu-iotests: Make block job methods common
` [Qemu-devel] [PULL 13/17] qemu-iotests: Add test case for mirror with unmap
` [Qemu-devel] [PULL 14/17] iotests: Use event_wait in wait_ready
` [Qemu-devel] [PULL 15/17] block/iscsi: restore compatiblity with libiscsi 1.9.0
` [Qemu-devel] [PULL 16/17] block/nfs: limit maximum readahead size to 1MB
` [Qemu-devel] [PULL 17/17] block: remove redundant check before g_slist_find()

[Qemu-devel] [PATCH v3 0/4] target-ppc: Add FWNMI support in qemu for powerKVM guests
 2015-07-02  9:11 UTC  (6+ messages)
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v10 0/7] Update tests/qemu-iotests failing cases for the s390 platform
 2015-07-02  9:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v10 7/7] qemu-iotests: s390x: fix test 130

[Qemu-devel] [PATCH] check_section_footers: Check the correct section_id
 2015-07-02  8:58 UTC  (2+ messages)

[Qemu-devel] [PATCHv2 0/4] Start allowing ISA to be configured out
 2015-07-02  8:47 UTC  (9+ messages)
` [Qemu-devel] [PATCHv2 1/4] Cleanup leftover CONFIG_ISA_MMIO
` [Qemu-devel] [PATCHv2 2/4] Split serial-isa into its own config option
` [Qemu-devel] [PATCHv2 3/4] Allow ISA bus to be configured out
` [Qemu-devel] [PATCHv2 4/4] Split ISA and sysbus versions of m48t59 device

[Qemu-devel] [PATCH v3 0/2] Fix slow startup with many disks
 2015-07-02  8:21 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 2/2] virtio-blk: Use blk_drain() to drain IO requests
            ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH for-2.4 0/9 v3] KVM: Do I/O outside BQL whenever possible
 2015-07-02  8:20 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] main-loop: use qemu_mutex_lock_iothread consistently
` [Qemu-devel] [PATCH 2/9] main-loop: introduce qemu_mutex_iothread_locked
` [Qemu-devel] [PATCH 3/9] memory: Add global-locking property to memory regions
` [Qemu-devel] [PATCH 4/9] exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
` [Qemu-devel] [PATCH 5/9] memory: let address_space_rw/ld*/st* run outside the BQL
` [Qemu-devel] [PATCH 6/9] kvm: First step to push iothread lock out of inner run loop
` [Qemu-devel] [PATCH 7/9] kvm: Switch to unlocked PIO
` [Qemu-devel] [PATCH 8/9] acpi: mark PMTIMER as unlocked
` [Qemu-devel] [PATCH 9/9] kvm: Switch to unlocked MMIO

[Qemu-devel] [PATCH] qcow2: remove unnecessary check
 2015-07-02  8:06 UTC 

[Qemu-devel] [Qemu-block] [PATCH COLO-Block v6 07/16] Add new block driver interface to connect/disconnect the remote target
 2015-07-02  8:05 UTC  (14+ messages)

[Qemu-devel] [PATCH] raw-posix.c: remove raw device access for cdrom
 2015-07-02  7:54 UTC  (5+ messages)

[Qemu-devel] [PATCH pic32 v2 0/5] Support for Microchip pic32mx7 and pic32mz microcontrollers
 2015-07-02  7:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH pic32 v2 2/5] Fixed random index generation for TLBWR instruction. It was not quite random and did not skip Wired entries
` [Qemu-devel] [PATCH pic32 v2 5/5] Two new machine platforms: pic32mz7 and pic32mz

[Qemu-devel] [PATCH] thread-pool: Notify AIO context upon completion
 2015-07-02  7:17 UTC  (4+ messages)

[Qemu-devel] [PATCH 1/3] ich9: add TCO interface emulation
 2015-07-02  6:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH v8 "
  ` [Qemu-devel] [PATCH v8 3/3] ich9: implement strap SPKR pin logic

[Qemu-devel] [PATCH 00/27] sPAPR updates 2015-07-02
 2015-07-02  6:23 UTC  (28+ messages)
` [Qemu-devel] [PATCH 01/27] spapr: ensure we have at least one XICS server
` [Qemu-devel] [PATCH 02/27] pseries: Update SLOF firmware image to qemu-slof-20150429
` [Qemu-devel] [PATCH 03/27] spapr: Merge sPAPREnvironment into sPAPRMachineState
` [Qemu-devel] [PATCH 04/27] spapr: Remove obsolete ram_limit field from sPAPRMachineState
` [Qemu-devel] [PATCH 05/27] spapr: Remove obsolete entry_point "
` [Qemu-devel] [PATCH 06/27] spapr: Add sPAPRMachineClass
` [Qemu-devel] [PATCH 07/27] spapr_pci: encode missing 64-bit memory address space
` [Qemu-devel] [PATCH 08/27] spapr_pci: encode class code including Prog IF register
` [Qemu-devel] [PATCH 09/27] spapr_pci: set device node unit address as hex
` [Qemu-devel] [PATCH 10/27] spapr_iommu: drop erroneous check in h_put_tce_indirect()
` [Qemu-devel] [PATCH 11/27] spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlags
` [Qemu-devel] [PATCH 12/27] Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*)"
` [Qemu-devel] [PATCH 13/27] spapr: Consider max_cpus during xics initialization
` [Qemu-devel] [PATCH 14/27] spapr: Support ibm, lrdr-capacity device tree property
` [Qemu-devel] [PATCH 15/27] cpus: Add a macro to walk CPUs in reverse
` [Qemu-devel] [PATCH 16/27] spapr: Reorganize CPU dt generation code
` [Qemu-devel] [PATCH 17/27] spapr: Consolidate cpu init code into a routine
` [Qemu-devel] [PATCH 18/27] ppc: Update cpu_model in MachineState
` [Qemu-devel] [PATCH 19/27] xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled
` [Qemu-devel] [PATCH 20/27] spapr_pci: enumerate and add PCI device tree
` [Qemu-devel] [PATCH 21/27] spapr_pci: populate ibm,loc-code
` [Qemu-devel] [PATCH 22/27] spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dt
` [Qemu-devel] [PATCH 23/27] spapr_vty: lookup should only return valid VTY objects
` [Qemu-devel] [PATCH 24/27] spapr-vty: Use TYPE_ definition instead of hardcoding
` [Qemu-devel] [PATCH 25/27] sPAPR: Don't enable EEH on emulated PCI devices
` [Qemu-devel] [PATCH 26/27] sPAPR: Reenable EEH functionality on reboot
` [Qemu-devel] [PATCH 27/27] sPAPR: Clear stale MSIx table during EEH reset

[Qemu-devel] [v8][RESEND][PATCH 00/10] xen: add Intel IGD passthrough
 2015-07-02  6:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] sPAPR: EEH fixes
 2015-07-02  5:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/3] sPAPR: Don't enable EEH on emulated PCI devices
` [Qemu-devel] [PATCH v4 2/3] sPAPR: Reenable EEH functionality on reboot
` [Qemu-devel] [PATCH v4 3/3] sPAPR: Clear stale MSIx table during EEH reset

[Qemu-devel] [Bug 1470720] [NEW] high IRQ-TLB generates network interruptions
 2015-07-02  5:51 UTC  (2+ messages)
` [Qemu-devel] [Bug 1470720] "

[Qemu-devel] [PATCH v2 1/1] KVM s390 pci infrastructure modelling
 2015-07-02  5:26 UTC  (14+ messages)

[Qemu-devel] [PATCH 0/4] Allow ISA bus support to be configured out
 2015-07-02  5:01 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] Split serial-isa into its own config option

[Qemu-devel] target-ppc: Fix SRR0 when taking unaligned exceptions
 2015-07-02  4:44 UTC 

[Qemu-devel] [PATCH v4 0/6] Refactoring pc_dimm_plug and NUMA node lookup API
 2015-07-02  4:07 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

[Qemu-devel] [Bug 1465935] [NEW] kvm_irqchip_commit_routes: Assertion `ret == 0' failed
 2015-07-02  2:43 UTC  (2+ messages)
` [Qemu-devel] [Bug 1465935] "

[Qemu-devel] [v11 00/15] vfio-pci: pass the aer error to guest
 2015-07-02  1:58 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH COLO v2 00/13] Block replication for continuous checkpoints
 2015-07-02  1:43 UTC  (7+ messages)

[Qemu-devel] virtio-blk multiqueue support in qemu
 2015-07-02  1:21 UTC  (2+ messages)

[Qemu-devel] GSoC 2015 (Mac OS 9 support) report, week 9
 2015-07-01 22:15 UTC 

[Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled
 2015-07-01 20:30 UTC  (6+ messages)

[Qemu-devel] [PATCH RFC v2 00/47] qapi: QMP introspection
 2015-07-01 20:22 UTC  (48+ messages)
` [Qemu-devel] [PATCH RFC v2 01/47] qapi: Clarify docs on including the same file multiple times
` [Qemu-devel] [PATCH RFC v2 02/47] qapi: Clean up cgen() and mcgen()
` [Qemu-devel] [PATCH RFC v2 03/47] qapi: Simplify guardname()
` [Qemu-devel] [PATCH RFC v2 04/47] qapi-event: Clean up how name of enum QAPIEvent is made
` [Qemu-devel] [PATCH RFC v2 05/47] qapi: Reject -p arguments that break qapi-event.py
` [Qemu-devel] [PATCH RFC v2 06/47] qapi: Drop unused and useless parameters and variables
` [Qemu-devel] [PATCH RFC v2 07/47] qapi: Generate a nicer struct for flat unions
` [Qemu-devel] [PATCH RFC v2 08/47] qapi-visit: Fix generated code when schema has forward refs
` [Qemu-devel] [PATCH RFC v2 09/47] qapi-visit: Replace list implicit_structs by set
` [Qemu-devel] [PATCH RFC v2 10/47] qapi-visit: Fix two name arguments passed to visitors
` [Qemu-devel] [PATCH RFC v2 11/47] tests/qapi-schema: Document alternate's enum lacks visit function
` [Qemu-devel] [PATCH RFC v2 12/47] tests/qapi-schema: Document events with with base don't work
` [Qemu-devel] [PATCH RFC v2 13/47] tests/qapi-schema: Restore test case for flat union base bug
` [Qemu-devel] [PATCH RFC v2 14/47] qapi-tests: New tests for union, alternate command arguments
` [Qemu-devel] [PATCH RFC v2 15/47] qapi: Fix to reject union "
` [Qemu-devel] [PATCH RFC v2 16/47] qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
` [Qemu-devel] [PATCH RFC v2 17/47] qapi-commands: Inline gen_marshal_output_call()
` [Qemu-devel] [PATCH RFC v2 18/47] qapi-commands: Don't feed output of mcgen() to mcgen() again
` [Qemu-devel] [PATCH RFC v2 19/47] qapi: Generated code cleanup
` [Qemu-devel] [PATCH RFC v2 20/47] qapi: Rename class QAPISchema to QAPISchemaParser
` [Qemu-devel] [PATCH RFC v2 21/47] qapi: New QAPISchema intermediate reperesentation
` [Qemu-devel] [PATCH RFC v2 22/47] qapi: QAPISchema code generation helper methods
` [Qemu-devel] [PATCH RFC v2 23/47] qapi: New QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v2 24/47] tests/qapi-schema: Convert test harness to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v2 25/47] qapi: Make generators work on sorted schema expressions
` [Qemu-devel] [PATCH RFC v2 26/47] qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
` [Qemu-devel] [PATCH RFC v2 27/47] qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
` [Qemu-devel] [PATCH RFC v2 28/47] qapi-commands: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v2 29/47] qapi: Replace dirty is_c_ptr() by method c_null()
` [Qemu-devel] [PATCH RFC v2 30/47] qapi: De-duplicate enum code generation
` [Qemu-devel] [PATCH RFC v2 31/47] qapi-event: Eliminate global variable event_enum_value
` [Qemu-devel] [PATCH RFC v2 32/47] qapi-event: Convert to QAPISchemaVisitor, fixing data with base
` [Qemu-devel] [PATCH RFC v2 33/47] qapi: Clean up after recent conversions to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v2 34/47] qapi-visit: Rearrange code a bit
` [Qemu-devel] [PATCH RFC v2 35/47] qapi-commands: Rearrange code
` [Qemu-devel] [PATCH RFC v2 36/47] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
` [Qemu-devel] [PATCH RFC v2 37/47] qapi: De-duplicate parameter list generation
` [Qemu-devel] [PATCH RFC v2 38/47] qapi-commands: De-duplicate output marshaling functions
` [Qemu-devel] [PATCH RFC v2 39/47] qapi: Improve built-in type documentation
` [Qemu-devel] [PATCH RFC v2 40/47] qapi: Introduce a first class 'any' type
` [Qemu-devel] [PATCH RFC v2 41/47] qom: Don't use 'gen': false for qom-get, qom-set, object-add
` [Qemu-devel] [PATCH RFC v2 42/47] qapi-schema: Fix up misleading specification of netdev_add
` [Qemu-devel] [PATCH RFC v2 43/47] qmp: Improve netdev_add usage example in the manual
` [Qemu-devel] [PATCH RFC v2 44/47] qapi: Pseudo-type '**' is now unused, drop it
` [Qemu-devel] [PATCH RFC v2 45/47] qapi: New QMP command query-schema for QMP schema introspection
` [Qemu-devel] [PATCH RFC v2 46/47] qapi-introspect: Map all integer types to 'int'
` [Qemu-devel] [PATCH RFC v2 47/47] qapi-introspect: Hide type names

[Qemu-devel] [PATCH] linux-user: Avoid compilation error with --disable-guest-base
 2015-07-01 19:46 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/1] A couple of problems with BlockDriverState's children list
 2015-07-01 19:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/1] block: update BlockDriverState's children in bdrv_set_backing_hd()

[Qemu-devel] GRO not happening in VM with VxLAN
 2015-07-01 19:14 UTC  (7+ messages)
` [Qemu-devel] [Qemu-discuss] "

[Qemu-devel] [PATCH v5] pci : Add pba_offset PCI quirk for Chelsio T5 devices
 2015-07-01 19:05 UTC 

[Qemu-devel] [PATCH] qtest/ide: add another short PRDT test flavor
 2015-07-01 18:40 UTC  (2+ messages)

[Qemu-devel] [Qemu-block] [RFC] ide: fix bmdma underflow code
 2015-07-01 18:38 UTC 

[Qemu-devel] [PATCH v3] pci : Add pba_offset PCI quirk for Chelsio T5 devices
 2015-07-01 18:27 UTC  (7+ messages)

[Qemu-devel] [PATCH] qmp-shell: add documentation
 2015-07-01 18:25 UTC 

[Qemu-devel] [PATCH RFC v1] Cleanups + various fixes due to libxl ABI + more logging on errors
 2015-07-01 18:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC 4/6] xen: Print and use errno where applicable

[Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
 2015-07-01 18:19 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails
 2015-07-01 18:00 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1
 2015-07-01 17:53 UTC  (2+ 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).