qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-04 14:17:07 to 2015-09-04 20:11:10 UTC [more...]

[Qemu-devel] [PULL 00/16] Block patches
 2015-09-04 20:10 UTC  (9+ messages)
` [Qemu-devel] [PULL 01/16] qemu-iotests: qemu machine type support
` [Qemu-devel] [PULL 02/16] qemu-iotests: disable default qemu devices for cross-platform compatibility
` [Qemu-devel] [PULL 03/16] qemu-iotests: s390x: fix test 041 and 055
` [Qemu-devel] [PULL 04/16] qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts
` [Qemu-devel] [PULL 05/16] qemu-iotests: s390x: fix test 130
` [Qemu-devel] [PULL 06/16] block/raw-posix: Use raw_normalize_devicepath()
` [Qemu-devel] [PULL 07/16] qemu-img: Fix crash in amend invocation
` [Qemu-devel] [PULL 08/16] iotests: More options for VM.add_drive()

[Qemu-devel] [PATCH v4 0/3] Improve -help
 2015-09-04 20:06 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/3] vl: Add a flags to define parameters with optional arguments
` [Qemu-devel] [PATCH v4 2/3] help: fix typo
` [Qemu-devel] [PATCH v4 3/3] Use help sub-sections to create sub-help options

[Qemu-devel] [PATCH v6 0/4] xlnx-zynqmp: Connect the AHCI SATA device
 2015-09-04 19:59 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 2/4] ahci.c: Don't assume AHCIState's parent is AHCIPCIState
  ` [Qemu-devel] [PATCH RESEND "
  ` [Qemu-devel] [PATCH v6 4/4] xlnx-zynqmp: Connect the sysbus AHCI to ZynqMP
  ` [Qemu-devel] [PATCH RESEND "

[Qemu-devel] [PATCH] configure: Require Python 2.6
 2015-09-04 19:53 UTC 

[Qemu-devel] [PATCH v2 00/13] qcow2: reopen: Change driver-specific runtime options
 2015-09-04 19:52 UTC  (20+ messages)
` [Qemu-devel] [PATCH v2 01/13] block: Allow specifying driver-specific options to reopen
` [Qemu-devel] [PATCH v2 02/13] qemu-io: Remove duplicate 'open' error message
` [Qemu-devel] [PATCH v2 03/13] qemu-io: Add command 'reopen'
` [Qemu-devel] [PATCH v2 04/13] qcow2: Improve error message
` [Qemu-devel] [PATCH v2 05/13] qcow2: Factor out qcow2_update_options()
` [Qemu-devel] [PATCH v2 06/13] qcow2: Move qcow2_update_options() call up
` [Qemu-devel] [PATCH v2 07/13] qcow2: Move rest of option handling to qcow2_update_options()
` [Qemu-devel] [PATCH v2 08/13] qcow2: Leave s unchanged on qcow2_update_options() failure
` [Qemu-devel] [PATCH v2 09/13] qcow2: Fix memory leak in qcow2_update_options() error path
` [Qemu-devel] [PATCH v2 10/13] qcow2: Make qcow2_update_options() suitable for transactions
` [Qemu-devel] [PATCH v2 11/13] qcow2: Support updating driver-specific options in reopen
` [Qemu-devel] [PATCH v2 12/13] qemu-iotests: Reopen qcow2 with lazy-refcounts change
` [Qemu-devel] [PATCH v2 13/13] qemu-iotests: More qcow2 reopen tests

[Qemu-devel] [PATCH] qapi-schema: remove legacy<> from doc
 2015-09-04 19:43 UTC  (2+ messages)

[Qemu-devel] [PATCH] vl.c: don't try to insert malloc tracepoints on newer glib (v2)
 2015-09-04 19:09 UTC 

[Qemu-devel] [PATCH v3 0/7] machine registration: Use QOM, eliminate QEMUMachine
 2015-09-04 18:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/7] exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message
` [Qemu-devel] [PATCH v3 2/7] exynos4: Use MachineClass instead of exynos4_machines array
` [Qemu-devel] [PATCH v3 3/7] exynos4: Declare each QEMUMachine as a separate variable
` [Qemu-devel] [PATCH v3 4/7] machine: DEFINE_MACHINE macro
` [Qemu-devel] [PATCH v3 5/7] mac_world: Break long line
` [Qemu-devel] [PATCH v3 6/7] Use DEFINE_MACHINE to register all machines
` [Qemu-devel] [PATCH v3 7/7] machine: Eliminate QEMUMachine and qemu_register_machine()

[Qemu-devel] [PATCH v1 1/1] cadence_gem: Correct Marvell PHY SPCFC reset value
 2015-09-04 18:32 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
 2015-09-04 18:26 UTC  (3+ messages)

[Qemu-devel] [PATCH V4 0/8] Xilinx DisplayPort
 2015-09-04 18:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma

[Qemu-devel] [PATCH 1/1] vl.c: don't try to insert malloc tracepoints on newer glib
 2015-09-04 18:11 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Monitor patches
 2015-09-04 17:54 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] qmp-shell: add documentation
` [Qemu-devel] [PULL 2/2] hmp: add info iothreads command

[Qemu-devel] [PATCH v12 0/5] vGICv3 support
 2015-09-04 15:53 UTC  (9+ messages)
` [Qemu-devel] [PATCH v12 5/5] hw/arm/virt: Add gic-version option to virt machine

[Qemu-devel] Fwd: Re: QEMU+Aarch64: in_asm log skips instructions of loop-programs
 2015-09-04 16:38 UTC  (4+ messages)
  ` [Qemu-devel] "

[Qemu-devel] Segfault using qemu-system-arm in smc91c111
 2015-09-04 17:30 UTC  (7+ messages)

[Qemu-devel] [PATCH] hw/arm/virt-acpi-build: drop _ADR entry from SPCR
 2015-09-04 17:14 UTC  (11+ messages)

[Qemu-devel] "Using Python to investigate EFI and ACPI"
 2015-09-04 17:11 UTC  (8+ messages)

[Qemu-devel] [RFC 00/20] Do away with TB retranslation
 2015-09-04 17:07 UTC  (7+ messages)

[Qemu-devel] [PATCH v15 00/33] TileGX basic instructions
 2015-09-04 17:03 UTC  (13+ messages)
` [Qemu-devel] [PATCH v15 14/33] target-tilegx: Handle simple logical operations
` [Qemu-devel] [PATCH v15 16/33] target-tilegx: Handle most bit manipulation instructions
` [Qemu-devel] [PATCH v15 22/33] target-tilegx: Implement system and memory management instructions
` [Qemu-devel] [PATCH v15 24/33] target-tilegx: Handle shift instructions
` [Qemu-devel] [PATCH v15 29/33] target-tilegx: Handle mtspr, mfspr
` [Qemu-devel] [PATCH v15 30/33] target-tilegx: Handle atomic instructions

[Qemu-devel] [PATCH v3 0/6] ARM: enable TZ in the GIC
 2015-09-04 16:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] qom: Add recursive version of object_child_for_each
` [Qemu-devel] [PATCH v3 2/6] hw/arm: new interface for devices which need to behave differently for kernel boot
` [Qemu-devel] [PATCH v3 3/6] hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS "
` [Qemu-devel] [PATCH v3 4/6] hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUs
` [Qemu-devel] [PATCH v3 5/6] hw/arm/virt: Default to not providing TrustZone support
` [Qemu-devel] [PATCH v3 6/6] hw/arm/virt: Enable TZ extensions on the GIC if we are using them

[Qemu-devel] [PATCH v6 0/5] migration: Dynamic cpu throttling for auto-converge
 2015-09-04 16:26 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 1/5] cpu: Provide vcpu throttling interface
` [Qemu-devel] [PATCH v6 2/5] migration: Parameters for auto-converge cpu throttling
` [Qemu-devel] [PATCH v6 3/5] migration: Dynamic cpu throttling for auto-converge
` [Qemu-devel] [PATCH v6 4/5] qmp/hmp: Add throttle ratio to query-migrate and info migrate
` [Qemu-devel] [PATCH v6 5/5] migration: Disambiguate MAX_THROTTLE

[Qemu-devel] [PULL 00/33] qapi: Another round of fixes and cleanups
 2015-09-04 16:37 UTC  (35+ messages)
` [Qemu-devel] [PULL 01/33] qapi: Clarify docs on including the same file multiple times
` [Qemu-devel] [PULL 02/33] qapi: Clean up cgen() and mcgen()
` [Qemu-devel] [PULL 03/33] qapi: Simplify guardname()
` [Qemu-devel] [PULL 04/33] qapi-event: Clean up how name of enum QAPIEvent is made
` [Qemu-devel] [PULL 05/33] qapi: Reject -p arguments that break qapi-event.py
` [Qemu-devel] [PULL 06/33] qapi: Drop unused and useless parameters and variables
` [Qemu-devel] [PULL 07/33] qapi: Fix generated code when flat union has member 'kind'
` [Qemu-devel] [PULL 08/33] qapi: Generate a nicer struct for flat unions
` [Qemu-devel] [PULL 09/33] qapi-visit: Fix generated code when schema has forward refs
` [Qemu-devel] [PULL 10/33] qapi-visit: Replace list implicit_structs by set
` [Qemu-devel] [PULL 11/33] qapi-visit: Fix two name arguments passed to visitors
` [Qemu-devel] [PULL 12/33] tests/qapi-schema: Document alternate's enum lacks visit function
` [Qemu-devel] [PULL 13/33] tests/qapi-schema: Document events with base don't work
` [Qemu-devel] [PULL 14/33] qapi: Document that input visitor semantics are prone to leaks
` [Qemu-devel] [PULL 15/33] qapi: Document shortcoming with union 'data' branch
` [Qemu-devel] [PULL 16/33] qapi: Document flaws in checking of names
` [Qemu-devel] [PULL 17/33] tests/qapi-schema: Restore test case for flat union base bug
` [Qemu-devel] [PULL 18/33] tests/qapi-schema: Rename tests from data- to args-
` [Qemu-devel] [PULL 19/33] qapi-tests: New tests for union, alternate command arguments
` [Qemu-devel] [PULL 20/33] qapi: Fix to reject union command and event arguments
` [Qemu-devel] [PULL 21/33] qapi: Command returning anonymous type doesn't work, outlaw
` [Qemu-devel] [PULL 22/33] qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
` [Qemu-devel] [PULL 23/33] qapi-commands: Inline gen_marshal_output_call()
` [Qemu-devel] [PULL 24/33] qapi-commands: Don't feed output of mcgen() to mcgen() again
` [Qemu-devel] [PULL 25/33] qapi-commands: Drop useless initialization
` [Qemu-devel] [PULL 26/33] qapi: Generated code cleanup
` [Qemu-devel] [PULL 27/33] qapi: Drop one of two "simple union must not have base" checks
` [Qemu-devel] [PULL 28/33] tests/qapi-schema: Cover two more syntax errors
` [Qemu-devel] [PULL 29/33] tests/qapi-schema: Cover non-string, non-dictionary members
` [Qemu-devel] [PULL 30/33] qapi: Fix errors for "
` [Qemu-devel] [PULL 31/33] qapi: Simplify error reporting for array types
` [Qemu-devel] [PULL 32/33] docs/qapi-code-gen.txt: Fix QAPI schema examples
` [Qemu-devel] [PULL 33/33] qapi: Generators crash when --output-dir isn't given, fix

[Qemu-devel] [PATCH] e1000: Avoid infinite loop in processing transmit descriptor
 2015-09-04 16:21 UTC 

[Qemu-devel] [PATCH v2] linux-user: add name_to_handle_at/open_by_handle_at
 2015-09-04 16:14 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v0] spapr: Disable memory hotplug when HTAB size is insufficient
 2015-09-04 16:12 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH v0 0/3] sPAPR: Memory hot removal support
 2015-09-04 16:06 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v0 3/3] spapr: Memory hot-unplug support

[Qemu-devel] Can we require a newer Python?
 2015-09-04 16:03 UTC  (3+ messages)

[Qemu-devel] [PATCH RFC v4 00/32] qapi: QMP introspection
 2015-09-04 15:55 UTC  (14+ messages)
` [Qemu-devel] [PATCH RFC v4 02/32] qapi: New QAPISchema intermediate reperesentation
` [Qemu-devel] [PATCH RFC v4 30/32] qapi: New QMP command query-schema for QMP schema introspection
` [Qemu-devel] [PATCH RFC v4 32/32] qapi-introspect: Hide type names

[Qemu-devel] [PATCH 00/10] Fix machine class names to use the "-machine" suffix
 2015-09-04 15:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH 07/10] s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAME
` [Qemu-devel] [PATCH 10/10] machine: Set MachineClass::name automatically

[Qemu-devel] [PATCH 00/17] target-openrisc improvements
 2015-09-04 15:24 UTC  (8+ messages)
` [Qemu-devel] [PATCH 06/17] target-openrisc: Put SR[OVE] in TB flags
` [Qemu-devel] [PATCH 10/17] target-openrisc: Represent MACHI:MACLO as a single unit
` [Qemu-devel] [PATCH 11/17] target-openrisc: Rationalize immediate extraction

[Qemu-devel] [PATCH v5 0/5] migration: Dynamic cpu throttling for auto-converge
 2015-09-04 15:17 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/5] cpu: Provide vcpu throttling interface
` [Qemu-devel] [PATCH v5 2/5] migration: Parameters for auto-converge cpu throttling
` [Qemu-devel] [PATCH v5 3/5] migration: Dynamic cpu throttling for auto-converge

[Qemu-devel] [PULL 00/27] target-arm queue
 2015-09-04 15:05 UTC  (28+ messages)
` [Qemu-devel] [PULL 01/27] arm: Use g_new() & friends where that makes obvious sense
` [Qemu-devel] [PULL 02/27] target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
` [Qemu-devel] [PULL 03/27] target-arm: Improve semihosting debug prints
` [Qemu-devel] [PULL 04/27] gdbstub: Implement gdb_do_syscallv()
` [Qemu-devel] [PULL 05/27] target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'
` [Qemu-devel] [PULL 06/27] include/exec/softmmu-semi.h: Add support for 64-bit values
` [Qemu-devel] [PULL 07/27] target-arm/arm-semi.c: Support widening APIs to 64 bits
` [Qemu-devel] [PULL 08/27] target-arm/arm-semi.c: Implement A64 specific SyncCacheRange call
` [Qemu-devel] [PULL 09/27] target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter block
` [Qemu-devel] [PULL 10/27] target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
` [Qemu-devel] [PULL 11/27] smbios: add smbios 3.0 support
` [Qemu-devel] [PULL 12/27] smbios: implement smbios support for mach-virt
` [Qemu-devel] [PULL 13/27] arm: cpu: assert() on no-EL2 virt IRQ error condition
` [Qemu-devel] [PULL 14/27] arm: Remove hw_error() usages
` [Qemu-devel] [PULL 15/27] target-arm: Fix AArch32:AArch64 general-purpose register mapping
` [Qemu-devel] [PULL 16/27] hw/arm/virt: Add high MMIO PCI region, 512G in size
` [Qemu-devel] [PULL 17/27] target-arm: Fix arm_excp_unmasked() function
` [Qemu-devel] [PULL 18/27] i.MX: Add SOC support for i.MX31
` [Qemu-devel] [PULL 19/27] i.MX: KZM: use standalone i.MX31 SOC support
` [Qemu-devel] [PULL 20/27] i.MX: Add I2C controller emulator
` [Qemu-devel] [PULL 21/27] i.MX: Add FEC Ethernet Emulator
` [Qemu-devel] [PULL 22/27] i.MX: Add SOC support for i.MX25
` [Qemu-devel] [PULL 23/27] i.MX: Add the i.MX25 PDK platform
` [Qemu-devel] [PULL 24/27] i.MX: Add qtest support for I2C device emulator
` [Qemu-devel] [PULL 25/27] i.MX: Add i2C devices to i.MX31 SOC
` [Qemu-devel] [PULL 26/27] target-arm: Refactor CPU affinity handling
` [Qemu-devel] [PULL 27/27] arm/virt: Add full-sized "

[Qemu-devel] PING: [PATCH v2 0/2] cpu_arm: Implement irqchip property for ARM CPU
 2015-09-04 15:01 UTC  (4+ messages)

[Qemu-devel] MTTCG Tasks (kvmforum summary)
 2015-09-04 14:59 UTC  (7+ messages)

[Qemu-devel] [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case
 2015-09-04 14:53 UTC  (7+ messages)
` [Qemu-devel] [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule

[Qemu-devel] PING: [PATCH v2] Do not use slow [*] expansion for GPIO creation
 2015-09-04 14:49 UTC 

[Qemu-devel] [PATCH] checkpatch: Perl 5.22 deprecation fixes
 2015-09-04 14:45 UTC 

[Qemu-devel] [PATCH v2 0/2] Add 'blockdev-snapshot' command
 2015-09-04 14:42 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] block: rename BlockdevSnapshot to BlockdevSnapshotSync
` [Qemu-devel] [PATCH v2 2/2] block: add a 'blockdev-snapshot' QMP command

[Qemu-devel] [PATCH 0/2] arm/virt: Add full-sized CPU affinity handling
 2015-09-04 14:41 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] target-mips improvements
 2015-09-04 14:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] target-mips: Use movcond in movci and movcf*

[Qemu-devel] checkpatch.pl Perl 5.22 deprecation
 2015-09-04 14:31 UTC  (3+ 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).