1. 19 12月, 2012 1 次提交
  2. 23 10月, 2012 1 次提交
    • A
      Rename target_phys_addr_t to hwaddr · a8170e5e
      Avi Kivity 提交于
      target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
      reserved) and its purpose doesn't match the name (most target_phys_addr_t
      addresses are not target specific).  Replace it with a finger-friendly,
      standards conformant hwaddr.
      
      Outstanding patchsets can be fixed up with the command
      
        git rebase -i --exec 'find -name "*.[ch]"
                              | xargs s/target_phys_addr_t/hwaddr/g' origin
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      a8170e5e
  3. 04 9月, 2011 1 次提交
    • A
      pflash_cfi01/pflash_cfi02: convert to memory API · cfe5f011
      Avi Kivity 提交于
      cfi02 is annoying in that is ignores some address bits; we probably
      want explicit support in the memory API for that.
      
      In order to get the correct opaque into the MemoryRegion object, the
      allocation scheme is changed so that the flash emulation code allocates
      memory, instead of the caller.  This clears a FIXME in the flash code.
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      cfe5f011
  4. 29 8月, 2011 1 次提交
  5. 26 8月, 2011 1 次提交
  6. 25 8月, 2011 1 次提交
  7. 30 7月, 2011 5 次提交
  8. 23 4月, 2011 1 次提交
  9. 29 1月, 2011 1 次提交
  10. 30 3月, 2010 2 次提交
  11. 02 10月, 2009 2 次提交
  12. 10 5月, 2009 1 次提交
  13. 29 7月, 2008 1 次提交
  14. 17 4月, 2008 2 次提交
  15. 15 4月, 2008 1 次提交
    • B
      Nokia N800 machine support (ARM). · 7e7c5e4c
      balrog 提交于
      Also add various peripherals: two miscellaneous Nokia CBUS chips,
      EPSON S1D13745 LCD/TV remote-framebuffer controller,
      TWL92230 - standard OMAP2 power management companion chip on i2c.
      Generic OneNAND flash memory,
      TMP105 temperature sensor on i2c.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4215 c046a42c-6fe2-441c-8c8c-71466251a162
      7e7c5e4c
  16. 10 12月, 2007 3 次提交
  17. 18 11月, 2007 1 次提交