1. 8b9c99d exec: make some functions static by Blue Swirl · 12 years ago
  2. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  3. 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
  4. e58998c cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLY by Peter Maydell · 12 years ago
  5. 72aaa6c cpu-common.h: Remove unnecessary guard on including targphys.h by Peter Maydell · 12 years ago
  6. 76f3553 Add API to check whether a physical address is I/O address by Wen Congyang · 12 years ago
  7. 5357699 w64: Fix size of ram_addr_t by Stefan Weil · 13 years ago
  8. 11c7ef0 Remove IO_MEM_SHIFT by Avi Kivity · 13 years ago
  9. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  10. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  11. de712f9 Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion by Avi Kivity · 13 years ago
  12. 0e0df1e Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions by Avi Kivity · 13 years ago
  13. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  14. 586c623 Remove cpu_get_physical_page_desc() by Avi Kivity · 13 years ago
  15. dcd97e3 memory: remove CPUPhysMemoryClient by Avi Kivity · 13 years ago
  16. 67d95c1 memory: move obsolete exec.c functions to a private header by Avi Kivity · 13 years ago
  17. fce537d memory, xen: pass MemoryRegion to xen_ram_alloc() by Avi Kivity · 13 years ago
  18. 56384e8 exec.c: Fix subpage memory access to RAM MemoryRegion by Andreas Färber · 13 years ago
  19. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  20. 3046c98 Merge remote-tracking branch 'agraf/xen-next' into staging by Anthony Liguori · 13 years ago
  21. 332ae28 move WORDS_ALIGNED to qemu-common.h by Paolo Bonzini · 13 years ago
  22. f15fbc4 cpu-common: Have a ram_addr_t of uint64 with Xen. by Anthony PERARD · 13 years ago
  23. 21673cd Avoid CPU endian memory accesses in devices by Blue Swirl · 13 years ago
  24. 8ab934f qemu_ram_ptr_length: take ram_addr_t as arguments by Stefano Stabellini · 13 years ago
  25. 1e78bcc exec: add endian specific phys ld/st functions by Alexander Graf · 13 years ago
  26. 38bee5d exec.c: refactor cpu_physical_memory_map by Stefano Stabellini · 13 years ago
  27. 1f2e98b exec: Implement qemu_ram_free_from_ptr() by Alex Williamson · 13 years ago
  28. 050a0dd Introduce qemu_put_ram_ptr by Anthony PERARD · 14 years ago
  29. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 13 years ago
  30. 3bad981 cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_write by Stefan Weil · 13 years ago
  31. 0fd542f cpu: add set_memory flag to request dirty logging by Michael S. Tsirkin · 14 years ago
  32. cd19cfa Add qemu_ram_remap by Huang Ying · 14 years ago
  33. e5896b1 Introduce log_start/log_stop in CPUPhysMemoryClient by Anthony PERARD · 14 years ago
  34. dd31053 exec: introduce endianness swapped mmio by Alexander Graf · 14 years ago
  35. b2e0a13 migration: stable ram block ordering by Michael S. Tsirkin · 14 years ago
  36. e890261 Export qemu_ram_addr_from_host by Marcelo Tosatti · 14 years ago
  37. 84b89d7 Add qemu_ram_alloc_from_ptr function by Cam Macdonell · 14 years ago
  38. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 14 years ago
  39. f640524 Remove IO_MEM_SUBWIDTH. by Richard Henderson · 14 years ago
  40. 37b76cf move targphys.h and hw/poison.h inclusion to cpu-common.h by Paolo Bonzini · 15 years ago
  41. 477ba62 tcg: initial ia64 support by Aurelien Jarno · 15 years ago
  42. 6842a08 Compile pci only once by Blue Swirl · 15 years ago
  43. b3755a9 Disable phsyical memory handling in userspace emulation. by Paul Brook · 15 years ago
  44. f6f3fbc qemu: memory notifiers by Michael S. Tsirkin · 15 years ago
  45. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  46. 99a0949 Get rid of _t suffix by malc · 15 years ago
  47. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  48. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 15 years ago
  49. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 15 years ago
  50. 1ad2134 Hardware convenience library by Paul Brook · 15 years ago