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-06-21
block/nand: Formatting sweep
Peter Crosthwaite
1
-15
/
+18
2013-06-21
qxl: Fix QXLRam initialisation.
Anthony PERARD
1
-0
/
+1
2013-06-21
acl: acl_add can't insert before last list element, fix
Markus Armbruster
1
-2
/
+2
2013-06-21
configure: Fix "ERROR: ERROR: " for missing/incompatible DTC
Andreas Färber
1
-1
/
+1
2013-06-21
audio: Replace static functions in header file by macros, remove GCC_ATTR
Stefan Weil
2
-31
/
+3
2013-06-21
libcacard: Fix cppcheck warning and remove unneeded code
Stefan Weil
1
-16
/
+6
2013-06-21
savevm: Fix potential memory leak
Stefan Weil
1
-1
/
+2
2013-06-21
kvm: Fix potential resource leak (missing fclose)
Stefan Weil
1
-0
/
+1
2013-06-21
qemu-img: Add missing GCC_FMT_ATTR
Stefan Weil
1
-1
/
+1
2013-06-21
qemu-options: trivial fix for -mon args help
Michael Tokarev
1
-2
/
+2
2013-06-21
vl: reformat SDL ifdeffery a bit
Michael Tokarev
1
-2
/
+1
2013-06-20
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
47
-773
/
+697
2013-06-20
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
2
-16
/
+22
2013-06-20
memory: render_memory_region: factor out fr constant setters
Peter Crosthwaite
1
-8
/
+5
2013-06-20
memory: as_update_topology_pass: Improve comments
Peter Crosthwaite
1
-2
/
+2
2013-06-20
memory: Fix comment typo
Peter Crosthwaite
1
-1
/
+1
2013-06-20
memory: give name to every AddressSpace
Alexey Kardashevskiy
6
-14
/
+15
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
23
-148
/
+117
2013-06-20
spapr_vio: take care of creating our own AddressSpace/DMAContext
Paolo Bonzini
4
-23
/
+13
2013-06-20
pci: use memory core for iommu support
Avi Kivity
5
-28
/
+28
2013-06-20
dma: eliminate old-style IOMMU support
Paolo Bonzini
5
-239
/
+26
2013-06-20
spapr: use memory core for iommu support
Paolo Bonzini
2
-21
/
+28
2013-06-20
spapr: make IOMMU translation go through IOMMUTLBEntry
Paolo Bonzini
1
-25
/
+35
2013-06-20
spapr: convert TCE API to use an opaque type
Paolo Bonzini
6
-48
/
+42
2013-06-20
vfio: abort if an emulated iommu is used
Avi Kivity
1
-0
/
+2
2013-06-20
memory: Add iommu map/unmap notifiers
David Gibson
2
-0
/
+50
2013-06-20
memory: iommu support
Avi Kivity
3
-6
/
+111
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
15
-52
/
+85
2013-06-20
exec: reorganize mem_add to match Int128 version
Paolo Bonzini
1
-23
/
+16
2013-06-20
Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"
Paolo Bonzini
1
-4
/
+1
2013-06-20
Revert "memory: limit sections in the radix tree to the actual address space ...
Paolo Bonzini
2
-15
/
+1
2013-06-20
exec: return MemoryRegion from address_space_translate
Paolo Bonzini
3
-84
/
+84
2013-06-20
exec: Implement subpage_read/write via address_space_rw
Jan Kiszka
1
-78
/
+47
2013-06-20
exec: Resolve subpages in one step except for IOTLB fills
Jan Kiszka
3
-15
/
+42
2013-06-20
exec: Allow unaligned address_space_rw
Jan Kiszka
1
-6
/
+6
2013-06-20
memory: move private types to exec.c
Paolo Bonzini
2
-15
/
+16
2013-06-20
memory: Introduce address_space_lookup_region
Jan Kiszka
1
-1
/
+7
2013-06-20
exec.c: address_space_translate: handle access to addr 0 of 2^64 sized region
Peter Maydell
1
-1
/
+1
2013-06-19
doc: Drop ref to Bochs from -no-fd-bootchk documentation
Markus Armbruster
1
-2
/
+1
2013-06-19
pc: Make -no-fd-bootchk stick across boot order changes
Markus Armbruster
1
-4
/
+3
2013-06-19
vl: Rename *boot_devices to *boot_order, for consistency
Markus Armbruster
2
-10
/
+10
2013-06-19
vl: Fix -boot order and once regressions, and related bugs
Markus Armbruster
1
-29
/
+30
2013-06-19
qemu-option: check_params() is now unused, drop it
Markus Armbruster
2
-32
/
+0
2013-06-19
vl: Clean up parsing of -boot option argument
Markus Armbruster
1
-62
/
+22
2013-06-19
make user networking hostfwd work with restrict=y
Gertjan Halkes
1
-10
/
+16
2013-06-19
fix -net user checks by reordering checks
Bas van Sisseren
1
-6
/
+6
2013-06-18
wdt_i6300esb: fix vmstate versioning
Michael Roth
1
-3
/
+16
2013-06-18
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
4
-79
/
+77
2013-06-18
Merge remote-tracking branch 'bonzini/nbd-next' into staging
Anthony Liguori
2
-10
/
+14
2013-06-18
virtio-rng: Fix crash with non-default backend
Cole Robinson
3
-3
/
+3
[next]