Age | Commit message (Expand) | Author |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber |
2013-07-09 | kvm: Change kvm_remove_all_breakpoints() argument to CPUState | Andreas Färber |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber |
2013-07-09 | kvm: Free current_cpu identifier | Andreas Färber |
2013-07-08 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-07-07 | pci: Fold host_buses list into PCIHostState functionality | David Gibson |
2013-07-07 | pci: Add root bus parameter to pci_nic_init() | David Gibson |
2013-07-07 | pci: Add root bus argument to pci_get_bus_devfn() | David Gibson |
2013-07-07 | pci: Replace pci_find_domain() with more general pci_root_bus_path() | David Gibson |
2013-07-07 | pci: Use helper to find device's root bus in pci_find_domain() | David Gibson |
2013-07-07 | pci: Abolish pci_find_root_bus() | David Gibson |
2013-07-04 | exec: separate current radix tree from the one being built | Paolo Bonzini |
2013-07-04 | exec: move listener from AddressSpaceDispatch to AddressSpace | Paolo Bonzini |
2013-07-04 | memory: move MemoryListener declaration earlier | Paolo Bonzini |
2013-07-04 | add a header file for atomic operations | Paolo Bonzini |
2013-07-04 | piolist: add owner argument to initialization functions and pass devices | Paolo Bonzini |
2013-07-04 | pam: pass device to init_pam and use it to set owner | Paolo Bonzini |
2013-07-04 | spapr_iommu: pass device to spapr_tce_new_table and use it to set owner | Paolo Bonzini |
2013-07-04 | memory: return MemoryRegion from qemu_ram_addr_from_host | Paolo Bonzini |
2013-07-04 | exec: move qemu_ram_addr_from_host_nofail to cputlb.c | Paolo Bonzini |
2013-07-04 | memory: add ref/unref calls | Paolo Bonzini |
2013-07-04 | memory: introduce memory_region_present | Paolo Bonzini |
2013-07-04 | memory: add ref/unref | Paolo Bonzini |
2013-07-04 | memory: add getter for owner | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-07-04 | ioport: Move portio types to ioport.h | Jan Kiszka |
2013-07-04 | vmport: Disentangle read handler type from portio | Jan Kiszka |
2013-07-04 | ioport: Remove unused old dispatching services | Jan Kiszka |
2013-07-04 | ioport: Switch dispatching to memory core layer | Jan Kiszka |
2013-07-04 | isa: implement isa_is_ioport_assigned via memory_region_find | Jan Kiszka |
2013-07-04 | Privatize register_ioport_read/write | Jan Kiszka |
2013-07-04 | dma: keep a device alive while it has SGLists | Paolo Bonzini |
2013-07-04 | pci: Move pci_read_devaddr to pci-hotplug-old.c | David Gibson |
2013-07-04 | pvpanic: initialization cleanup | Michael S. Tsirkin |
2013-07-04 | pc: pass PCI hole ranges to Guests | Michael S. Tsirkin |
2013-07-04 | pci: store PCI hole ranges in guestinfo structure | Michael S. Tsirkin |
2013-07-04 | range: add Range structure | Michael S. Tsirkin |
2013-07-02 | int128: optimize and add test cases | Paolo Bonzini |
2013-07-01 | PPC: Add clock-frequency export for Mac machines | Alexander Graf |
2013-07-01 | spapr-rtas: add CPU argument to RTAS calls | Anthony Liguori |
2013-07-01 | intc/openpic_kvm: Fix QOM and build issues | Andreas Färber |
2013-07-01 | intc/openpic: QOM'ify | Andreas Färber |
2013-07-01 | kvm/openpic: in-kernel mpic support | Scott Wood |
2013-07-01 | KVM: PIC: Only commit irq routing when necessary | Alexander Graf |
2013-07-01 | openpic: factor out some common defines into openpic.h | Scott Wood |
2013-07-01 | KVM: Export kvm_init_irq_routing | Alexander Graf |
2013-07-01 | KVM: Don't assume that mpstate exists with in-kernel PIC always | Alexander Graf |
2013-06-28 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-06-28 | qemu-char: use ChardevBackendKind in CharDriver | Gerd Hoffmann |
2013-06-28 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |