1. 09 4月, 2013 2 次提交
  2. 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
  3. 21 8月, 2011 1 次提交
  4. 30 7月, 2011 1 次提交
  5. 30 10月, 2010 1 次提交
  6. 23 10月, 2010 1 次提交
    • B
      qemu-timer: move commonly used timer code to qemu-timer-common · c57c846a
      Blue Swirl 提交于
      Move timer init functions to a new file, qemu-timer-common.c. Make other
      critical timer functions inlined to preserve performance in
      qemu-timer.c, also move muldiv64() (used by the inline functions)
      to qemu-timer.h.
      
      Adjust block/raw-posix.c and simpletrace.c to use get_clock() directly.
      Remove a similar/duplicate definition in qemu-tool.c.
      
      Adjust hw/omap_clk.c to include qemu-timer.h because muldiv64() is used
      there.
      
      After this change, tracing can be used also for user code and
      simpletrace on Win32.
      
      Cc: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      Acked-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      c57c846a
  7. 22 9月, 2009 1 次提交
  8. 17 7月, 2009 1 次提交
  9. 08 5月, 2009 1 次提交
  10. 08 3月, 2009 1 次提交
  11. 05 1月, 2009 1 次提交
  12. 26 10月, 2008 1 次提交
  13. 22 7月, 2008 1 次提交
  14. 15 4月, 2008 1 次提交
  15. 07 3月, 2008 1 次提交
  16. 18 11月, 2007 1 次提交
  17. 05 11月, 2007 1 次提交
    • B
      Zeroing ITR shouldn't ack irq zero. · d8f699cb
      balrog 提交于
      Fix PWT & PWL clocks, fix user refcounting for clocks, add 'hsab_ck' and 'usb_w2fc_ck'.
      Fix TCMI register addresses.
      Implement OMAP McBSP controller and connection to I2S-compatible CODECs.
      Add audio support for TSC2102 as an I2S CODEC.
      Connect TSC2102 I2S interface to CPU's McBSP1 interface in the Palm Tungsten|E.
      Correct '>' instead of '>>' typos.
      Implement GPIO PIN_CONTROL register (not in OMAP310 TRM, from OMAP1510).
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3534 c046a42c-6fe2-441c-8c8c-71466251a162
      d8f699cb
  18. 04 11月, 2007 1 次提交
  19. 30 7月, 2007 1 次提交