Statistics
| Branch: | Revision:

root / include @ d9f4dde4

Name Size
  block
  disas
  exec
  fpu
  hw
  migration
  monitor
  net
  qapi
  qemu
  qom
  sysemu
  ui
config.h 52 Bytes
elf.h 53.2 kB
glib-compat.h 589 Bytes
qemu-common.h 14 kB
qemu-io.h 1.3 kB
trace.h 93 Bytes

Latest revisions

# Date Author Comment
d9f4dde4 10/01/2013 08:20 pm Richard Henderson

tcg-arm: Rearrange slow-path qemu_ld/st

Use the new helper_ret_*_mmu routines. Use a conditional call
to arrange for a tail-call from the store path, and to load the
return address for the helper for the load path.

Signed-off-by: Richard Henderson <>

eb322b81 10/01/2013 01:15 am Anthony Liguori

Merge remote-tracking branch 'mst/tags/for_anthony' into staging

pc,pci,virtio fixes and cleanups

This includes pc and pci cleanups and enhancements,
and a virtio-net bugfix related to softmac programming.

Signed-off-by: Michael S. Tsirkin <>...

4235d773 10/01/2013 01:14 am Anthony Liguori

Merge remote-tracking branch 'kwolf/for-anthony' into staging

  1. By Max Reitz (10) and others
  2. Via Kevin Wolf
    • kwolf/for-anthony: (30 commits)
      qcow2: Remove useless count_contiguous_clusters() parameter
      qcow2: COMPRESSED on count_contiguous_clusters...
3469a60d 10/01/2013 01:14 am Anthony Liguori

Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into staging

  1. By Anthony PERARD (2) and Liu, Jinsong (2)
  2. Via Stefano Stabellini
    • sstabellini/xen-2013-09-25:
      xen: Enable cpu-hotplug on xenfv machine.
      xen: Fix vcpu initialization.
      qemu: Add qemu xen logic for Xen HVM S3 resume...
28b9d47d 10/01/2013 01:14 am Anthony Liguori

Merge remote-tracking branch 'rth/tcg-ppc-pull' into staging

  1. By Richard Henderson (19) and Paolo Bonzini (2)
  2. Via Richard Henderson
    • rth/tcg-ppc-pull: (21 commits)
      tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION
      tcg-ppc64: Add _noaddr functions for emitting forward branches...
8429d63b 10/01/2013 01:13 am Anthony Liguori

Merge remote-tracking branch 'quintela/migration.next' into staging

  1. By Isaku Yamahata (4) and others
  2. Via Juan Quintela
    • quintela/migration.next:
      migration: ram_handle_compressed
      arch_init: make is_zero_page accept size
      migration: Fix debug print type...
1b365b2e 10/01/2013 01:13 am Anthony Liguori

Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into staging

This is a bunch of fixes/changes for the s390 architecture. It also
contains the fixes from the previous pull request, which did not make
it yet.
Overall it contains
- a fix for kexec without kdump (which uses diag308 subcode 0 instead of 1)...

fc3b3295 09/28/2013 11:49 pm Markus Armbruster

smbios: Make multiple -smbios type= accumulate sanely

Currently, -smbios type=T,NAME=VAL,... adds one field (T,NAME) with
value VAL to fw_cfg for each unique NAME. If NAME occurs multiple
times, the last one's VAL is used (before the QemuOpts conversion, the...

4f953d2f 09/28/2013 11:49 pm Markus Armbruster

smbios: Convert to QemuOpts

So that it can be set in config file for -readconfig.

This tightens parsing of -smbios, and makes it more consistent with
other options: unknown parameters are rejected, numbers with trailing
junk are rejected, when a parameter is given multiple times, last...

351a6a73 09/28/2013 10:40 pm Markus Armbruster

smbios: Normalize smbios_entry_add()'s error handling to exit(1)

It exits on all error conditions but one, where it returns -1.
Normalize, and return void.

Signed-off-by: Markus Armbruster <>
Reviewed-by: Eric Blake <>
Signed-off-by: Michael S. Tsirkin <>

View revisions

Also available in: Atom