index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-15
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
3
-0
/
+13
2013-07-15
cpus: Add return value for vm_stop()
Kevin Wolf
1
-2
/
+2
2013-07-15
block: Add return value for bdrv_flush_all()
Kevin Wolf
1
-1
/
+1
2013-07-15
block: Don't parse protocol from file.filename
Kevin Wolf
1
-1
/
+2
2013-07-12
Add 'auto-converge' migration capability
Chegu Vinod
1
-0
/
+2
2013-07-12
Introduce async_run_on_cpu()
Chegu Vinod
2
-0
/
+11
2013-07-11
PPC: dbdma: Support unaligned DMA access
Alexander Graf
1
-0
/
+3
2013-07-11
PPC: dbdma: Move processing to io
Alexander Graf
1
-1
/
+2
2013-07-11
PPC: dbdma: Move static bh variable to device struct
Alexander Graf
1
-0
/
+1
2013-07-11
PPC: dbdma: Introduce kick function
Alexander Graf
1
-0
/
+1
2013-07-11
PPC: dbdma: Move defines into header file
Alexander Graf
1
-0
/
+118
2013-07-10
add timestamp to error_report()
Seiji Aguchi
1
-0
/
+2
2013-07-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
7
-17
/
+42
2013-07-09
cpu: Move reset logging to CPUState
Andreas Färber
1
-0
/
+2
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
1
-5
/
+21
2013-07-09
intc/openpic: Build openpic only once
Andreas Färber
2
-2
/
+6
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
3
-2
/
+4
2013-07-09
kvm: Change kvm_remove_all_breakpoints() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2
-3
/
+4
2013-07-09
kvm: Free current_cpu identifier
Andreas Färber
1
-5
/
+5
2013-07-09
vl: New qemu_get_machine_opts()
Markus Armbruster
1
-0
/
+2
2013-07-09
exec: Remove unused global variable phys_ram_fd
Stefan Weil
1
-1
/
+0
2013-07-08
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
6
-9
/
+61
2013-07-07
pci: Fold host_buses list into PCIHostState functionality
David Gibson
1
-0
/
+2
2013-07-07
pci: Add root bus parameter to pci_nic_init()
David Gibson
1
-2
/
+4
2013-07-07
pci: Add root bus argument to pci_get_bus_devfn()
David Gibson
1
-1
/
+1
2013-07-07
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
2
-1
/
+11
2013-07-07
pci: Use helper to find device's root bus in pci_find_domain()
David Gibson
1
-1
/
+2
2013-07-07
pci: Abolish pci_find_root_bus()
David Gibson
1
-1
/
+1
2013-07-04
exec: separate current radix tree from the one being built
Paolo Bonzini
1
-0
/
+1
2013-07-04
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
1
-0
/
+2
2013-07-04
memory: move MemoryListener declaration earlier
Paolo Bonzini
1
-33
/
+33
2013-07-04
add a header file for atomic operations
Paolo Bonzini
1
-32
/
+166
2013-07-04
piolist: add owner argument to initialization functions and pass devices
Paolo Bonzini
1
-1
/
+3
2013-07-04
pam: pass device to init_pam and use it to set owner
Paolo Bonzini
1
-2
/
+2
2013-07-04
spapr_iommu: pass device to spapr_tce_new_table and use it to set owner
Paolo Bonzini
1
-1
/
+2
2013-07-04
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
1
-1
/
+1
2013-07-04
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
1
-1
/
+0
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+1
2013-07-04
memory: introduce memory_region_present
Paolo Bonzini
1
-0
/
+12
2013-07-04
memory: add ref/unref
Paolo Bonzini
1
-0
/
+30
2013-07-04
memory: add getter for owner
Paolo Bonzini
1
-0
/
+7
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-0
/
+17
2013-07-04
ioport: Move portio types to ioport.h
Jan Kiszka
2
-19
/
+11
2013-07-04
vmport: Disentangle read handler type from portio
Jan Kiszka
1
-2
/
+4
2013-07-04
ioport: Remove unused old dispatching services
Jan Kiszka
3
-45
/
+0
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
3
-7
/
+1
2013-07-04
isa: implement isa_is_ioport_assigned via memory_region_find
Jan Kiszka
1
-1
/
+0
2013-07-04
Privatize register_ioport_read/write
Jan Kiszka
1
-4
/
+0
2013-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
2
-2
/
+4
[next]