index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
tcg: Simplify logic using TCG_OPF_NOT_PRESENT
Richard Henderson
3
-15
/
+18
2013-07-09
tcg: Allow non-constant control macros
Richard Henderson
1
-1
/
+1
2013-07-09
tcg-ppc64: Don't implement rem
Richard Henderson
2
-28
/
+2
2013-07-09
tcg-ppc: Don't implement rem
Richard Henderson
2
-15
/
+1
2013-07-09
tcg-arm: Don't implement rem
Richard Henderson
2
-16
/
+1
2013-07-09
tcg: Split rem requirement from div requirement
Richard Henderson
12
-12
/
+50
2013-07-08
tcg: Add myself to general TCG maintainership
Richard Henderson
1
-0
/
+1
2013-07-08
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
37
-163
/
+405
2013-07-07
pci: Fold host_buses list into PCIHostState functionality
David Gibson
2
-19
/
+16
2013-07-07
pci: Remove domain from PCIHostBus
David Gibson
1
-4
/
+3
2013-07-07
pci: Simpler implementation of primary PCI bus
David Gibson
2
-9
/
+26
2013-07-07
pci: Add root bus parameter to pci_nic_init()
David Gibson
17
-26
/
+36
2013-07-07
pci: Add root bus argument to pci_get_bus_devfn()
David Gibson
3
-6
/
+7
2013-07-07
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
9
-25
/
+66
2013-07-07
pci: Use helper to find device's root bus in pci_find_domain()
David Gibson
4
-11
/
+17
2013-07-07
pci: Abolish pci_find_root_bus()
David Gibson
4
-15
/
+42
2013-07-07
MAINTAINERS: Add myself into MAINTAINERS file
Jia Liu
1
-0
/
+13
2013-07-07
MAINTAINERS: fix bad F: patterns
Peter Maydell
1
-19
/
+15
2013-07-07
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
3
-23
/
+54
2013-07-07
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
359
-1713
/
+2561
2013-07-05
block: fix bdrv_flush() ordering in bdrv_close()
Stefan Hajnoczi
1
-2
/
+3
2013-07-05
curl: refuse to open URL from HTTP server without range support
Fam Zheng
1
-6
/
+18
2013-07-05
vmdk: Implement .bdrv_has_zero_init
Fam Zheng
1
-15
/
+33
2013-07-04
exec: change some APIs to take AddressSpaceDispatch
Paolo Bonzini
1
-6
/
+5
2013-07-04
exec: remove cur_map
Paolo Bonzini
1
-5
/
+7
2013-07-04
exec: put memory map in AddressSpaceDispatch
Paolo Bonzini
1
-11
/
+17
2013-07-04
exec: separate current radix tree from the one being built
Paolo Bonzini
2
-7
/
+17
2013-07-04
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
2
-8
/
+11
2013-07-04
memory: move MemoryListener declaration earlier
Paolo Bonzini
1
-33
/
+33
2013-07-04
exec: separate current memory map from the one being built
Paolo Bonzini
1
-40
/
+63
2013-07-04
exec: change well-known physical sections to macros
Liu Ping Fan
1
-14
/
+20
2013-07-04
qom: Use atomics for object refcounting
Jan Kiszka
1
-3
/
+2
2013-07-04
memory: add reference counting to FlatView
Paolo Bonzini
1
-10
/
+69
2013-07-04
memory: use a new FlatView pointer on every topology update
Paolo Bonzini
1
-16
/
+18
2013-07-04
memory: access FlatView from a local variable
Paolo Bonzini
1
-10
/
+21
2013-07-04
add a header file for atomic operations
Paolo Bonzini
6
-44
/
+529
2013-07-04
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
12
-25
/
+31
2013-07-04
hw/t*: pass owner to memory_region_init* functions
Paolo Bonzini
23
-31
/
+41
2013-07-04
hw/s*: pass owner to memory_region_init* functions
Paolo Bonzini
14
-26
/
+33
2013-07-04
hw/p*: pass owner to memory_region_init* functions
Paolo Bonzini
21
-86
/
+91
2013-07-04
hw/n*: pass owner to memory_region_init* functions
Paolo Bonzini
20
-39
/
+48
2013-07-04
hw/m*: pass owner to memory_region_init* functions
Paolo Bonzini
22
-53
/
+58
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
41
-87
/
+111
2013-07-04
hw/gpio: pass owner to memory_region_init* functions
Paolo Bonzini
4
-6
/
+6
2013-07-04
hw/d*: pass owner to memory_region_init* functions
Paolo Bonzini
15
-27
/
+34
2013-07-04
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
19
-29
/
+36
2013-07-04
hw/block: pass owner to memory_region_init* functions
Paolo Bonzini
5
-13
/
+17
2013-07-04
hw/a*: pass owner to memory_region_init* functions
Paolo Bonzini
24
-68
/
+88
2013-07-04
piolist: add owner argument to initialization functions and pass devices
Paolo Bonzini
10
-12
/
+17
2013-07-04
pam: pass device to init_pam and use it to set owner
Paolo Bonzini
4
-13
/
+15
[next]