Age | Commit message (Expand) | Author | Files | Lines |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini | 1 | -0/+60 |
2016-01-21 | memory: Add address_space_init_shareable() | Peter Crosthwaite | 1 | -0/+18 |
2016-01-21 | exec.c: Add cpu_get_address_space() | Peter Maydell | 1 | -0/+9 |
2016-01-21 | exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS | Peter Maydell | 1 | -1/+1 |
2016-01-21 | cputlb.c: Use correct address space when looking up MemoryRegionSection | Peter Maydell | 1 | -2/+2 |
2016-01-21 | exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page | Peter Maydell | 1 | -3/+31 |
2016-01-21 | exec.c: Allow target CPUs to define multiple AddressSpaces | Peter Maydell | 1 | -0/+4 |
2016-01-21 | exec.c: Don't set cpu->as until cpu_address_space_init | Peter Maydell | 1 | -1/+15 |
2016-01-09 | ivshmem: Store file descriptor for vhost-user negotiation | Tetsuya Mukawa | 1 | -0/+1 |
2015-12-17 | memory: try to inline constant-length reads | Paolo Bonzini | 2 | -18/+57 |
2015-12-17 | memory: inline a few small accessors | Paolo Bonzini | 1 | -4/+18 |
2015-12-17 | memory: extract first iteration of address_space_read and address_space_write | Paolo Bonzini | 1 | -0/+6 |
2015-12-17 | memory: avoid unnecessary object_ref/unref | Paolo Bonzini | 1 | -0/+1 |
2015-12-17 | memory: reorder MemoryRegion fields | Paolo Bonzini | 1 | -10/+14 |
2015-12-17 | exec: always call qemu_get_ram_ptr within rcu_read_lock | Paolo Bonzini | 1 | -2/+7 |
2015-12-17 | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost | 1 | -1/+0 |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini | 1 | -3/+5 |
2015-11-10 | qemu_ram_block_by_name | Dr. David Alan Gilbert | 1 | -0/+1 |
2015-11-10 | qemu_ram_block_from_host | Dr. David Alan Gilbert | 2 | -2/+3 |
2015-11-10 | Move page_size_init earlier | Dr. David Alan Gilbert | 1 | -1/+0 |
2015-11-05 | cpu-exec: allow temporary disabling icount | Pavel Dovgalyuk | 1 | -0/+1 |
2015-10-19 | hw/pci: Introduce pci_requester_id() | Pavel Fedin | 1 | -2/+2 |
2015-10-12 | exec: remove non-TCG stuff from exec-all.h header. | Paolo Bonzini | 2 | -6/+1 |
2015-10-12 | exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct | Peter Maydell | 1 | -1/+1 |
2015-10-08 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i... | Peter Maydell | 1 | -0/+13 |
2015-10-07 | tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE | Richard Henderson | 1 | -5/+6 |
2015-10-07 | tcg: Check for overflow via highwater mark | Richard Henderson | 1 | -6/+0 |
2015-10-07 | tcg: Remove gen_intermediate_code_pc | Richard Henderson | 1 | -1/+0 |
2015-10-07 | tcg: Save insn data and use it in cpu_restore_state_from_tb | Richard Henderson | 1 | -0/+1 |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 1 | -1/+1 |
2015-10-07 | tcg: Merge cpu_gen_code into tb_gen_code | Richard Henderson | 1 | -2/+0 |
2015-10-05 | memory: Allow replay of IOMMU mapping notifications | David Gibson | 1 | -0/+13 |
2015-09-16 | include/exec: Move cputlb exec.c defs out | Peter Crosthwaite | 2 | -16/+18 |
2015-09-16 | cputlb: Change tlb_set_dirty() arg to cpu | Peter Crosthwaite | 1 | -1/+1 |
2015-09-16 | cputlb: move CPU_LOOP() for tlb_reset() to exec.c | Peter Crosthwaite | 1 | -1/+1 |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 4 | -94/+51 |
2015-09-11 | cpu-exec: introduce loop exit with restore function | Pavel Dovgalyuk | 1 | -0/+1 |
2015-09-11 | softmmu: remove now unused functions | Pavel Dovgalyuk | 1 | -19/+0 |
2015-09-11 | softmmu: add helper function to pass through retaddr | Pavel Dovgalyuk | 2 | -8/+76 |
2015-09-11 | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt | 1 | -2/+2 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -1/+1 |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange | 1 | -1/+1 |
2015-09-09 | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini | 1 | -0/+6 |
2015-09-09 | remove unused spinlock. | KONRAD Frederic | 1 | -49/+0 |
2015-09-09 | replace spinlock by QemuMutex. | KONRAD Frederic | 1 | -2/+2 |
2015-09-09 | Move RAMBlock and ram_list to ram_addr.h | Dr. David Alan Gilbert | 2 | -41/+40 |
2015-09-09 | tcg: signal-free qemu_cpu_kick | Paolo Bonzini | 1 | -2/+2 |
2015-09-09 | tcg: introduce tcg_current_cpu | Paolo Bonzini | 1 | -0/+1 |
2015-09-07 | include/exec/softmmu-semi.h: Add support for 64-bit values | Peter Maydell | 1 | -0/+18 |
2015-09-07 | gdbstub: Implement gdb_do_syscallv() | Peter Maydell | 1 | -0/+27 |