Merge commit '9ed7b059ef776a3921cfd085e891f45076922542' into upstream-merge
commit6c8fcd333bb48c09d50c259e67206c7ff985c3d2
authorMarcelo Tosatti <mtosatti@redhat.com>
Sat, 1 May 2010 18:39:15 +0000 (1 15:39 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Sat, 1 May 2010 18:39:15 +0000 (1 15:39 -0300)
tree5bd32815c11ede838304fb05ef3128f29a6c78a9
parent108a01512cadad2f49c4eff0398897ad2d3d1ef3
parent9ed7b059ef776a3921cfd085e891f45076922542
Merge commit '9ed7b059ef776a3921cfd085e891f45076922542' into upstream-merge

* commit '9ed7b059ef776a3921cfd085e891f45076922542': (40 commits)
  virtio-serial: Implement flow control for individual ports
  virtio-serial: Discard data that guest sends us when ports aren't connected
  virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse
  virtio-serial: Handle scatter/gather input from the guest
  virtio-serial: Handle scatter-gather buffers for control messages
  iov: Add iov_to_buf and iov_size helpers
  iov: Introduce a new file for helpers around iovs, add iov_from_buf()
  virtio-serial: Send out guest data to ports only if port is opened
  virtio-serial: Propagate errors in initialising ports / devices in guest
  virtio-serial: Update copyright year to 2010
  virtio-serial: Remove redundant check for 0-sized write request
  virtio-serial: whitespace: match surrounding code
  virtio-serial: Use control messages to notify guest of new ports
  virtio-serial: save/load: Send target host connection status if different
  virtio-serial: save/load: Ensure we have hot-plugged ports instantiated
  virtio-serial: save/load: Ensure nr_ports on src and dest are same.
  virtio-serial: save/load: Ensure target has enough ports
  microblaze: fix custom fprintf
  Implement cpu_get_real_ticks for Alpha.
  target-alpha: Implement RPCC.
  ...

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Makefile
Makefile.objs
configure
hw/virtio-balloon.c
monitor.c
qemu-options.hx
vl.c