1. 15 10月, 2012 4 次提交
  2. 12 9月, 2012 4 次提交
  3. 29 8月, 2012 1 次提交
  4. 12 7月, 2012 1 次提交
  5. 05 4月, 2012 1 次提交
  6. 19 3月, 2012 1 次提交
  7. 09 3月, 2012 2 次提交
  8. 05 3月, 2012 1 次提交
    • A
      memory: fix I/O port aliases · a2d33521
      Avi Kivity 提交于
      Commit e58ac72b6a0 ("ioport: change portio_list not to use
      memory_region_set_offset()") started using aliases of I/O memory
      regions.  Since the IORange used for the I/O was contained in the
      target region, the alias information (specifically, the offset
      into the region) was lost.  This broke -vga std.
      
      Fix by allocating an independent object to hold the IORange and
      also the new offset.
      
      Note that I/O memory regions were conceptually broken wrt aliases
      in a different way: an alias can cause the same region to appear
      twice in an address space, but we had just one IORange to service it.
      This patch fixes that problem as well, since we can now have multiple
      IORange/MemoryRegion associations.
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      a2d33521
  9. 29 2月, 2012 11 次提交
  10. 11 2月, 2012 1 次提交
  11. 04 2月, 2012 1 次提交
  12. 26 1月, 2012 1 次提交
  13. 19 1月, 2012 1 次提交
    • J
      memory: Introduce memory_region_init_reservation · 1660e72d
      Jan Kiszka 提交于
      Introduce a memory region type that can reserve I/O space. Such regions
      are useful for modeling I/O that is only handled outside of QEMU, i.e.
      in the context of an accelerator like KVM.
      
      Any access to such a region from QEMU is a bug, but could theoretically
      be triggered by guest code (DMA to reserved region). So only warning
      about such events once, then ignore them.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      1660e72d
  14. 14 1月, 2012 1 次提交
  15. 08 1月, 2012 2 次提交
  16. 04 1月, 2012 7 次提交