index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-11
bsd-user: style tweak: use {} for all if statements, format else correctly
Warner Losh
2021-05-11
bsd-user: style tweak: don't assign in if statements
Warner Losh
2021-05-11
bsd-user: style tweak: Use preferred block comments
Warner Losh
2021-05-11
bsd-user: style tweak: remove spacing after '*' and add after }
Warner Losh
2021-05-11
bsd-user: style tweak: move extern to header file
Warner Losh
2021-05-11
bsd-user: Remove commented out code
Warner Losh
2021-05-11
bsd-user: style tweak: Use preferred block comments
Warner Losh
2021-05-11
bsd-user: style tweak: Remove #if 0'd code
Warner Losh
2021-05-11
bsd-user: style tweak: use C not C++ comments
Warner Losh
2021-05-11
bsd-user: whitespace changes
Warner Losh
2021-05-11
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...
Peter Maydell
2021-05-10
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...
Peter Maydell
2021-05-10
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...
Peter Maydell
2021-05-10
hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
Guenter Roeck
2021-05-10
hw/arm/mps2-tz: Implement AN524 memory remapping via machine property
Peter Maydell
2021-05-10
hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
Peter Maydell
2021-05-10
hw/misc/mps2-scc: Add "QEMU interface" comment
Peter Maydell
2021-05-10
hw/arm/imx25_pdk: Fix error message for invalid RAM size
Philippe Mathieu-Daudé
2021-05-10
include/disas/dis-asm.h: Handle being included outside 'extern "C"'
Peter Maydell
2021-05-10
include/qemu/bswap.h: Handle being included outside extern "C" block
Peter Maydell
2021-05-10
osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Peter Maydell
2021-05-10
hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
2021-05-10
target/arm: Make WFI a NOP for userspace emulators
Peter Maydell
2021-05-10
target/arm: Make translate-neon.c.inc its own compilation unit
Peter Maydell
2021-05-10
target/arm: Make functions used by translate-neon global
Peter Maydell
2021-05-10
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
Peter Maydell
2021-05-10
target/arm: Delete unused typedef
Peter Maydell
2021-05-10
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
Peter Maydell
2021-05-10
target/arm: Make translate-vfp.c.inc its own compilation unit
Peter Maydell
2021-05-10
target/arm: Make functions used by translate-vfp global
Peter Maydell
2021-05-10
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
Peter Maydell
2021-05-10
target/arm: Move gen_aa32 functions to translate-a32.h
Peter Maydell
2021-05-10
target/arm: Split m-nocp trans functions into their own file
Peter Maydell
2021-05-10
target/arm: Make functions used by m-nocp global
Peter Maydell
2021-05-10
target/arm: Share unallocated_encoding() and gen_exception_insn()
Peter Maydell
2021-05-10
target/arm: Move constant expanders to translate.h
Peter Maydell
2021-05-10
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
Peter Maydell
2021-05-10
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
Richard Henderson
2021-05-10
docs: fix link in sbsa description
Alex Bennée
2021-05-10
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...
Peter Maydell
2021-05-06
virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib
Mahmoud Mandour
2021-05-06
virtiofsd/passthrough_ll.c: Changed local allocations to GLib functions
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocation of lo_map_elems to GLib's functions
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocations of fuse_session to GLib's functions
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocations of iovec to GLib's functions
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocations of fuse_req to GLib functions
Mahmoud Mandour
2021-05-06
virtiofsd: Don't assume header layout
Dr. David Alan Gilbert
2021-05-06
virtiofs: Fixup printf args
Dr. David Alan Gilbert
2021-05-06
virtiofsd: Add help for -o xattr-mapping
Carlos Venegas
[next]