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
2017-03-01
bus: do not unref hotplug handler
Marc-André Lureau
2
-1
/
+3
2017-03-01
tests: fix virtio-9p-test leaks
Marc-André Lureau
1
-1
/
+1
2017-03-01
tests: fix virtio-scsi-test leak
Marc-André Lureau
1
-1
/
+1
2017-03-01
tests: fix e1000e leaks
Marc-André Lureau
1
-1
/
+5
2017-03-01
tests: fix i440fx-test leaks
Marc-André Lureau
1
-0
/
+5
2017-03-01
tests: fix e1000-test leak
Marc-André Lureau
1
-0
/
+1
2017-03-01
tests: fix tco-test leaks
Marc-André Lureau
1
-14
/
+21
2017-03-01
tests: fix eepro100-test leak
Marc-André Lureau
1
-0
/
+1
2017-03-01
pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice
Igor Mammedov
2
-13
/
+2
2017-03-01
tests: fix ipmi-bt-test leak
Marc-André Lureau
1
-0
/
+1
2017-03-01
tests: fix ipmi-kcs-test leak
Marc-André Lureau
1
-0
/
+1
2017-03-01
tests: fix bios-tables-test leak
Marc-André Lureau
1
-1
/
+1
2017-03-01
tests: fix hd-geo-test leaks
Marc-André Lureau
1
-17
/
+36
2017-03-01
tests: fix ide-test leaks
Marc-André Lureau
1
-0
/
+12
2017-03-01
tests: fix vhost-user-test leaks
Marc-André Lureau
3
-4
/
+15
2017-03-01
tests: fix q35-test leaks
Marc-André Lureau
1
-0
/
+3
2017-03-01
Add PowerPC 32-bit guest memory dump support
Mike Nawrocki
4
-74
/
+93
2017-03-01
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
2
-94
/
+94
2017-03-01
ppc/xics: move InterruptStatsProvider to the sPAPR machine
Cédric Le Goater
3
-18
/
+21
2017-03-01
ppc/xics: move ics-simple post_load under the machine
Cédric Le Goater
3
-22
/
+7
2017-03-01
ppc/xics: remove the XICSState classes
Cédric Le Goater
6
-103
/
+16
2017-03-01
ppc/xics: export the XICS init routines
Cédric Le Goater
4
-20
/
+13
2017-03-01
ppc/xics: move the ICP array under the sPAPR machine
Cédric Le Goater
3
-11
/
+11
2017-03-01
ppc/xics: register the reset handler of ICP objects
Cédric Le Goater
2
-18
/
+1
2017-03-01
ppc/xics: simplify spapr_dt_xics() interface
Cédric Le Goater
3
-4
/
+4
2017-03-01
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
5
-30
/
+35
2017-03-01
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
3
-35
/
+34
2017-03-01
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
3
-10
/
+6
2017-03-01
ppc/xics: move kernel_xics_fd out of KVMXICSState
Cédric Le Goater
1
-9
/
+7
2017-03-01
ppc/xics: extend the QOM interface to handle ICPs
Cédric Le Goater
3
-1
/
+24
2017-03-01
ppc/xics: remove the XICS list of ICS
Cédric Le Goater
3
-11
/
+0
2017-03-01
ppc/xics: register the reset handler of ICS objects
Cédric Le Goater
2
-5
/
+1
2017-03-01
ppc/xics: remove xics_find_source()
Cédric Le Goater
2
-13
/
+0
2017-03-01
ppc/xics: use the QOM interface to resend irqs
Cédric Le Goater
3
-11
/
+15
2017-03-01
ppc/xics: use the QOM interface to get irqs
Cédric Le Goater
6
-9
/
+11
2017-03-01
ppc/xics: use the QOM interface under the sPAPR machine
Cédric Le Goater
3
-1
/
+20
2017-03-01
ppc/xics: introduce a XICSFabric QOM interface to handle ICSs
Cédric Le Goater
2
-0
/
+25
2017-03-01
ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objects
Cédric Le Goater
1
-35
/
+41
2017-03-01
ppc/xics: store the ICS object under the sPAPR machine
Cédric Le Goater
7
-28
/
+29
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
5
-112
/
+42
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
5
-124
/
+75
2017-03-01
xics: XICS should not be a SysBusDevice
David Gibson
3
-3
/
+4
2017-03-01
spapr/pci: populate PCI DT in reverse order
Greg Kurz
3
-6
/
+38
2017-03-01
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
1
-0
/
+23
2017-03-01
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
1
-2
/
+8
2017-03-01
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
1
-0
/
+6
2017-03-01
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
1
-1
/
+4
2017-03-01
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
1
-2
/
+9
2017-03-01
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
1
-1
/
+10
2017-03-01
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
1
-0
/
+21
[prev]
[next]