979 Commits (530049bc1dcc24c1178a29d99ca08b6dd08413e0)

Author SHA1 Message Date
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Paolo Bonzini 39c350ee12 exec: fix early return from ram_block_add 11 years ago
Markus Armbruster e1fb647199 exec: Fix memory allocation when memory path isn't on hugetlbfs 11 years ago
Markus Armbruster fd97fd4408 exec: Fix memory allocation when memory path names new file 11 years ago
Fam Zheng 729633c2bc exec: Introduce AddressSpaceDispatch.mru_section 11 years ago
Fam Zheng 29cb533d8c exec: Factor out section_covers_addr 11 years ago
Fam Zheng f1060c55bf exec: Pass RAMBlock pointer to qemu_ram_free 11 years ago
Fam Zheng 8e41fb63c5 memory: Drop MemoryRegion.ram_addr 11 years ago
Fam Zheng 0a75601853 memory: Move assignment to ram_block to memory_region_init_* 11 years ago
Fam Zheng 528f46af6e exec: Return RAMBlock pointer from allocating functions 11 years ago
Gonglei 3655cb9c73 memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length 11 years ago
Gonglei 58eaa2174e exec: store RAMBlock pointer into memory region 11 years ago
Paolo Bonzini 945123a554 cpu: cpu_save/cpu_load is no more 11 years ago
Sergey Fedorov 568496c0c0 cpu: Add callback to check architectural watchpoint match 11 years ago
Stefan Hajnoczi 5b82b703b6 memory: RCU ram_list.dirty_memory[] for safe RAM hotplug 11 years ago
Paolo Bonzini 508127e243 log: do not unnecessarily include qom/cpu.h 11 years ago
Peter Maydell 7b31bbc2e6 exec: Clean up includes 11 years ago
Peter Crosthwaite 6731d864f8 qom/cpu: Add MemoryRegion property 11 years ago
Peter Maydell 79ed041647 exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write 11 years ago
Peter Maydell 5232e4c798 exec.c: Use cpu_get_phys_page_attrs_debug 11 years ago
Peter Maydell 651a5bc037 exec.c: Add cpu_get_address_space() 11 years ago
Peter Maydell a54c87b68a exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS 11 years ago
Peter Maydell d7898cda81 cputlb.c: Use correct address space when looking up MemoryRegionSection 11 years ago
Peter Maydell 12ebc9a76d exec.c: Allow target CPUs to define multiple AddressSpaces 11 years ago
Peter Maydell 56943e8cc1 exec.c: Don't set cpu->as until cpu_address_space_init 11 years ago
Markus Armbruster 37aa7a0e2f xen-hvm: Clean up xen_ram_alloc() error handling 11 years ago
Tetsuya Mukawa 56a571d9c8 ivshmem: Store file descriptor for vhost-user negotiation 11 years ago
Paolo Bonzini 3cc8f88499 memory: try to inline constant-length reads 11 years ago
Paolo Bonzini a203ac702e memory: extract first iteration of address_space_read and address_space_write 11 years ago
Paolo Bonzini eb7eeb8862 memory: split address_space_read and address_space_write 11 years ago
Paolo Bonzini e81bcda529 exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr 11 years ago
Paolo Bonzini 49b24afcb1 exec: always call qemu_get_ram_ptr within rcu_read_lock 11 years ago
Paolo Bonzini 013a29424c qemu-log: introduce qemu_log_separate 11 years ago
Eduardo Habkost 2f3a2bb15e exec: Remove unnecessary RAM_FILE flag 11 years ago
Eduardo Habkost a29ac16632 exec: Eliminate qemu_ram_free_from_ptr() 11 years ago
Don Slutz 55b4e80b04 exec: Stop using memory after free 11 years ago
Daniel P. Berrange bfc2a1a1f4 exec: remove warning about mempath and hugetlbfs 11 years ago
Daniel P. Berrange 2c189a4e12 Revert "exec: silence hugetlbfs warning under qtest" 11 years ago
Marc-André Lureau 1c7ba94a18 exec: silence hugetlbfs warning under qtest 11 years ago
Dr. David Alan Gilbert 4ed023ce2a Round up RAMBlock sizes to host page sizes 11 years ago
Dr. David Alan Gilbert e3dd74934f qemu_ram_block_by_name 11 years ago
Dr. David Alan Gilbert 422148d3e5 qemu_ram_block_from_host 11 years ago
Dr. David Alan Gilbert 038629a699 Provide runtime Target page information 11 years ago
Paolo Bonzini 68851b98e5 exec: avoid unnecessary cacheline bounce on ram_list.mru_block 11 years ago
Pavel Dovgalyuk 7615936ebf replay: initialization and deinitialization 11 years ago
Pavel Fedin 8d31d6b65a backends/hostmem-file: Allow to specify full pathname for backing file 11 years ago
Paolo Bonzini 680a4783dc memory: call begin, log_start and commit when registering a new listener 11 years ago
Igor Mammedov cc57501dee file_ram_alloc: propagate error to caller instead of terminating QEMU 11 years ago
Michael S. Tsirkin 794e8f301a exec: factor out duplicate mmap code 11 years ago
Peter Maydell 32857f4d5e exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct 11 years ago