1. 8b6bb0a pass an inclusive address range to xc_domain_pin_memory_cacheattr by Stefano Stabellini · 11 years ago
  2. 04b0de0 xen: factor out common functions by Wei Liu · 11 years ago[Renamed (92%) from xen-all.c]
  3. f1e2987 machine: Replace QEMUMachine by MachineClass in accelerator configuration by Marcel Apfelbaum · 11 years ago
  4. 135a129 kvm: Add a new machine option kvm-type by Aneesh Kumar K.V · 11 years ago
  5. d18e173 xen: fix two errors when debug is enabled by Wei Liu · 11 years ago
  6. 33876df qemu/xen: make use of xenstore relative paths by Roger Pau Monné · 11 years ago
  7. 1cd25a8 xen: Fix vcpu initialization. by Anthony PERARD · 11 years ago
  8. 11addd0 qemu: Add qemu xen logic for Xen HVM S3 resume by Liu, Jinsong · 11 years ago
  9. 04d7bad pc: Initializing ram_memory under Xen. by Anthony PERARD · 11 years ago
  10. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  11. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  12. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  13. fc744bb Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)" by Stefano Stabellini · 12 years ago
  14. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  15. c5633d9 hw/xen: Use g_free instead of free and fix potential memory leaks by Stefan Weil · 12 years ago
  16. 95222d0 xen: remove xen_vcpu_init by Stefano Stabellini · 12 years ago
  17. 9f24a80 xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) by Stefano Stabellini · 12 years ago
  18. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  19. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  20. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  21. 4a1e40b xen: Simplify halting of first CPU by Andreas Färber · 12 years ago
  22. 4ad549e xen: add missing include by Paolo Bonzini · 12 years ago
  23. 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
  24. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  25. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  26. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  27. 249e7e0 cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int by Ian Jackson · 12 years ago
  28. a386482 cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_item by Ian Jackson · 12 years ago
  29. f1b8caf Fix compile errors when enabling Xen debug logging. by Sander Eikelenboom · 12 years ago
  30. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  31. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  32. f6790af memory: use AddressSpace for MemoryListener filtering by Avi Kivity · 12 years ago
  33. bf83601 xen: drop no-op MemoryListener callbacks by Avi Kivity · 12 years ago
  34. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  35. 8aba7dc xen: Set the vram dirty when an error occur. by Anthony PERARD · 12 years ago
  36. 910b38e xen: Introduce xen_modified_memory. by Anthony PERARD · 12 years ago
  37. 39f4243 QMP, Introduce xen-set-global-dirty-log command. by Anthony PERARD · 12 years ago
  38. 14d4018 xen-all.c: fix multiply issue for int and uint types by Dongxiao Xu · 13 years ago
  39. 753d5e1 memory: pass EventNotifier, not eventfd by Paolo Bonzini · 13 years ago
  40. eaab4d6 Introduce Xen PCI Passthrough, qdevice by Allen Kay · 13 years ago
  41. 180640e Call xc_domain_shutdown with the reboot flag when the guest requests a reboot. by John V. Baboval · 13 years ago
  42. 95d5d75 xen: disable rtc_clock by Stefano Stabellini · 13 years ago
  43. 4c9f8d1 xen: add a dummy xc_hvm_inject_msi for Xen < 4.2 by Stefano Stabellini · 13 years ago
  44. fda1f76 xen: introduce an event channel for buffered io event notifications by Stefano Stabellini · 13 years ago
  45. f1dbf01 Xen: basic HVM MSI injection support. by Wei Liu · 13 years ago
  46. 33cf629 Merge remote-tracking branch 'sstabellini/saverestore-8' into staging by Anthony Liguori · 13 years ago
  47. c234572 xen: do not allocate RAM during INMIGRATE runstate by Anthony PERARD · 13 years ago
  48. cd1ba7d xen mapcache: check if memory region has moved. by Anthony PERARD · 13 years ago
  49. d1814e0 xen: record physmap changes to xenstore by Stefano Stabellini · 13 years ago
  50. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  51. 14655e4 Merge remote-tracking branch 'qemu-kvm/memory/core' into staging by Anthony Liguori · 13 years ago
  52. 50c1e14 memory: support stateless memory listeners by Avi Kivity · 13 years ago
  53. 947f562 xen: ignore I/O memory regions by Avi Kivity · 13 years ago
  54. 7376e58 memory: allow MemoryListeners to observe a specific address space by Avi Kivity · 13 years ago
  55. 80a1ea3 memory: move ioeventfd ops to MemoryListener by Avi Kivity · 13 years ago
  56. 72e22d2 memory: switch memory listeners to a QTAILQ by Avi Kivity · 13 years ago
  57. da98c8e suspend: switch acpi s3 to new infrastructure. by Gerd Hoffmann · 13 years ago
  58. fd4aa97 memory: change dirty setting APIs to take a size by Blue Swirl · 13 years ago
  59. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  60. b18620c xen: Fix after recent change in dirty bitmap tracking. by Anthony PERARD · 13 years ago
  61. 5a97065 xen: convert framebuffer dirty tracking to memory API by Avi Kivity · 13 years ago
  62. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  63. 20581d2 xen: convert to MemoryListener API by Avi Kivity · 13 years ago
  64. c65adf9 xen, vga: add API for registering the framebuffer by Avi Kivity · 13 years ago
  65. ce76b8a xen: convert to memory API by Avi Kivity · 13 years ago
  66. fce537d memory, xen: pass MemoryRegion to xen_ram_alloc() by Avi Kivity · 13 years ago
  67. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  68. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  69. 2b73434 xen: use uint64_t instead of target_ulong in cpu_ioreq_move by Stefano Stabellini · 14 years ago
  70. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  71. 8a369e2 xen: Fix the memory registration to reflect of what is done by Xen. by Anthony PERARD · 14 years ago
  72. f15fbc4 cpu-common: Have a ram_addr_t of uint64 with Xen. by Anthony PERARD · 14 years ago
  73. fb4bb2b xen: introduce xen_change_state_handler by Anthony PERARD · 14 years ago
  74. 9e8dd45 notifier: Pass data argument to callback by Jan Kiszka · 14 years ago
  75. 0f51726 xen_console: support the new extended xenstore protocol by Stefano Stabellini · 14 years ago
  76. 37cdfcf xen: add vkbd support for PV on HVM guests by Stefano Stabellini · 14 years ago
  77. ad35a7d xen: enable console and disk backend in HVM mode by Stefano Stabellini · 14 years ago
  78. e41d7c6 xen: Clean up map cache API naming by Jan Kiszka · 14 years ago
  79. 9319a6d Merge remote-tracking branch 'qmp/for-anthony' into staging by Anthony Liguori · 14 years ago
  80. ebed850 xen: only track the linear framebuffer by Stefano Stabellini · 14 years ago
  81. b4dd780 xen: Introduce VGA sync dirty bitmap support by Anthony PERARD · 14 years ago
  82. e063eb1 Allow silent system resets by Jan Kiszka · 14 years ago
  83. c962247 xen: Add Xen hypercall for sleep state in the cmos_s3 callback. by Anthony PERARD · 14 years ago
  84. 2932133 xen: Set running state in xenstore. by Anthony PERARD · 14 years ago
  85. 9ce94e7 xen: Initialize event channels and io rings by Arun Sharma · 14 years ago
  86. 432d268 xen: Introduce the Xen mapcache by Jun Nakajima · 15 years ago
  87. 9c11a8a xen: Introduce Xen Interrupt Controller by Anthony PERARD · 15 years ago
  88. 4144530 piix_pci: Introduces Xen specific call for irq. by Anthony PERARD · 15 years ago
  89. 29d3ccd xen: Add xenfv machine by Anthony PERARD · 15 years ago
  90. 3285cf4 xen: Add initialisation of Xen by Anthony PERARD · 15 years ago