]> git.proxmox.com Git - mirror_qemu.git/history - exec.c
qdev: Remove hex8/32/64 property types
[mirror_qemu.git] / exec.c
2014-02-13 Peter MaydellMerge remote-tracking branch 'remotes/afaerber/tags...
2014-02-12 Peter MaydellMerge remote-tracking branch 'remotes/alon/pull-libcaca...
2014-02-12 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-02-11 Edgar E. Iglesiasexec: Make cpu_memory_rw_debug use the CPUs AS
2014-02-11 Edgar E. Iglesiasexec: Make cpu_physical_memory_write_rom input an AS
2014-02-11 Edgar E. Iglesiasexec: Make stb_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make stw_*_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make stl_phys_notdirty input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make stl_*_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make stq_*_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make lduw_*_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make ldq/ldub_*_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: Make ldl_*_phys input an AddressSpace
2014-02-11 Edgar E. Iglesiasexec: On AS changes, only flush affected CPU TLBs
2014-02-11 Edgar E. Iglesiascpu: Add per-cpu address space
2014-02-11 Edgar E. Iglesiasexec: Make memory_region_section_get_iotlb use section AS
2014-02-11 Edgar E. Iglesiasexec: Always initialize MemorySection address spaces
2014-02-11 Edgar E. Iglesiasexec: Make iotlb_to_region input an AS
2014-02-11 Edgar E. Iglesiasexec: Make tb_invalidate_phys_addr input an AS
2014-02-11 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2014-02-10 Peter MaydellMerge remote-tracking branch 'remotes/kvaneesh/for...
2014-02-10 Paolo Bonzinimemory: fix limiting of translation at a page boundary
2014-02-06 Peter MaydellMerge remote-tracking branch 'remotes/kvm/uq/master...
2014-02-05 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-02-05 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-02-04 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-02-04 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/qemu...
2014-02-01 Peter MaydellMerge remote-tracking branch 'qmp-unstable/queue/qmp...
2014-02-01 Peter MaydellMerge remote-tracking branch 'pmaydell/tags/pull-target...
2014-02-01 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-02-01 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/xen...
2014-01-31 Peter MaydellMerge remote-tracking branch 'sstabellini/xen-170114...
2014-01-30 Stefano Stabelliniaddress_space_translate: do not cross page boundaries
2014-01-30 Peter MaydellMerge remote-tracking branch 'mjt/tags/trivial-patches...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2014-01-14 Edgar E. IglesiasMerge remote branch 'luiz/queue/qmp' into qmpq
2014-01-13 Anthony LiguoriMerge remote-tracking branch 'quintela/tags/migration...
2014-01-13 Juan Quintelamemory: split cpu_physical_memory_* functions to its...
2014-01-13 Juan Quintelamemory: cpu_physical_memory_set_dirty_tracking() should...
2014-01-13 Juan Quintelamemory: make cpu_physical_memory_reset_dirty() take...
2014-01-13 Juan Quintelamemory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
2014-01-13 Juan Quintelamemory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
2014-01-13 Juan Quintelamemory: split dirty bitmap into three
2014-01-13 Juan Quintelamemory: only resize dirty bitmap when memory size increases
2014-01-13 Juan Quintelamemory: cpu_physical_memory_mask_dirty_range() always...
2014-01-13 Juan Quintelamemory: cpu_physical_memory_set_dirty_range() always...
2014-01-13 Juan Quintelamemory: set single dirty flags when possible
2014-01-13 Juan Quintelamemory: make cpu_physical_memory_is_dirty return bool
2014-01-13 Juan Quintelaexec: create function to get a single dirty bit
2014-01-13 Juan Quintelaexec: use accessor function to know if memory is dirty
2014-01-10 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-12-30 Marcelo Tosattimempath prefault: fix off-by-one error
2013-12-21 Aurelien JarnoMerge tag 'signed-s390-for-upstream' of git://github...
2013-12-20 Anthony LiguoriMerge remote-tracking branch 'agraf/tags/signed-ppc...
2013-12-20 Alexander Grafroms: Flush icache when writing roms to guest memory
2013-12-16 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio' into...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-12-13 Alexander Grafroms: Flush icache when writing roms to guest memory
2013-12-11 Marcel Apfelbaumexec: separate sections and nodes per address space
2013-12-10 Michael S. Tsirkinexec: reduce L2_PAGE_SIZE
2013-12-10 Paolo Bonziniexec: make address spaces 64-bit wide
2013-12-10 Michael S. Tsirkinexec: memory radix tree page level compression
2013-12-10 Michael S. Tsirkinexec: pass hw address to phys_page_find
2013-12-10 Michael S. Tsirkinexec: extend skip field to 6 bit, page entry to 32 bit
2013-12-10 Michael S. Tsirkinexec: replace leaf with skip
2013-12-10 Paolo Bonzinisplit definitions for exec.c and translate-all.c radix...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-11-25 Marcelo Tosattiqemu: mempath: prefault pages manually (v4)
2013-11-21 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'agraf/tags/signed-ppc...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'filippov/tags/20131108...
2013-11-10 Michael S. TsirkinRevert "exec: limit system memory size"
2013-11-08 Max Filippovexec: fix breakpoint_invalidate when pc may not be...
2013-11-05 Andreas FärberMerge tag 'for_anthony' of git://git.kernel.org/pub...
2013-11-05 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v76' into...
2013-11-05 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-04 Michael S. Tsirkinexec: limit system memory size
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'kraxel/e820.1' into staging
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-10-28 Kevin Wolfexec: Fix bounce buffer allocation in address_space_map()
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'bonzini/configure' into...
2013-10-17 Paolo Bonziniexec: remove qemu_safe_ram_ptr
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-ldst-6' into...
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'jliu/or32' into staging
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-10-14 Stefan Weilexec: Fix prototype of phys_mem_set_alloc and related...
next