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
2018-12-21
spapr: introduce a spapr_irq_init() routine
Cédric Le Goater
3
-6
/
+13
2018-12-21
spapr: initialize VSMT before initializing the IRQ backend
Cédric Le Goater
1
-5
/
+6
2018-12-21
ppc/xive: introduce the XIVE Event Notification Descriptors
Cédric Le Goater
3
-0
/
+259
2018-12-21
ppc/xive: introduce the XiveRouter model
Cédric Le Goater
3
-0
/
+170
2018-12-21
ppc/xive: introduce the XiveNotifier interface
Cédric Le Goater
2
-0
/
+48
2018-12-21
ppc/xive: add support for the LSI interrupt sources
Cédric Le Goater
2
-7
/
+79
2018-12-21
ppc/xive: introduce a XIVE interrupt source model
Cédric Le Goater
4
-0
/
+644
2018-12-21
e500: simplify IRQ wiring
Greg Kurz
1
-10
/
+8
2018-12-21
mac_newworld: simplify IRQ wiring
Greg Kurz
2
-17
/
+15
2018-12-21
virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-1
/
+1
2018-12-21
sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-1
/
+1
2018-12-21
ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-3
/
+2
2018-12-21
ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-2
/
+2
2018-12-21
ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-2
/
+2
2018-12-21
spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2
-2
/
+2
2018-12-21
target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-3
/
+3
2018-12-21
spapr: drop redundant statement in spapr_populate_drconf_memory()
Greg Kurz
1
-2
/
+0
2018-12-21
target/ppc: tcg: Implement addex instruction
Suraj Jitindar Singh
2
-27
/
+35
2018-12-21
spapr: Fix ibm,max-associativity-domains property number of nodes
Serhii Popovych
1
-1
/
+1
2018-12-21
target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros
David Gibson
1
-12
/
+0
2018-12-21
target/ppc: fix the PPC_BIT definitions
Cédric Le Goater
1
-3
/
+3
2018-12-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into ...
Peter Maydell
19
-19
/
+6
2018-12-20
build: Remake config-host.mak when VERSION changes
Markus Armbruster
1
-1
/
+1
2018-12-20
Clean up includes
Markus Armbruster
18
-18
/
+5
2018-12-19
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...
Peter Maydell
6
-19
/
+7
2018-12-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...
Peter Maydell
35
-121
/
+232
2018-12-18
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...
Peter Maydell
16
-228
/
+258
2018-12-18
error: Remove NULL checks on error_propagate() calls
Markus Armbruster
3
-11
/
+4
2018-12-18
vl: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-5
/
+2
2018-12-18
i386: hvf: drop debug printf in decode_sldtgroup
Roman Bolshakov
1
-2
/
+0
2018-12-18
docs/devel/build-system: fix 'softmu' typo
Emilio G. Cota
1
-1
/
+1
2018-12-18
qapi: fix flat union on uncovered branches conditionals
Marc-André Lureau
1
-1
/
+2
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
10
-14
/
+33
2018-12-18
qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
Daniel Henrique Barboza
1
-6
/
+10
2018-12-18
qmp: query-current-machine with wakeup-suspend-support
Daniel Henrique Barboza
5
-0
/
+55
2018-12-18
qmp: Split ShutdownCause host-qmp into quit and system-reset
Dominik Csapak
23
-81
/
+83
2018-12-18
qmp: Add reason to SHUTDOWN and RESET events
Dominik Csapak
23
-79
/
+95
2018-12-18
qapi: Turn ShutdownCause into QAPI enum
Dominik Csapak
2
-20
/
+34
2018-12-17
Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...
Peter Maydell
18
-57
/
+1791
2018-12-17
tests/bios-tables-test: Sanitize test verbose output
Philippe Mathieu-Daudé
1
-2
/
+5
2018-12-17
tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro
Igor Mammedov
1
-8
/
+0
2018-12-17
tests: Exit boot-serial-test loop if child dies
Richard Henderson
3
-32
/
+68
2018-12-17
tests/pxe: Make test independent of global_qtest
Thomas Huth
1
-3
/
+4
2018-12-17
tests/prom-env: Make test independent of global_qtest
Thomas Huth
1
-9
/
+8
2018-12-17
tests/machine-none: Make test independent of global_qtest
Thomas Huth
1
-3
/
+4
2018-12-17
tests/test-filter: Make tests independent of global_qtest
Thomas Huth
2
-11
/
+14
2018-12-17
tests/boot-serial: Get rid of global_qtest variable
Thomas Huth
1
-6
/
+7
2018-12-17
tests/pvpanic: Make the pvpanic test independent of global_qtest
Thomas Huth
1
-6
/
+8
2018-12-17
tests/vmgenid: Make test independent of global_qtest
Thomas Huth
1
-14
/
+17
2018-12-17
tests/acpi-utils: Drop dependence on global_qtest
Eric Blake
4
-92
/
+96
[next]