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
2015-03-09
spapr-pci: Enable huge BARs
Alexey Kardashevskiy
3
-5
/
+32
2015-03-09
spapr: Add pseries-2.3 machine
Alexey Kardashevskiy
1
-2
/
+17
2015-03-09
pseries: Limit PCI host bridge "index" value
David Gibson
2
-2
/
+10
2015-03-09
target-ppc: Use right page size with hash table lookup
Aneesh Kumar K.V
3
-11
/
+30
2015-03-09
spapr_vio/spapr_iommu: Move VIO bypass where it belongs
Alexey Kardashevskiy
4
-13
/
+47
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
155
-5289
/
+3587
2015-03-08
Merge remote-tracking branch 'remotes/xtensa/tags/20150307-xtensa' into staging
Peter Maydell
4
-2
/
+38
2015-03-08
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
7
-11
/
+144
2015-03-08
acpi: drop unused code
Michael S. Tsirkin
1
-12
/
+0
2015-03-08
aml-build: comment fix
Michael S. Tsirkin
1
-1
/
+1
2015-03-08
acpi-build: fix typo in comment
Michael S. Tsirkin
1
-1
/
+1
2015-03-08
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150304-1' into ...
Peter Maydell
5
-26
/
+80
2015-03-08
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150303-1' into s...
Peter Maydell
1
-3
/
+12
2015-03-08
Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ...
Peter Maydell
2
-15
/
+25
2015-03-08
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150303'...
Peter Maydell
4
-27
/
+1699
2015-03-07
target-xtensa: xtfpga: fix ml605 flash size
Max Filippov
1
-1
/
+1
2015-03-07
target-xtensa: implement do_unassigned_access callback
Max Filippov
3
-0
/
+18
2015-03-07
hw/xtensa: allow reads/writes in the system I/O region
Max Filippov
1
-1
/
+19
2015-03-04
docs: add memory-hotplug.txt
Luiz Capitulino
1
-0
/
+76
2015-03-04
qemu-options.hx: improve -m description
Luiz Capitulino
1
-5
/
+17
2015-03-04
virtio-balloon: Add some trace events
zhanghailiang
2
-0
/
+10
2015-03-04
virtio-balloon: Fix balloon not working correctly when hotplug memory
zhanghailiang
1
-6
/
+9
2015-03-04
pc-dimm: add a function to calculate VM's current RAM size
zhanghailiang
3
-0
/
+32
2015-03-04
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
3
-22
/
+32
2015-03-04
acpi: update generated files
Michael S. Tsirkin
2
-1224
/
+22
2015-03-04
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' i...
Peter Maydell
4
-8
/
+108
2015-03-04
hmp: info spice: take out webdav
Gerd Hoffmann
1
-0
/
+5
2015-03-03
vhost user:support vhost user nic for non msi guests
Haifeng Gao
1
-13
/
+3
2015-03-03
aml-build: fix build for glib < 2.22
Michael S. Tsirkin
1
-2
/
+3
2015-03-03
vl: take iothread lock very early
Paolo Bonzini
1
-3
/
+3
2015-03-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
20
-48
/
+81
2015-03-03
xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set
Laszlo Ersek
1
-3
/
+12
2015-03-03
hmp: info spice: Show string channel name
Cole Robinson
1
-0
/
+27
2015-03-03
qxl: drop update_displaychangelistener call for secondary qxl devices
Gerd Hoffmann
1
-1
/
+0
2015-03-03
vga: refactor vram_size clamping and rounding
Radim Krčmář
1
-7
/
+15
2015-03-03
qxl: refactor rounding up to a nearest power of 2
Radim Krčmář
3
-18
/
+22
2015-03-03
spice: fix invalid memory access to vga.vram
Radim Krčmář
2
-2
/
+10
2015-03-03
qxl: document minimal video memory for new modes
Radim Krčmář
1
-0
/
+3
2015-03-03
bootdevice: add check in restore_boot_order()
Gonglei
1
-1
/
+3
2015-03-03
bootdevice: check boot order argument validation before vm running
Gonglei
1
-14
/
+22
2015-03-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into...
Peter Maydell
21
-240
/
+284
2015-03-03
target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 as fi...
Bastian Koppelmann
3
-0
/
+418
2015-03-03
target-tricore: Add instructions of RRR1 opcode format, which have 0x43 as fi...
Bastian Koppelmann
4
-4
/
+588
2015-03-03
target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as fi...
Bastian Koppelmann
3
-0
/
+534
2015-03-03
target-tricore: Add instructions of RRR2 opcode format
Bastian Koppelmann
2
-15
/
+136
2015-03-03
target-tricore: fix msub32_suov return wrong results
Bastian Koppelmann
1
-6
/
+21
2015-03-03
target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper
Bastian Koppelmann
1
-2
/
+2
2015-03-03
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...
Peter Maydell
9
-103
/
+113
2015-03-02
trace: add DTrace reserved words for .d files
Stefan Hajnoczi
1
-7
/
+19
2015-03-02
unbreak dtrace tracing due to double _ in rdma names
Dr. David Alan Gilbert
2
-15
/
+13
[next]