qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/4] test and debug devices


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 0/4] test and debug devices
Date: Fri, 4 Jan 2013 09:16:00 +0100

  Hi,

This patch series improves the debug devices we have.  isa-debugcon is
switched over to the memory api.  isa-debug-exit is added and replaces
the hard-coded bochs debug port.  pc-testdev (used by kvm-unit-tests) is
added.

please pull,
  Gerd

The following changes since commit 25bbf61e4bacd1e4fa4115ffcf151051b9d6608e:

  pty: unbreak libvirt (2013-01-03 12:53:41 -0600)

are available in the git repository at:
  git://git.kraxel.org/qemu testdev.1

Gerd Hoffmann (3):
      switch debugcon to memory api
      add isa-debug-exit device.
      pc: remove bochs bios debug ports

Lucas Meneghel Rodrigues (1):
      hw: Add test device for unittests execution

 hw/debugcon.c         |   31 +++++++--
 hw/debugexit.c        |   75 ++++++++++++++++++++
 hw/i386/Makefile.objs |    3 +-
 hw/pc-testdev.c       |  182 +++++++++++++++++++++++++++++++++++++++++++++++++
 hw/pc.c               |   41 -----------
 5 files changed, 283 insertions(+), 49 deletions(-)
 create mode 100644 hw/debugexit.c
 create mode 100644 hw/pc-testdev.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]