qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-17 20:53:20 to 2014-12-19 03:39:25 UTC [more...]

[Qemu-devel] [RESEND PATCH 0/2] QEMUSizedBuffer/QEMUFile fixes
 2014-12-19  3:38 UTC  (2+ messages)
` [Qemu-devel] [RESEND PATCH 1/2] QEMUSizedBuffer: only free qsb that qemu_bufopen allocated

[Qemu-devel] [PATCH 0/2] ignore bus master for e1000
 2014-12-19  3:09 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/2] e1000: defer packets until BM enabled
` [Qemu-devel] [PATCH 2/2] e1000: unconditionally enable bus mastering

[Qemu-devel] [PATCH RESEND v2 0/3] vl: smp_parse sanity checks
 2014-12-19  2:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH RESEND v2 1/3] vl: Avoid unnecessary 'if' nesting
` [Qemu-devel] [PATCH RESEND v2 2/3] vl: fix max_cpus check
` [Qemu-devel] [PATCH RESEND v2 3/3] vl: Don't silently change topology when all -smp options were set

[Qemu-devel] [PATCH 0/8] target-i386: Simplify APIC ID initialization, move compat code to pc.c
 2014-12-19  2:41 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/8] target-i386: Rename cpu_x86_init() to cpu_x86_init_user()
` [Qemu-devel] [PATCH 2/8] target-i386: Eliminate cpu_init() function
` [Qemu-devel] [PATCH 3/8] target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
` [Qemu-devel] [PATCH 4/8] target-i386: Keep track of apic-id setting
` [Qemu-devel] [PATCH 5/8] target-i386: Set APIC ID using cpu_index on CONFIG_USER
` [Qemu-devel] [PATCH 6/8] target-i386: Don't set APIC ID on instance_init
` [Qemu-devel] [PATCH 7/8] target-i386: Move topology.h to hw/i386/topology.h
` [Qemu-devel] [PATCH 8/8] target-i386: Move APIC ID compatibility code to pc.c

[Qemu-devel] request for wiki account, please
 2014-12-19  2:29 UTC  (2+ messages)

[Qemu-devel] [PULL 00/47] Patches for KVM, x86, SCSI, migration fixes (2014-12-15)
 2014-12-19  2:19 UTC  (3+ messages)
` [Qemu-devel] [PULL 26/47] cpu-exec: reset exception_index correctly

[Qemu-devel] [RFC 00/47] ACPI refactoring: replace template patching with C ASL API
 2014-12-19  2:02 UTC  (48+ messages)
` [Qemu-devel] [RFC 01/47] acpi: introduce AML composer aml_append()
` [Qemu-devel] [RFC 02/47] acpi: add acpi_scope() term
` [Qemu-devel] [RFC 03/47] acpi: add acpi_device() term
` [Qemu-devel] [RFC 04/47] acpi: add acpi_method() term
` [Qemu-devel] [RFC 05/47] acpi: add acpi_if() term
` [Qemu-devel] [RFC 06/47] acpi: add acpi_name() & acpi_name_decl() term
` [Qemu-devel] [RFC 07/47] acpi: factor out ACPI const int packing out build_append_value()
` [Qemu-devel] [RFC 08/47] acpi: extend build_append_{value|int}() to support 64-bit values
` [Qemu-devel] [RFC 09/47] acpi: add acpi_int() term
` [Qemu-devel] [RFC 10/47] acpi: add acpi_return() term
` [Qemu-devel] [RFC 11/47] acpi: add acpi_arg0(), acpi_arg1(), acpi_arg2(), acpi_arg3() terms
` [Qemu-devel] [RFC 12/47] acpi: add acpi_store() term
` [Qemu-devel] [RFC 13/47] acpi: add acpi_and() term
` [Qemu-devel] [RFC 14/47] acpi: add acpi_notify() term
` [Qemu-devel] [RFC 15/47] acpi: add acpi_call1(), acpi_call2(), acpi_call3(), acpi_call4() helpers
` [Qemu-devel] [RFC 16/47] pc: acpi-build: drop template patching and create PCI bus tree dinamically
` [Qemu-devel] [RFC 17/47] acpi: add acpi_package() term
` [Qemu-devel] [RFC 18/47] pc: acpi-build: drop unsupported PM1b_CNT.SLP_TYP
` [Qemu-devel] [RFC 19/47] pc: acpi-build: generate _S[345] packages dynamically
` [Qemu-devel] [RFC 20/47] acpi: add acpi_buffer() term
` [Qemu-devel] [RFC 21/47] acpi: add acpi_resource_template() helper
` [Qemu-devel] [RFC 22/47] acpi: add acpi_io() helper
` [Qemu-devel] [RFC 23/47] acpi: include PkgLength size only when requested
` [Qemu-devel] [RFC 24/47] acpi: add acpi_operation_region() term
` [Qemu-devel] [RFC 25/47] acpi: add acpi_field() & acpi_named_field() terms
` [Qemu-devel] [RFC 26/47] acpi: add acpi_local0() term
` [Qemu-devel] [RFC 27/47] acpi: add acpi_string() term
` [Qemu-devel] [RFC 28/47] pc: acpi-build: generate pvpanic device description dynamically
` [Qemu-devel] [RFC 29/47] acpi: add acpi_varpackage() term
` [Qemu-devel] [RFC 30/47] acpi: add acpi_equal() term
` [Qemu-devel] [RFC 31/47] acpi: add acpi_processor() term
` [Qemu-devel] [RFC 32/47] acpi: add acpi_eisaid() term
` [Qemu-devel] [RFC 33/47] pc: acpi-build: drop template patching and CPU hotplug objects dynamically
` [Qemu-devel] [RFC 34/47] pc: acpi-build: create CPU hotplug IO region dynamically
` [Qemu-devel] [RFC 35/47] acpi: add acpi_reserved_field() term
` [Qemu-devel] [RFC 36/47] pc: acpi-build: drop template patching and memory hotplug objects dynamically
` [Qemu-devel] [RFC 37/47] pc: acpi-build: create memory hotplug IO region dynamically
` [Qemu-devel] [RFC 38/47] acpi: add acpi_word_bus_number(), acpi_word_io(), acpi_dword_memory(), acpi_qword_memory() terms
` [Qemu-devel] [RFC 39/47] pc: pcihp: expose MMIO base and len as properties
` [Qemu-devel] [RFC 40/47] pc: acpi-build: reserve PCIHP MMIO resources
` [Qemu-devel] [RFC 41/47] pc: acpi-build: create PCI0._CRS dynamically
` [Qemu-devel] [RFC 42/47] acpi: make tables linker-loader available to other targets
` [Qemu-devel] [RFC 43/47] acpi: add acpi_def_block() term
` [Qemu-devel] [RFC 44/47] pc: acpi-build: prepare to make ACPI tables blob opaque for table building functions
` [Qemu-devel] [RFC 45/47] pc: acpi-build: drop remaining ssdt_misc template and use acpi_def_block()
` [Qemu-devel] [RFC 46/47] pc: acpi: update DSTD blobs
` [Qemu-devel] [RFC 47/47] tests: acpi: update reference DSDT/SSDT tables

[Qemu-devel] Qemu support with rbd in Centos7
 2014-12-19  1:07 UTC 

[Qemu-devel] [PATCH 0/2] ATAPI migration fix/hack
 2014-12-18 23:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] atapi migration: Throw recoverable error to avoid recovery

[Qemu-devel] [PATCH 0/5] pseries: Fix and extend PAPR RTC implementation
 2014-12-18 23:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/5] pseries: Move sPAPR RTC code into its own file

[Qemu-devel] Unable to loadvm on qemu-system-ppc -M g3beige (keyboard freeze)
 2014-12-18 23:01 UTC  (10+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v1] [Review Request] RTC Support in e500
 2014-12-18 22:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/9] target-ppc: Rudimentary Support for Transactional Memory
 2014-12-18 22:52 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/9] target-ppc: Introduce Instruction Type "
` [Qemu-devel] [PATCH 2/9] target-ppc: Introduce Feature Flag "
` [Qemu-devel] [PATCH 3/9] target-ppc: Introduce tm_enabled Bit to CPU State
` [Qemu-devel] [PATCH 4/9] target-ppc: Power8 Supports Transactional Memory
` [Qemu-devel] [PATCH 5/9] target-ppc: Introduce TEXASRU Bit Fields
` [Qemu-devel] [PATCH 6/9] target-ppc: Introduce tbegin
` [Qemu-devel] [PATCH 7/9] target-ppc: Introduce TM Noops
` [Qemu-devel] [PATCH 8/9] target-ppc: Introduce tcheck
` [Qemu-devel] [PATCH 9/9] target-ppc: Introduce Privileged TM Noops

[Qemu-devel] [PATCH v2 0/8] acpi: make ROMs resizeable
 2014-12-18 21:49 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 0/4] qmp: Add "blockdev-backup"
 2014-12-18 18:07 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 1/4] qapi: Comment version info in TransactionAction
` [Qemu-devel] [PATCH v6 2/4] qmp: Add command 'blockdev-backup'
` [Qemu-devel] [PATCH v6 3/4] block: Add blockdev-backup to transaction
` [Qemu-devel] [PATCH v6 4/4] qemu-iotests: Test blockdev-backup in 055

[Qemu-devel] [PATCH RFC v6 00/20] qemu: towards virtio-1 host support
 2014-12-18 16:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC v6 17/20] virtio-net: enable virtio 1.0

[Qemu-devel] [RFC PATCH] target-arm: protect cpu_exclusive_*
 2014-12-18 16:55 UTC  (25+ messages)

[Qemu-devel] [PATCH] QEMU:Change the IRQ number for GPIO Controller
 2014-12-18 16:48 UTC  (4+ messages)
  ` [Qemu-devel] [PATCH] hw/ppc/e500.c : Fix GPIO IRQ Number

[Qemu-devel] [PULL v2 0/7] s390x patches for 2.3
 2014-12-18 16:34 UTC  (8+ messages)
` [Qemu-devel] [PULL v2 1/7] s390x/ccw: fix oddity in machine class init
` [Qemu-devel] [PULL v2 2/7] s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers
` [Qemu-devel] [PULL v2 3/7] s390x/kvm: sync register support helper function
` [Qemu-devel] [PULL v2 4/7] s390x/kvm: avoid syscalls by syncing registers with kvm_run
` [Qemu-devel] [PULL v2 5/7] s390: Add PCI bus support
` [Qemu-devel] [PULL v2 6/7] s390: implement pci instructions
` [Qemu-devel] [PULL v2 7/7] kvm: extend kvm_irqchip_add_msi_route to work on s390

[Qemu-devel] [PATCH 1/1] dev-serial: report when data are ready to be read
 2014-12-18 16:23 UTC 

[Qemu-devel] [PATCH v5 0/5] Geometry and blocksize detection for backing devices
 2014-12-18 15:59 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/5] block: add bdrv functions for geometry and blocksize
` [Qemu-devel] [PATCH v5 2/5] raw-posix: Refactor logical block size detection
` [Qemu-devel] [PATCH v5 3/5] block: Add driver methods to probe blocksizes and geometry
` [Qemu-devel] [PATCH v5 4/5] block-backend: Add wrappers for blocksizes and geometry probing
` [Qemu-devel] [PATCH v5 5/5] BlockConf: Call backend functions to detect geometry and blocksizes

[Qemu-devel] 2.1 unexpected stop after exporting blockdev via nbd server
 2014-12-18 15:38 UTC 

[Qemu-devel] Review of monitor commands identifying BDS / BB by name
 2014-12-18 15:25 UTC  (2+ messages)
` [Qemu-devel] Review of ways to create BDSes (was: Review of monitor commands identifying BDS / BB by name)

[Qemu-devel] [PATCH 00/14] block: Remove "growable", add blk_new_open()
 2014-12-18 15:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH 02/14] block: Add blk_new_open()

[Qemu-devel] [PATCH V2 0/4] *virtio-blk: add multiread support
 2014-12-18 14:44 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/3 V2] add PCI support for the s390 platform
 2014-12-18 14:39 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support
` [Qemu-devel] [PATCH 2/3 V2] s390: implement pci instructions
` [Qemu-devel] [PATCH 3/3 V2] kvm: extend kvm_irqchip_add_msi_route to work on s390

[Qemu-devel] Qemu on the Android platform
 2014-12-18 14:20 UTC 

[Qemu-devel] [PATCH v5 00/11] fw_cfg, bootorder, and UEFI+'-kernel' on arm/virt
 2014-12-18 13:31 UTC  (17+ messages)
` [Qemu-devel] [PATCH v5 01/11] fw_cfg: hard separation between the MMIO and I/O port mappings
` [Qemu-devel] [PATCH v5 02/11] fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()
` [Qemu-devel] [PATCH v5 03/11] fw_cfg_mem: max access size and region size are the same for data register
` [Qemu-devel] [PATCH v5 04/11] fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIAN
` [Qemu-devel] [PATCH v5 05/11] exec: allows 8-byte accesses in subpage_ops
` [Qemu-devel] [PATCH v5 06/11] fw_cfg_mem: introduce the "data_width" property
` [Qemu-devel] [PATCH v5 07/11] fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()
` [Qemu-devel] [PATCH v5 08/11] arm: add fw_cfg to "virt" board
` [Qemu-devel] [PATCH v5 09/11] hw/loader: split out load_image_gzipped_buffer()
` [Qemu-devel] [PATCH v5 10/11] hw/arm: pass pristine kernel image to guest firmware over fw_cfg
` [Qemu-devel] [PATCH v5 11/11] hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmware

[Qemu-devel] [PATCH 0/3] block: three optimizations
 2014-12-18 12:35 UTC  (2+ messages)

[Qemu-devel] alt-gr on Windows
 2014-12-18 11:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/4] qmp: Add "blockdev-backup"
 2014-12-18 10:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 1/4] qapi: Comment version info in TransactionAction
` [Qemu-devel] [PATCH v5 2/4] qmp: Add command 'blockdev-backup'
` [Qemu-devel] [PATCH v5 3/4] block: Add blockdev-backup to transaction

[Qemu-devel] [PATCH] target-mips: Correct 32-bit address space wrapping
 2014-12-18 10:16 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/7] coroutine: optimizations
 2014-12-18 10:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] More migration file cleanup
 2014-12-18  9:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 1/5] Start migrating migration code into a migration directory
` [Qemu-devel] [PATCH v3 2/5] Remove migration- pre/post fixes off files in migration/ dir
` [Qemu-devel] [PATCH v3 3/5] Split struct QEMUFile out
` [Qemu-devel] [PATCH v3 4/5] Split the QEMU buffered file code out
` [Qemu-devel] [PATCH v3 5/5] MAINTAINERS: Update for migrated migration code

[Qemu-devel] [PATCH] seccomp: add mbind() to the syscall whitelist
 2014-12-18  8:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] e1000: fixes for Phar Lap ETS
 2014-12-18  5:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] e1000: Clear MDIC register when PHY addr is invalid
` [Qemu-devel] [PATCH v2 2/2] e1000: decrement RDT if equal to RDH

[Qemu-devel] [PATCH v1] vhost-user: fix not send all hugepage files to vhost-user
 2014-12-18  5:06 UTC  (2+ messages)

[Qemu-devel] virtio-net path after kick
 2014-12-18  2:19 UTC 

[Qemu-devel] [PATCH v2 00/17] ide: rerror and werror support for IDE and AHCI
 2014-12-18  1:40 UTC  (4+ messages)

[Qemu-devel] [PULL 0/1] update ipxe from 69313ed to 35c5379
 2014-12-18  1:25 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-openrisc: bugfixes for debugging with GDB+Qemu on OpenRISC
 2014-12-18  0:26 UTC 


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