Statistics
| Branch: | Revision:

root / stubs @ 4c1b8f1e

Name Size
Makefile.objs 816 Bytes
arch-query-cpu-def.c 211 Bytes
clock-warp.c 96 Bytes
cpu-get-clock.c 115 Bytes
cpu-get-icount.c 113 Bytes
cpus.c 122 Bytes
dump.c 581 Bytes
fd-register.c 88 Bytes
fdset-add-fd.c 133 Bytes
fdset-find-fd.c 116 Bytes
fdset-get-fd.c 128 Bytes
fdset-remove-fd.c 117 Bytes
gdbstub.c 85 Bytes
get-fd.c 207 Bytes
get-vm-name.c 83 Bytes
iothread-lock.c 137 Bytes
migr-blocker.c 148 Bytes
mon-is-qmp.c 102 Bytes
mon-print-filename.c 123 Bytes
mon-printf.c 184 Bytes
mon-protocol-event.c 122 Bytes
mon-set-error.c 131 Bytes
pci-drive-hot-add.c 298 Bytes
reset.c 290 Bytes
set-fd-handler.c 291 Bytes
slirp.c 180 Bytes
sysbus.c 83 Bytes
uuid.c 226 Bytes
vm-stop.c 98 Bytes
vmstate.c 556 Bytes

Latest revisions

# Date Author Comment
6c2679fc 09/17/2013 06:01 pm Anthony Liguori

Merge remote-tracking branch 'kiszka/queues/slirp' into staging

  1. By Liu Ping Fan (3) and Jan Kiszka (1)
  2. Via Jan Kiszka
    • kiszka/queues/slirp:
      slirp: clean up slirp_update_timeout
      slirp: set mainloop timeout with more precise value
      slirp: define timeout as macro...
a42e9c41 09/17/2013 01:26 pm Liu Ping Fan

slirp: set mainloop timeout with more precise value

If slirp needs to emulate tcp timeout, then the timeout value
for mainloop should be more precise, which is determined by
slirp's fasttimo or slowtimo. Achieve this by swap the logic
sequence of slirp_pollfds_fill and slirp_update_timeout....

5accc840 09/12/2013 09:46 am Paolo Bonzini

scsi: prefer UUID to VM name for the initiator name

The UUID is unique even across multiple hosts, thus it is
better than a VM name even if it is less user-friendly.

Signed-off-by: Paolo Bonzini <>

40daca54 08/22/2013 08:14 pm Alex Bligh

aio / timers: Rearrange timer.h & make legacy functions call non-legacy

Rearrange timer.h so it is in order by function type.

Make legacy functions call non-legacy functions rather than vice-versa.

Convert cpus.c to use new API.

Signed-off-by: Alex Bligh <>...

56c4bfb3 08/08/2013 06:01 pm Laszlo Ersek

dump: rebase from host-private RAMBlock offsets to guest-physical addresses

RAMBlock.offset --> GuestPhysBlock.target_start
RAMBlock.offset + RAMBlock.length --> GuestPhysBlock.target_end
RAMBlock.length --> GuestPhysBlock.target_end -...

5b24c641 07/27/2013 01:04 am Andreas Färber

cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML

Replace the GDB_CORE_XML define in gdbstub.c with a CPUClass field.
Use first_cpu for qSupported and qXfer:features:read: for now.
Add a stub for xml_builtin.

Signed-off-by: Andreas Färber <>

56983463 07/15/2013 10:51 am Kevin Wolf

cpus: Add return value for vm_stop()

If flushing the block devices fails, return an error. The VM is stopped
anyway.

Signed-off-by: Kevin Wolf <>
Reviewed-by: Stefan Hajnoczi <>

c643bed9 06/28/2013 02:25 pm Andreas Färber

cpu: Change qemu_init_vcpu() argument to CPUState

This allows to move the call into CPUState's realizefn.
Therefore move the stub into libqemustub.a.

Reviewed-by: Richard Henderson <>
Signed-off-by: Andreas Färber <>

878096ee 06/28/2013 02:25 pm Andreas Färber

cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks

Make cpustats monitor command available unconditionally.

Prepares for changing kvm_handle_internal_error() and kvm_cpu_exec()
arguments to CPUState.

Signed-off-by: Andreas Färber <>

2a78636b 06/11/2013 07:16 pm Andreas Färber

dump: Drop qmp_dump_guest_memory() stub and build for all targets

qmp_dump_guest_memory() calls dump_init() and returns an Error when
cpu_get_dump_info() returns an error, as done by the stub.
So there is no need to have a stub for qmp_dump_guest_memory()....

View revisions

Also available in: Atom