1. 30 10月, 2014 1 次提交
  2. 08 5月, 2014 1 次提交
  3. 09 4月, 2013 1 次提交
    • P
      hw: move headers to include/ · 0d09e41a
      Paolo Bonzini 提交于
      Many of these should be cleaned up with proper qdev-/QOM-ification.
      Right now there are many catch-all headers in include/hw/ARCH depending
      on cpu.h, and this makes it necessary to compile these files per-target.
      However, fixing this does not belong in these patches.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      0d09e41a
  4. 01 3月, 2013 1 次提交
    • P
      hw: include hw header files with full paths · 83c9f4ca
      Paolo Bonzini 提交于
      Done with this script:
      
      cd hw
      for i in `find . -name '*.h' | sed 's/^..//'`; do
        echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
      done | sed -i -f - `find . -type f`
      
      This is so that paths remain valid as files are moved.
      
      Instead, files in hw/dataplane are referenced with the relative path.
      We know they are not going to move to include/, and they are the only
      include files that are in subdirectories _and_ move.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      83c9f4ca
  5. 19 12月, 2012 1 次提交
  6. 22 6月, 2012 1 次提交
  7. 21 6月, 2012 1 次提交
  8. 17 5月, 2012 1 次提交
  9. 18 4月, 2012 1 次提交
  10. 17 7月, 2011 1 次提交
    • S
      xen_console: support the new extended xenstore protocol · 0f51726a
      Stefano Stabellini 提交于
      Since CS 21994 on xen-unstable.hg and CS
      466608f3a32e1f9808acdf832a5843af37e5fcec on qemu-xen-unstable.git, few
      changes have been introduced to the PV console xenstore protocol, as
      described by the document docs/misc/console.txt under xen-unstable.hg.
      
      From the Qemu point of view, very few modifications are needed to
      correctly support the protocol: read from xenstore the "output" node
      that tell us what the output of the PV console is going to be.
      In case the output is a tty, write to xenstore the device name.
      
      Changes in v2:
      
      - fix error paths: free malloc'ed strings and close the xenstore
      connection before returning;
      
      - remove useless snprintf in xenstore_store_pv_console_info if i == 0.
      
      Changes in v3:
      
      - replace xs_daemon_open/xs_daemon_close with xs_open/xs_close.
      
      Changes in v4:
      
      - add a compatibility implementation of xs_open/xs_close.
      
      Changes in v5:
      
      - fix code style.
      
      [agraf] fix build error due to missing stub
      Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      0f51726a
  11. 19 6月, 2011 1 次提交
  12. 08 5月, 2011 3 次提交
  13. 12 9月, 2009 1 次提交
  14. 22 4月, 2009 1 次提交