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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-10
abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT
Peter Maydell
1
-4
/
+0
2013-09-05
memory: Provide separate handling of unassigned io ports accesses
Jan Kiszka
1
-0
/
+4
2013-09-03
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-11
/
+9
2013-09-03
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
3
-0
/
+3
2013-09-03
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-4
/
+4
2013-09-03
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
3
-6
/
+21
2013-09-03
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
6
-10
/
+13
2013-09-03
cpu: Replace qemu_for_each_cpu()
Andreas Färber
1
-9
/
+0
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-2
/
+9
2013-09-03
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
Aurelien Jarno
5
-120
/
+113
2013-09-02
tcg: Introduce zero and sign-extended versions of load helpers
Richard Henderson
1
-12
/
+46
2013-09-02
exec: Split softmmu_defs.h
Richard Henderson
3
-51
/
+6
2013-09-02
exec: Rename USUFFIX to LSUFFIX
Richard Henderson
1
-6
/
+6
2013-09-02
exec: Reorganize the GETRA/GETPC macros
Richard Henderson
2
-52
/
+56
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
1
-2
/
+2
2013-09-02
qcow2-refcount: Repair shared refcount blocks
Max Reitz
1
-0
/
+1
2013-09-02
pseries: Add H_SET_MODE hcall to change guest exception endianness
Anton Blanchard
1
-1
/
+16
2013-09-02
spapr-pci: rework MSI/MSIX
Alexey Kardashevskiy
2
-4
/
+8
2013-09-01
misc: Fix some typos in names and comments
Stefan Weil
1
-4
/
+4
2013-09-01
pc: reduce duplication, fix PIIX descriptions
Michael S. Tsirkin
1
-0
/
+8
2013-08-30
isa: Fix documentation of isa_register_portio_list()
Hervé Poussineau
1
-1
/
+1
2013-08-30
qom: Assert instance size in object_initialize_with_type()
Andreas Färber
1
-1
/
+2
2013-08-30
qom: Pass available size to object_initialize()
Andreas Färber
1
-1
/
+2
2013-08-30
qdev: Pass size to qbus_create_inplace()
Andreas Färber
1
-1
/
+1
2013-08-30
usb: Pass size to usb_bus_new()
Andreas Färber
1
-1
/
+2
2013-08-30
scsi: Pass size to scsi_bus_new()
Andreas Färber
1
-2
/
+2
2013-08-30
pci: Pass size to pci_bus_new_inplace()
Andreas Färber
1
-1
/
+1
2013-08-30
qom: Fix object_initialize_with_type() argument name in documentation
Andreas Färber
1
-1
/
+1
2013-08-30
object: Fix typo in qom/object.h
Peter Chubb
1
-1
/
+1
2013-08-30
qcow2: Metadata overlap checks
Max Reitz
1
-0
/
+1
2013-08-30
option: Add assigned flag to QEMUOptionParameter
Max Reitz
1
-0
/
+1
2013-08-30
monitor: avoid use of global *cur_mon in monitor_find_completion()
Wenchao Xia
1
-1
/
+2
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
1
-1
/
+2
2013-08-29
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
Anthony Liguori
1
-0
/
+1
2013-08-29
tcg-i386: Remove abort from GETPC_LDST
Richard Henderson
1
-5
/
+5
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
1
-5
/
+2
2013-08-27
pc: fix regression for 64 bit PCI memory
Michael S. Tsirkin
1
-1
/
+10
2013-08-27
pci: Introduce helper to retrieve a PCI device's DMA address space
Alexey Kardashevskiy
1
-0
/
+1
2013-08-26
tcg-i386: Use new return-argument ld/st helpers
Richard Henderson
1
-11
/
+2
2013-08-26
tcg: Tidy softmmu_template.h
Richard Henderson
1
-183
/
+104
2013-08-26
tcg: Add mmu helpers that take a return address argument
Richard Henderson
2
-33
/
+55
2013-08-26
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
9
-65
/
+681
2013-08-22
aio / timers: Remove legacy interface
Alex Bligh
1
-212
/
+2
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2
-2
/
+2
2013-08-22
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
2
-2
/
+2
2013-08-22
aio / timers: Convert rtc_clock to be a QEMUClockType
Alex Bligh
1
-1
/
+1
2013-08-22
aio / timers: Remove main_loop_timerlist
Alex Bligh
1
-5
/
+1
2013-08-22
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
1
-273
/
+341
2013-08-22
aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
Alex Bligh
1
-0
/
+28
2013-08-22
aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
Alex Bligh
1
-16
/
+0
[next]