qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-11 15:41:21 to 2014-05-01 15:20:54 UTC [more...]

[Qemu-devel] [PATCH V5 00/28] add direct support of event in qapi schema
 2014-05-01 15:00 UTC  (33+ messages)
` [Qemu-devel] [PATCH V5 01/28] os-posix: include sys/time.h
` [Qemu-devel] [PATCH V5 02/28] qapi: add event helper functions
` [Qemu-devel] [PATCH V5 03/28] qapi script: add event support
` [Qemu-devel] [PATCH V5 04/28] test: add test cases for qapi event
` [Qemu-devel] [PATCH V5 05/28] qapi: define events in qapi schema
` [Qemu-devel] [PATCH V5 06/28] monitor: change event functions as an implemention of new emit method
` [Qemu-devel] [PATCH V5 07/28] qapi event: convert SHUTDOWN
` [Qemu-devel] [PATCH V5 08/28] qapi event: convert POWERDOWN
` [Qemu-devel] [PATCH V5 09/28] qapi event: convert RESET
` [Qemu-devel] [PATCH V5 10/28] qapi event: convert STOP
` [Qemu-devel] [PATCH V5 11/28] qapi event: convert RESUME
` [Qemu-devel] [PATCH V5 12/28] qapi event: convert SUSPEND
` [Qemu-devel] [PATCH V5 13/28] qapi event: convert SUSPEND_DISK
` [Qemu-devel] [PATCH V5 14/28] qapi event: convert WAKEUP
` [Qemu-devel] [PATCH V5 15/28] qapi event: convert RTC_CHANGE
` [Qemu-devel] [PATCH V5 16/28] qapi event: convert WATCHDOG
` [Qemu-devel] [PATCH V5 17/28] qapi event: convert DEVICE_DELETED
` [Qemu-devel] [PATCH V5 18/28] qapi event: convert DEVICE_TRAY_MOVED
` [Qemu-devel] [PATCH V5 19/28] qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
` [Qemu-devel] [PATCH V5 20/28] qapi event: convert BLOCK_IMAGE_CORRUPTED
` [Qemu-devel] [PATCH V5 21/28] qapi event: convert other BLOCK_JOB events
` [Qemu-devel] [PATCH V5 22/28] qapi event: convert NIC_RX_FILTER_CHANGED
` [Qemu-devel] [PATCH V5 23/28] qapi event: convert VNC events
` [Qemu-devel] [PATCH V5 24/28] qapi event: convert SPICE events
` [Qemu-devel] [PATCH V5 25/28] qapi event: convert BALLOON_CHANGE
` [Qemu-devel] [PATCH V5 26/28] qapi event: convert GUEST_PANICKED
` [Qemu-devel] [PATCH V5 27/28] qapi event: convert QUORUM events
` [Qemu-devel] [PATCH V5 28/28] qapi event: clean up

[Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer
 2014-05-01 15:13 UTC  (25+ messages)
` [Qemu-devel] [PATCH 01/22] block: use BlockDriverState AioContext
` [Qemu-devel] [PATCH 02/22] block: acquire AioContext in bdrv_close_all()
` [Qemu-devel] [PATCH 03/22] block: add bdrv_set_aio_context()
` [Qemu-devel] [PATCH 04/22] blkdebug: use BlockDriverState's AioContext
` [Qemu-devel] [PATCH 05/22] blkverify: implement .bdrv_detach/attach_aio_context()
` [Qemu-devel] [PATCH 06/22] curl: "
` [Qemu-devel] [PATCH 07/22] gluster: use BlockDriverState's AioContext
` [Qemu-devel] [PATCH 08/22] iscsi: implement .bdrv_detach/attach_aio_context()
` [Qemu-devel] [PATCH 09/22] nbd: "
` [Qemu-devel] [PATCH 10/22] nfs: "
` [Qemu-devel] [PATCH 11/22] qed: use BlockDriverState's AioContext
` [Qemu-devel] [PATCH 12/22] quorum: implement .bdrv_detach/attach_aio_context()
` [Qemu-devel] [PATCH 13/22] block/raw-posix: "
` [Qemu-devel] [PATCH 14/22] block/linux-aio: fix memory and fd leak
` [Qemu-devel] [PATCH 15/22] rbd: use BlockDriverState's AioContext
` [Qemu-devel] [PATCH 16/22] sheepdog: implement .bdrv_detach/attach_aio_context()
` [Qemu-devel] [PATCH 17/22] ssh: use BlockDriverState's AioContext
` [Qemu-devel] [PATCH 18/22] vmdk: implement .bdrv_detach/attach_aio_context()
` [Qemu-devel] [PATCH 19/22] dataplane: use the QEMU block layer for I/O
` [Qemu-devel] [PATCH 20/22] dataplane: delete IOQueue since it is no longer used
` [Qemu-devel] [PATCH 21/22] dataplane: implement async flush
` [Qemu-devel] [PATCH 22/22] raw-posix: drop raw_get_aio_fd() since it is no longer used

[Qemu-devel] [PULL 00/10] target-arm queue
 2014-05-01 14:55 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] target-arm: Implement XScale cache lockdown operations as NOPs
` [Qemu-devel] [PULL 02/10] armv7m_nvic: fix CPUID Base Register
` [Qemu-devel] [PULL 03/10] target-arm: implement WFE/YIELD as a yield for AArch64
` [Qemu-devel] [PULL 04/10] target-arm: Make vbar_write 64bit friendly on 32bit hosts
` [Qemu-devel] [PULL 05/10] target-arm: A64: Handle blr lr
` [Qemu-devel] [PULL 06/10] target-arm: A64: Fix a typo when declaring TLBI ops
` [Qemu-devel] [PULL 07/10] target-arm: Correct a comment refering to EL0
` [Qemu-devel] [PULL 08/10] hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_priv
` [Qemu-devel] [PULL 09/10] hw/arm/virt: Put GIC register banks on 64K boundaries
` [Qemu-devel] [PULL 10/10] hw/arm/virt: Add support for Cortex-A57

[Qemu-devel] [PATCH v5 00/10] migration: Optimizate the xbzrle and fix one corruption issue
 2014-05-01 14:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 05/10] XBZRLE: optimize XBZRLE to decrease the cache misses
` [Qemu-devel] [PATCH v5 06/10] XBZRLE: rebuild the cache_is_cached function

[Qemu-devel] [PATCH] readline: Sort completions before printing them
 2014-05-01 14:26 UTC 

[Qemu-devel] [PULL 0/8] gtk patch queue
 2014-05-01 14:26 UTC 

[Qemu-devel] [PATCH v1 0/4] Mixed ARM A64 fixes
 2014-05-01 13:55 UTC  (12+ messages)
` [Qemu-devel] [PATCH v1 1/4] target-arm: Make vbar_write 64bit friendly on 32bit hosts
  ` [Qemu-devel] [PATCH v1 1/4] target-arm: Make vbar_write 64bitfriendly on 32bit hostss
` [Qemu-devel] [PATCH v1 2/4] target-arm: A64: Handle blr lr
` [Qemu-devel] [PATCH v1 3/4] target-arm: A64: Fix a typo when declaring TLBI ops
  ` [Qemu-devel] [PATCH v1 3/4] target-arm: A64: Fix a typo whendeclaring TLBI opss
` [Qemu-devel] [PATCH v1 4/4] target-arm: Correct a comment refering to EL0

[Qemu-devel] [PATCH 0/3] hw/arm/virt: Support Cortex-A57
 2014-05-01 13:49 UTC 

[Qemu-devel] [PATCH] arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()
 2014-05-01 13:28 UTC 

[Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default targetos
 2014-05-01 13:16 UTC  (6+ messages)

[Qemu-devel] [PULL 0/2] sdl patch queue
 2014-05-01 13:13 UTC 

[Qemu-devel] [PULL 0/1] hda-audio: fix non-mixer codecs
 2014-05-01 12:52 UTC 

[Qemu-devel] [PATCH v10 1/4] qapi: [trivial] Break long command lines
 2014-05-01 12:47 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH v10 3/4] qapi: Use an explicit input file
  ` [Qemu-devel] [PATCH v10 4/4] qapi: Add a primitive to include other files from a QAPI schema file

[Qemu-devel] [PATCH 1/3] curl: Fix parsing of readahead option from filename
 2014-05-01 12:04 UTC  (3+ messages)
    ` [Qemu-devel] [PATCH 2/3] curl: Add sslverify option

[Qemu-devel] [PATCH v7] spapr: Add support for time base offset migration
 2014-05-01 10:37 UTC 

[Qemu-devel] [GSoC] Wanted: small warmup tasks
 2014-05-01 10:11 UTC 

[Qemu-devel] [Bug 1314667] Re: PMPrebUSB - appcrash of qemu in Win-7-64bit
 2014-05-01  8:40 UTC 

[Qemu-devel] [PATCH] kvm_physical_sync_dirty_bitmap: ignore ENOENT from kvm_vm_ioctl
 2014-04-12  8:54 UTC 

[Qemu-devel] Should we have a 2.0-rc3 ?
 2014-04-12  8:48 UTC  (5+ messages)

[Qemu-devel] qemu-binfmt-conf.sh
 2014-04-12  8:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] power7/8 migration patches
 2014-04-12  7:25 UTC  (10+ messages)
` [Qemu-devel] [PATCH 4/4] spapr: Add support for time base offset migration
            ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH for-2.0] kvm_physical_sync_dirty_bitmap: ignore ENOENT from kvm_vm_ioctl
 2014-04-12  2:10 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/35] pc: ACPI memory hotplug
 2014-04-12  1:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH 23/35] acpi:piix4: make plug/unlug callbacks generic

[Qemu-devel] [V2 PATCH 0/6] Refactor AES Instructions
 2014-04-11 22:53 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] Error propagation in generated visitors and command marshallers
 2014-04-11 22:46 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 1/2] move test-* from .gitignore to tests/.gitignore
 2014-04-11 22:23 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] tests/.gitignore: Ignore test-rfifolock

[Qemu-devel] [PATCH] tests/qom-test: Test qom-list on link properties
 2014-04-11 22:07 UTC 

[Qemu-devel] [Bug 1306818] [NEW] resetting moder register in opencores_eth.c code (ethernet IP core specification code)
 2014-04-11 21:29 UTC 

[Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab
 2014-04-11 21:08 UTC  (4+ messages)

[Qemu-devel] [PATCH v8 0/4] qapi: Allow modularization of QAPI schema files
 2014-04-11 19:09 UTC  (10+ messages)
` [Qemu-devel] [PATCH v8 1/4] qapi: [trivial] Break long command lines
` [Qemu-devel] [PATCH v8 2/4] qapi: [trivial] Show full exception message in "test-qapi.py"
` [Qemu-devel] [PATCH v8 3/4] qapi: Use an explicit input file
` [Qemu-devel] [PATCH v8 4/4] qapi: Add a primitive to include other files from a QAPI schema file

[Qemu-devel] [PATCH v2 00/17] monitor: Completion support for various commands
 2014-04-11 17:50 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 02/17] monitor: Add command_completion callback to mon_cmd_t
` [Qemu-devel] [PATCH v2 03/17] monitor: Add device_add and device_del completion
` [Qemu-devel] [PATCH v2 04/17] monitor: Add chardev-remove id argument completion
` [Qemu-devel] [PATCH v2 07/17] monitor: Add set_link arguments completion
` [Qemu-devel] [PATCH v2 08/17] monitor: Add netdev_add type argument completion

[Qemu-devel] [PATCH v2 0/3] target-ppc: Relax use of generic CPU name for KVM
 2014-04-11 17:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] target-ppc: Create versionless CPU class per family if KVM
` [Qemu-devel] [PATCH v2 2/3] target-ppc: Move alias lookup after class lookup
` [Qemu-devel] [PATCH v2 3/3] target-ppc: Remove redundant POWER7 declarations

[Qemu-devel] [RFC PATCH] target-ppc: Relax use of generic CPU name for KVM
 2014-04-11 17:16 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.0] qom: Fix crash with qom-list and link properties
 2014-04-11 17:12 UTC  (6+ messages)

[Qemu-devel] [SeaBIOS: PATCH] SMBIOS: Check for full tables & entry point in fw_cfg
 2014-04-11 16:42 UTC  (2+ messages)
` [Qemu-devel] [SeaBIOS v2 "

[Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree
 2014-04-11 16:41 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration
 2014-04-11 16:30 UTC  (16+ messages)
` [Qemu-devel] [PATCH 6/8] spapr: move interrupt allocator to xics

[Qemu-devel] [PATCH for-2.0] configure: Make stack-protector test check both compile and link
 2014-04-11 16:27 UTC  (2+ messages)

[Qemu-devel] [RFC 00/12] target-ppc: Decimal Floating Point
 2014-04-11 16:16 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU
 2014-04-11 16:11 UTC  (19+ messages)
` [Qemu-devel] [QEMU v5 PATCH 01/18] SMBIOS: Rename smbios_set_type1_defaults() for more general use
` [Qemu-devel] [QEMU v5 PATCH 02/18] SMBIOS: Use macro to set smbios defaults
` [Qemu-devel] [QEMU v5 PATCH 03/18] SMBIOS: Use bitmaps to check for smbios table collisions
` [Qemu-devel] [QEMU v5 PATCH 04/18] SMBIOS: Add code to build full smbios tables; build type 2 table
` [Qemu-devel] [QEMU v5 PATCH 05/18] SMBIOS: Build full tables for types 0 and 1
` [Qemu-devel] [QEMU v5 PATCH 06/18] SMBIOS: Remove unused code for passing individual fields to bios
` [Qemu-devel] [QEMU v5 PATCH 07/18] SMBIOS: Build full type 3 table
` [Qemu-devel] [QEMU v5 PATCH 08/18] SMBIOS: Build full type 4 tables
` [Qemu-devel] [QEMU v5 PATCH 09/18] SMBIOS: Build full smbios memory tables (type 16, 17, 19, and 20)
` [Qemu-devel] [QEMU v5 PATCH 10/18] SMBIOS: Build full tables for type 32 and 127
` [Qemu-devel] [QEMU v5 PATCH 11/18] SMBIOS: Update all table definitions to smbios spec v2.3
` [Qemu-devel] [QEMU v5 PATCH 12/18] SMBIOS: Remove SeaBIOS compatibility quirks
` [Qemu-devel] [QEMU v5 PATCH 13/18] SMBIOS: Stop including type 20 tables
` [Qemu-devel] [QEMU v5 PATCH 14/18] SMBIOS: Use e820 memory map to generate type 19 tables
` [Qemu-devel] [QEMU v5 PATCH 15/18] SMBIOS: Update type 3 definition to smbios spec v2.7
` [Qemu-devel] [QEMU v5 PATCH 16/18] SMBIOS: Update type 4 definition to smbios spec v2.6
` [Qemu-devel] [QEMU v5 PATCH 17/18] SMBIOS: Update memory table types (16, 17, and 19) to smbios spec v2.8
` [Qemu-devel] [QEMU v5 PATCH 18/18] SMBIOS: Generate complete smbios tables, including entry point

[Qemu-devel] [PATCH v4 00/25] tcg-aarch64 improvments
 2014-04-11 15:40 UTC  (21+ messages)
` [Qemu-devel] [PATCH v4 06/25] tcg-aarch64: Special case small constants in tcg_out_movi
` [Qemu-devel] [PATCH v4 07/25] tcg-aarch64: Use adrp "
` [Qemu-devel] [PATCH v4 08/25] tcg-aarch64: Use symbolic names for branches
` [Qemu-devel] [PATCH v4 09/25] tcg-aarch64: Create tcg_out_brcond
` [Qemu-devel] [PATCH v4 10/25] tcg-aarch64: Use CBZ and CBNZ
` [Qemu-devel] [PATCH v4 11/25] tcg-aarch64: Reuse LR in translated code
` [Qemu-devel] [PATCH v4 12/25] tcg-aarch64: Introduce tcg_out_insn_3314
` [Qemu-devel] [PATCH v4 13/25] tcg-aarch64: Implement tcg_register_jit
` [Qemu-devel] [PATCH v4 14/25] tcg-aarch64: Avoid add with zero in tlb load
` [Qemu-devel] [PATCH v4 15/25] tcg-aarch64: Use tcg_out_call for qemu_ld/st
` [Qemu-devel] [PATCH v4 16/25] tcg-aarch64: Use ADR to pass the return address to the ld/st helpers
` [Qemu-devel] [PATCH v4 17/25] tcg-aarch64: Use TCGMemOp in qemu_ld/st
` [Qemu-devel] [PATCH v4 18/25] tcg-aarch64: Pass qemu_ld/st arguments directly
` [Qemu-devel] [PATCH v4 19/25] tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst
` [Qemu-devel] [PATCH v4 20/25] tcg-aarch64: Support stores of zero
` [Qemu-devel] [PATCH v4 21/25] tcg-aarch64: Introduce tcg_out_insn_3507
` [Qemu-devel] [PATCH v4 22/25] tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_op
` [Qemu-devel] [PATCH v4 23/25] tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313
` [Qemu-devel] [PATCH v4 24/25] tcg-aarch64: Prefer unsigned offsets before signed offsets for ldst
` [Qemu-devel] [PATCH v4 25/25] tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movr


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