index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
Rebecca Cran
1
-0
/
+4
2021-02-11
target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
Rebecca Cran
1
-0
/
+5
2021-02-11
target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
Rebecca Cran
3
-18
/
+42
2021-02-11
target/arm: Add support for FEAT_DIT, Data Independent Timing
Rebecca Cran
4
-0
/
+52
2021-02-11
hw/arm: Remove GPIO from unimplemented NPCM7XX
Hao Wu
1
-8
/
+0
2021-02-11
target/arm: Fix SCR RES1 handling
Mike Nawrocki
2
-2
/
+19
2021-02-11
target/arm: Don't migrate CPUARMState.features
Aaron Lindsay
1
-1
/
+1
2021-02-10
docs: fix Parallels Image "dirty bitmap" section
Denis V. Lunev
1
-1
/
+1
2021-02-10
multi-process: perform device reset in the remote process
Elena Ufimtseva
3
-0
/
+42
2021-02-10
multi-process: Retrieve PCI info from remote process
Jagannathan Raman
1
-0
/
+84
2021-02-10
multi-process: create IOHUB object to handle irq
Jagannathan Raman
12
-0
/
+249
2021-02-10
multi-process: Synchronize remote memory
Jagannathan Raman
7
-0
/
+270
2021-02-10
multi-process: PCI BAR read/write handling for proxy & remote endpoints
Jagannathan Raman
5
-0
/
+168
2021-02-10
multi-process: Forward PCI config space acceses to the remote process
Elena Ufimtseva
4
-1
/
+132
2021-02-10
multi-process: add proxy communication functions
Elena Ufimtseva
2
-0
/
+38
2021-02-10
multi-process: introduce proxy object
Elena Ufimtseva
4
-0
/
+135
2021-02-10
multi-process: setup memory manager for remote device
Jagannathan Raman
6
-0
/
+109
2021-02-10
multi-process: Associate fd of a PCIDevice with its object
Jagannathan Raman
3
-0
/
+205
2021-02-10
multi-process: Initialize message handler in remote device
Jagannathan Raman
4
-0
/
+68
2021-02-10
multi-process: define MPQemuMsg format and transmission functions
Elena Ufimtseva
9
-0
/
+289
2021-02-10
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
Elena Ufimtseva
2
-20
/
+134
2021-02-10
io: add qio_channel_writev_full_all helper
Elena Ufimtseva
2
-1
/
+39
2021-02-10
multi-process: setup a machine object for remote device process
Jagannathan Raman
6
-0
/
+106
2021-02-10
multi-process: setup PCI host bridge for remote device
Jagannathan Raman
6
-1
/
+112
2021-02-10
target/ppc: Add E500 L2CSR0 write helper
Bin Meng
2
-0
/
+22
2021-02-10
hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
Bin Meng
1
-1
/
+1
2021-02-10
hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
Bin Meng
1
-1
/
+1
2021-02-10
hw/ppc: e500: Use a macro for the platform clock frequency
Bin Meng
1
-3
/
+5
2021-02-10
ppc/pnv: Set default RAM size to 1 GB
Cédric Le Goater
1
-3
/
+7
2021-02-10
spapr_numa.c: fix ibm,max-associativity-domains calculation
Daniel Henrique Barboza
1
-1
/
+3
2021-02-10
spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helper
Daniel Henrique Barboza
3
-10
/
+16
2021-02-10
spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
Daniel Henrique Barboza
3
-10
/
+9
2021-02-10
ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR
Cédric Le Goater
3
-7
/
+12
2021-02-10
ppc/pnv: Remove default disablement of the PNOR contents
Cédric Le Goater
1
-8
/
+0
2021-02-10
ppc/pnv: Discard internal BMC initialization when BMC is external
Cédric Le Goater
1
-1
/
+14
2021-02-10
ppc/pnv: Simplify pnv_bmc_create()
Cédric Le Goater
1
-6
/
+1
2021-02-10
ppc/pnv: Use skiboot addresses to load kernel and ramfs
Cédric Le Goater
1
-3
/
+3
2021-02-10
ppc/xive: Add firmware bit when dumping the ENDs
Cédric Le Goater
2
-1
/
+4
2021-02-10
ppc/pnv: Add trace events for PCI event notification
Cédric Le Goater
4
-0
/
+12
2021-02-10
target/ppc: Remove unused MMU definitions
Philippe Mathieu-Daudé
1
-3
/
+0
2021-02-10
spapr: Adjust firmware path of PCI devices
Greg Kurz
3
-15
/
+25
2021-02-10
spapr.c: add 'name' property for hotplugged CPUs nodes
Daniel Henrique Barboza
1
-0
/
+13
2021-02-10
spapr.c: use g_auto* with 'nodename' in CPU DT functions
Daniel Henrique Barboza
1
-4
/
+2
2021-02-09
multi-process: Add config option for multi-process QEMU
Jagannathan Raman
5
-1
/
+21
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
9
-15
/
+25
2021-02-09
multi-process: add configure and usage information
Elena Ufimtseva
3
-0
/
+66
2021-02-09
multi-process: add the concept description to docs/devel/qemu-multiprocess
John G Johnson
3
-0
/
+974
2021-02-09
get_maintainer: update repo URL to GitLab
Stefan Hajnoczi
1
-1
/
+1
2021-02-09
pc-bios: update mirror URLs to GitLab
Stefan Hajnoczi
1
-2
/
+2
2021-02-09
docs: update README to use GitLab repo URLs
Stefan Hajnoczi
1
-2
/
+2
[next]