1. 4ef7695 tcg: Allow non-constant control macros by Richard Henderson · 12 years ago
  2. 5b9f72a tcg-ppc64: Don't implement rem by Richard Henderson · 12 years ago
  3. 865a467 tcg-ppc: Don't implement rem by Richard Henderson · 12 years ago
  4. 5e1108b tcg-arm: Don't implement rem by Richard Henderson · 12 years ago
  5. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  6. cc7772b tcg: Add myself to general TCG maintainership by Richard Henderson · 12 years ago
  7. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  8. 7588e2b pci: Fold host_buses list into PCIHostState functionality by David Gibson · 12 years ago
  9. 2b8cc89 pci: Remove domain from PCIHostBus by David Gibson · 12 years ago
  10. 9bc4730 pci: Simpler implementation of primary PCI bus by David Gibson · 12 years ago
  11. 29b358f pci: Add root bus parameter to pci_nic_init() by David Gibson · 12 years ago
  12. 85c6e4f pci: Add root bus argument to pci_get_bus_devfn() by David Gibson · 12 years ago
  13. 568f069 pci: Replace pci_find_domain() with more general pci_root_bus_path() by David Gibson · 12 years ago
  14. c473d18 pci: Use helper to find device's root bus in pci_find_domain() by David Gibson · 12 years ago
  15. 1ef7a2a pci: Abolish pci_find_root_bus() by David Gibson · 12 years ago
  16. 945dad6 MAINTAINERS: Add myself into MAINTAINERS file by Jia Liu · 12 years ago
  17. 6e481d5 MAINTAINERS: fix bad F: patterns by Peter Maydell · 12 years ago
  18. 9b4abb4 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  19. c3ab4c9 Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging by Anthony Liguori · 12 years ago
  20. 58fda17 block: fix bdrv_flush() ordering in bdrv_close() by Stefan Hajnoczi · 12 years ago
  21. 3494d65 curl: refuse to open URL from HTTP server without range support by Fam Zheng · 12 years ago
  22. da7a50f vmdk: Implement .bdrv_has_zero_init by Fam Zheng · 12 years ago
  23. c7086b4 exec: change some APIs to take AddressSpaceDispatch by Paolo Bonzini · 12 years ago
  24. 6092666 exec: remove cur_map by Paolo Bonzini · 12 years ago
  25. 0475d94 exec: put memory map in AddressSpaceDispatch by Paolo Bonzini · 12 years ago
  26. 0075270 exec: separate current radix tree from the one being built by Paolo Bonzini · 12 years ago
  27. 89ae337 exec: move listener from AddressSpaceDispatch to AddressSpace by Paolo Bonzini · 12 years ago
  28. c2fc83e memory: move MemoryListener declaration earlier by Paolo Bonzini · 12 years ago
  29. 9affd6f exec: separate current memory map from the one being built by Paolo Bonzini · 12 years ago
  30. b41aac4 exec: change well-known physical sections to macros by Liu Ping Fan · 12 years ago
  31. f08c03f qom: Use atomics for object refcounting by Jan Kiszka · 12 years ago
  32. 856d724 memory: add reference counting to FlatView by Paolo Bonzini · 12 years ago
  33. a9a0c06 memory: use a new FlatView pointer on every topology update by Paolo Bonzini · 12 years ago
  34. 99e8634 memory: access FlatView from a local variable by Paolo Bonzini · 12 years ago
  35. 5444e76 add a header file for atomic operations by Paolo Bonzini · 12 years ago
  36. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  37. 853dca1 hw/t*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  38. 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  39. 40c5dce hw/p*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  40. eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  41. 3c16154 hw/m*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  42. 1437c94 hw/i*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  43. b716368 hw/gpio: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  44. 3eadad5 hw/d*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  45. 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  46. 2d256e6 hw/block: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  47. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  48. db10ca9 piolist: add owner argument to initialization functions and pass devices by Paolo Bonzini · 12 years ago
  49. 3cd2cf4 pam: pass device to init_pam and use it to set owner by Paolo Bonzini · 12 years ago
  50. 84af6d9 spapr_iommu: pass device to spapr_tce_new_table and use it to set owner by Paolo Bonzini · 12 years ago
  51. 5cb022a vfio: pass device to vfio_mmap_bar and use it to set owner by Paolo Bonzini · 12 years ago
  52. dcb117b ne2000: pass device to ne2000_setup_io, use it as owner by Paolo Bonzini · 12 years ago
  53. 42e038f vga: set owner in vga_update_memory_access by Paolo Bonzini · 12 years ago
  54. c84b28e vga: pass owner to vga_init_io by Paolo Bonzini · 12 years ago
  55. 8311832 vga: pass owner to vga_init_vbe by Paolo Bonzini · 12 years ago
  56. 9eb58a4 vga: pass owner to cirrus_init_common by Paolo Bonzini · 12 years ago
  57. 270327f vga: pass owner to vga_common_init by Paolo Bonzini · 12 years ago
  58. 712f0cc vga: pass owner to vga_init by Paolo Bonzini · 12 years ago
  59. 3cf63ff escc: rename struct to ESCCState by Paolo Bonzini · 12 years ago
  60. d3e7155 memory: ref/unref memory across address_space_map/unmap by Paolo Bonzini · 12 years ago
  61. e3127ae exec: reorganize address_space_map by Paolo Bonzini · 12 years ago
  62. 1b5ec23 memory: return MemoryRegion from qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  63. 7443b43 exec: move qemu_ram_addr_from_host_nofail to cputlb.c by Paolo Bonzini · 12 years ago
  64. 23887b7 exec: check MRU in qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  65. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  66. 3ce1090 memory: introduce memory_region_present by Paolo Bonzini · 12 years ago
  67. 46637be memory: add ref/unref by Paolo Bonzini · 12 years ago
  68. 803c081 memory: add getter for owner by Paolo Bonzini · 12 years ago
  69. b7e9516 exec: simplify destruction of the phys map by Paolo Bonzini · 12 years ago
  70. 058bc4b memory: destroy phys_sections one by one by Paolo Bonzini · 12 years ago
  71. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  72. 5767e4e ioport: Move portio types to ioport.h by Jan Kiszka · 12 years ago
  73. d67f679 vmport: Disentangle read handler type from portio by Jan Kiszka · 12 years ago
  74. 0659097 ioport: Remove unused old dispatching services by Jan Kiszka · 12 years ago
  75. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 12 years ago
  76. 962b03f xen: Mark fixed platform I/O as unaligned by Jan Kiszka · 12 years ago
  77. 04e8cd5 vmware-vga: Accept unaligned I/O accesses by Jan Kiszka · 12 years ago
  78. b6f3296 isa: implement isa_is_ioport_assigned via memory_region_find by Jan Kiszka · 12 years ago
  79. 8ab9b41 Privatize register_ioport_read/write by Jan Kiszka · 12 years ago
  80. bcc37e2 vt82c686: replace register_ioport* by Jan Kiszka · 12 years ago
  81. fd533eb prep: replace register_ioport* by Jan Kiszka · 12 years ago
  82. f94b64a i82374: replace register_ioport* by Jan Kiszka · 12 years ago
  83. 0c6c4e2 wdt_ib700: replace register_ioport* by Jan Kiszka · 12 years ago
  84. e3914e3 applesmc: replace register_ioport* by Jan Kiszka · 12 years ago
  85. a8aec29 adlib: replace register_ioport* by Jan Kiszka · 12 years ago
  86. f487b67 dma: keep a device alive while it has SGLists by Paolo Bonzini · 12 years ago
  87. cac3c38 scsi: keep device alive while it has requests by Paolo Bonzini · 12 years ago
  88. 6ac363b pci: Move pci_read_devaddr to pci-hotplug-old.c by David Gibson · 12 years ago
  89. 79ca616 pci: Cleanup configuration for pci-hotplug.c by David Gibson · 12 years ago
  90. fea7d59 pvpanic: fix fwcfg for big endian hosts by Michael S. Tsirkin · 12 years ago
  91. bc3e6a0 pvpanic: initialization cleanup by Michael S. Tsirkin · 12 years ago
  92. c6d559d MAINTAINERS: s/Marcelo/Paolo/ by Michael S. Tsirkin · 12 years ago
  93. a0ae17a e1000: cleanup process_tx_desc by Andrew Jones · 12 years ago
  94. fcbe0a7 pc_piix: cleanup init compat handling by Michael S. Tsirkin · 12 years ago
  95. f8c457b pc: pass PCI hole ranges to Guests by Michael S. Tsirkin · 12 years ago
  96. 3459a62 pci: store PCI hole ranges in guestinfo structure by Michael S. Tsirkin · 12 years ago
  97. 620ac82 range: add Range structure by Michael S. Tsirkin · 12 years ago
  98. ab8bf29 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  99. 00f4d64 kvmclock: clock should count only if vm is running by Marcelo Tosatti · 12 years ago
  100. bd50cba pci-assign: remove the duplicate function name in debug message by Wanlong Gao · 12 years ago