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-04-27
Revert "spapr: Don't allow memory hotplug to memory less nodes"
Serhii Popovych
1
-22
/
+0
2018-04-27
spapr: drop useless sanity check in spapr_irq_alloc*()
Greg Kurz
1
-6
/
+3
2018-04-27
Add host_memory_backend_pagesize() helper
David Gibson
4
-8
/
+23
2018-04-27
Make qemu_mempath_getpagesize() accept NULL
David Gibson
3
-33
/
+22
2018-04-27
spapr: Introduce pseries-2.13 machine type
David Gibson
2
-2
/
+23
2018-04-27
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
1
-1
/
+1
2018-04-27
ppc: Fix size of ppc64 xer register
Michael Matz
1
-7
/
+7
2018-04-27
uninorth: rename UNINState to UNINHostState
Mark Cave-Ayland
4
-27
/
+27
2018-04-27
uninorth: move PCI IO (ISA) memory region into the uninorth device
Mark Cave-Ayland
3
-10
/
+17
2018-04-27
uninorth: use object link to pass OpenPIC object to uninorth
Mark Cave-Ayland
3
-35
/
+55
2018-04-27
uninorth: remove obsolete pci_pmac_u3_init() function
Mark Cave-Ayland
2
-26
/
+17
2018-04-27
uninorth: remove obsolete pci_pmac_init() function
Mark Cave-Ayland
2
-42
/
+34
2018-04-27
uninorth: enable internal PCI host bridge
Mark Cave-Ayland
1
-5
/
+23
2018-04-27
uninorth: fix PCI and AGP bus mixup
Mark Cave-Ayland
1
-11
/
+13
2018-04-27
uninorth: move PCI host bridge bus initialisation into device realize
Mark Cave-Ayland
3
-57
/
+72
2018-04-27
uninorth: introduce temporary pic_irqs device property
Mark Cave-Ayland
2
-2
/
+24
2018-04-27
uninorth: move PCI mmio memory region initialisation into init function
Mark Cave-Ayland
1
-10
/
+18
2018-04-27
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Mark Cave-Ayland
3
-30
/
+22
2018-04-27
mac_oldworld: remove pics IRQ array and wire up macio to heathrow directly
Mark Cave-Ayland
2
-13
/
+22
2018-04-27
grackle: move PCI IO (ISA) memory region into the grackle device
Mark Cave-Ayland
2
-7
/
+9
2018-04-27
grackle: remove deprecated pci_grackle_init() function
Mark Cave-Ayland
3
-33
/
+19
2018-04-27
grackle: general tidy-up and QOMify
Mark Cave-Ayland
3
-36
/
+64
2018-04-27
heathrow: remove obsolete heathow_init() function
Mark Cave-Ayland
4
-31
/
+18
2018-04-27
uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device
Mark Cave-Ayland
3
-14
/
+22
2018-04-27
uninorth: move uninorth definitions into uninorth.h
Mark Cave-Ayland
2
-21
/
+52
2018-04-27
uninorth: remove stray PCIBus realize from mac_newworld.c
Mark Cave-Ayland
1
-1
/
+0
2018-04-27
uninorth: QOMify PCI and AGP host bridges
Mark Cave-Ayland
1
-47
/
+32
2018-04-27
uninorth: remove second set of uninorth token registers
Mark Cave-Ayland
1
-4
/
+0
2018-04-27
uninorth: trivial style fixups
Mark Cave-Ayland
1
-10
/
+19
2018-04-27
sdl: Move DisplayOptions global to sdl2_console
Elie Tournier
2
-5
/
+6
2018-04-27
qapi: Parameter gl of DisplayType now accept an enum
Elie Tournier
2
-6
/
+24
2018-04-27
vnc: fix use-after-free
Gerd Hoffmann
1
-2
/
+3
2018-04-26
Merge remote-tracking branch 'remotes/iwj/tags/for-upstream.depriv-2' into st...
Peter Maydell
10
-120
/
+242
2018-04-26
configure: do_compiler: Dump some extra info under bash
Ian Jackson
1
-0
/
+5
2018-04-26
os-posix: cleanup: Replace perror with error_report
Ian Jackson
1
-4
/
+4
2018-04-26
os-posix: cleanup: Replace fprintf with error_report in remaining call sites
Ian Jackson
1
-2
/
+2
2018-04-26
xen: Expect xenstore write to fail when restricted
Ross Lagerwall
1
-1
/
+6
2018-04-26
xen: Remove now-obsolete xen_xc_domain_add_to_physmap
Ian Jackson
1
-22
/
+0
2018-04-26
xen: Use newly added dmops for mapping VGA memory
Ross Lagerwall
3
-23
/
+78
2018-04-26
os-posix: Provide new -runas <uid>:<gid> facility
Ian Jackson
2
-13
/
+67
2018-04-26
os-posix: cleanup: Replace fprintfs with error_report in change_process_uid
Ian Jackson
1
-5
/
+5
2018-04-26
xen: destroy_hvm_domain: Try xendevicemodel_shutdown
Ian Jackson
2
-0
/
+19
2018-04-26
xen: move xc_interface compatibility fallback further up the file
Ian Jackson
1
-7
/
+11
2018-04-26
xen: destroy_hvm_domain: Move reason into a variable
Ian Jackson
1
-2
/
+3
2018-04-26
xen: defer call to xen_restrict until just before os_setup_post
Ian Jackson
2
-8
/
+14
2018-04-26
xen: restrict: use xentoolcore_restrict_all
Ian Jackson
1
-35
/
+11
2018-04-26
xen: link against xentoolcore
Anthony PERARD
1
-2
/
+7
2018-04-26
AccelClass: Introduce accel_setup_post
Ian Jackson
3
-0
/
+13
2018-04-26
checkpatch: Add xendevicemodel_handle to the list of types
Ian Jackson
1
-0
/
+1
2018-04-26
vl.c: new function serial_max_hds()
Peter Maydell
3
-3
/
+10
[prev]
[next]