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
2016-10-24
hw/ptimer: Add "no counter round down" policy
Dmitry Osipenko
2
-0
/
+13
2016-10-24
tests: ptimer: Add tests for "no immediate reload" policy
Dmitry Osipenko
1
-16
/
+57
2016-10-24
hw/ptimer: Add "no immediate reload" policy
Dmitry Osipenko
2
-5
/
+30
2016-10-24
tests: ptimer: Add tests for "no immediate trigger" policy
Dmitry Osipenko
1
-8
/
+56
2016-10-24
hw/ptimer: Add "no immediate trigger" policy
Dmitry Osipenko
2
-4
/
+20
2016-10-24
tests: ptimer: Add tests for "continuous trigger" policy
Dmitry Osipenko
1
-3
/
+18
2016-10-24
hw/ptimer: Add "continuous trigger" policy
Dmitry Osipenko
2
-3
/
+31
2016-10-24
tests: ptimer: Add tests for "wraparound after one period" policy
Dmitry Osipenko
1
-23
/
+104
2016-10-24
hw/ptimer: Add "wraparound after one period" policy
Dmitry Osipenko
2
-15
/
+47
2016-10-24
hw/arm/virt: Set minimum_page_bits to 12
Peter Maydell
1
-0
/
+4
2016-10-24
target-arm: Make page size a runtime setting
Peter Maydell
2
-4
/
+29
2016-10-24
migration/savevm.c: migrate non-default page size
Peter Maydell
1
-0
/
+49
2016-10-24
cpu: Support a target CPU having a variable page size
Peter Maydell
5
-0
/
+80
2016-10-24
translate-all.c: Compute L1 page table properties at runtime
Vijaya Kumar K
1
-25
/
+46
2016-10-24
exec.c: Remove static allocation of sub_section of sub_page
Vijaya Kumar K
1
-3
/
+2
2016-10-24
migration: Remove static allocation of xzblre cache buffer
Vijaya Kumar K
1
-1
/
+3
2016-10-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
96
-1226
/
+1735
2016-10-24
exec.c: workaround regression caused by alignment change in d2f39ad
Haozhong Zhang
1
-1
/
+6
2016-10-24
char: remove explicit_be_open from CharDriverState
Marc-André Lureau
8
-32
/
+59
2016-10-24
char: use common error path in qmp_chardev_add
Marc-André Lureau
1
-2
/
+1
2016-10-24
char: replace avail_connections
Marc-André Lureau
3
-23
/
+13
2016-10-24
char: remove unused qemu_chr_fe_event
Marc-André Lureau
3
-30
/
+0
2016-10-24
char: use an enum for CHR_EVENT
Marc-André Lureau
1
-5
/
+7
2016-10-24
char: remove unused CHR_EVENT_FOCUS
Marc-André Lureau
3
-5
/
+0
2016-10-24
char: move fe_open in CharBackend
Marc-André Lureau
2
-4
/
+5
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
44
-60
/
+67
2016-10-24
char: rename chr_close/chr_free
Marc-André Lureau
6
-38
/
+38
2016-10-24
char: move front end handlers in CharBackend
Marc-André Lureau
4
-70
/
+98
2016-10-24
tests: start chardev unit tests
Marc-André Lureau
2
-0
/
+257
2016-10-24
char: make some qemu_chr_fe skip if no driver
Marc-André Lureau
22
-190
/
+156
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
19
-137
/
+44
2016-10-24
vhost-user: only initialize queue 0 CharBackend
Marc-André Lureau
1
-16
/
+13
2016-10-24
char: fold qemu_chr_set_handlers in qemu_chr_fe_set_handlers
Marc-André Lureau
2
-46
/
+35
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
47
-409
/
+437
2016-10-24
colo: claim in find_and_check_chardev
Marc-André Lureau
1
-6
/
+7
2016-10-24
char: rename some frontend functions
Marc-André Lureau
18
-27
/
+27
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
14
-164
/
+211
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
37
-265
/
+302
2016-10-24
char: start converting mux driver to use CharBackend
Marc-André Lureau
1
-12
/
+12
2016-10-24
char: introduce CharBackend
Marc-André Lureau
2
-0
/
+100
2016-10-24
mux: split mux_chr_update_read_handler()
Marc-André Lureau
2
-42
/
+99
2016-10-24
xilinx: fix buffer overflow on realize
Paolo Bonzini
1
-2
/
+5
2016-10-24
char: remove init callback
Marc-André Lureau
21
-48
/
+34
2016-10-24
malta: replace chr init by CHR_EVENT_OPENED handler
Marc-André Lureau
1
-11
/
+19
2016-10-24
sun4uv: fix serial initialization regression
Marc-André Lureau
8
-10
/
+11
2016-10-24
ringbuf: fix chr_write return value
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: remove use-after-free on win-stdio
Marc-André Lureau
1
-1
/
+0
2016-10-24
rng: remove unused included header
Marc-André Lureau
1
-1
/
+0
2016-10-24
char.h: misc doc fix
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: serial: check divider value against baud base
Prasad J Pandit
1
-1
/
+2
[next]