Sign in
qemu
/
qemu
/
61fcd69b0db268e7612b07fadc436b93def91768
61fcd69
target/arm: Move regime_is_secure() to target/arm/internals.h
by Peter Maydell
· 7 years ago
334e8da
target/arm: Make CFSR register banked for v8M
by Peter Maydell
· 7 years ago
c51a5cf
target/arm: Make MMFAR banked for v8M
by Peter Maydell
· 7 years ago
9d40cd8
target/arm: Make CCR register banked for v8M
by Peter Maydell
· 7 years ago
ecf5e8e
target/arm: Make MPU_CTRL register banked for v8M
by Peter Maydell
· 7 years ago
1bc04a8
target/arm: Make MPU_RNR register banked for v8M
by Peter Maydell
· 7 years ago
62c58ee
target/arm: Make MPU_RBAR, MPU_RLAR banked for v8M
by Peter Maydell
· 7 years ago
4125e6f
target/arm: Make MPU_MAIR0, MPU_MAIR1 registers banked for v8M
by Peter Maydell
· 7 years ago
45db7ba
target/arm: Make VTOR register banked for v8M
by Peter Maydell
· 7 years ago
f104919
nvic: Add NS alias SCS region
by Peter Maydell
· 7 years ago
8bfc26e
target/arm: Make CONTROL register banked for v8M
by Peter Maydell
· 7 years ago
42a6686
target/arm: Make FAULTMASK register banked for v8M
by Peter Maydell
· 7 years ago
6d80483
target/arm: Make PRIMASK register banked for v8M
by Peter Maydell
· 7 years ago
acf9494
target/arm: Make BASEPRI register banked for v8M
by Peter Maydell
· 7 years ago
66787c7
target/arm: Add MMU indexes for secure v8M
by Peter Maydell
· 7 years ago
1d2091b
target/arm: Register second AddressSpace for secure v8M CPUs
by Peter Maydell
· 7 years ago
1e577cc
target/arm: Add state field, feature bit and migration for v8M secure state
by Peter Maydell
· 7 years ago
504e3cc
target/arm: Implement new PMSAv8 behaviour
by Peter Maydell
· 7 years ago
0e1a46b
target/arm: Implement ARMv8M's PMSAv8 registers
by Peter Maydell
· 7 years ago
dc89a18
hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = false
by Thomas Huth
· 7 years ago
39d3d80
xilinx_axidma: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 7 years ago
26cfb11
xilinx_axienet: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 7 years ago
c3acfa0
xlnx_zynqmp: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 7 years ago
9ea26c7
gicv3: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 7 years ago
e2ff121
armv7m: Convert armv7m.memory to DEFINE_PROP_LINK
by Fam Zheng
· 7 years ago
5f486f9
armv7m: Convert bitband.source-memory to DEFINE_PROP_LINK
by Fam Zheng
· 7 years ago
8ee5f9b
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
8c6a76c
Merge remote-tracking branch 'remotes/juanquintela/tags/tests/20170906' into staging
by Peter Maydell
· 7 years ago
83a8c77
qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushing
by Pavel Butsykin
· 7 years ago
1e13e20
qemu-iotests: add 184 for throttle filter driver
by Manos Pitsidianakis
· 7 years ago
d8e7d87
block: add throttle block filter driver
by Manos Pitsidianakis
· 7 years ago
c18aaeb
tests: Make vmgenid test compile
by Juan Quintela
· 7 years ago
e3ff9f0
tests: Use real size for iov tests
by Juan Quintela
· 7 years ago
2078408
vhost-user: disable the *broken* subprocess tests
by Philippe Mathieu-Daudé
· 7 years ago
b07d1c2
Revert "kvm: use DIV_ROUND_UP"
by Peter Maydell
· 7 years ago
432d889
block: convert ThrottleGroup to object with QOM
by Manos Pitsidianakis
· 7 years ago
f5f3a7f
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
32b6943
virtfs: error out gracefully when mandatory suboptions are missing
by Greg Kurz
· 7 years ago
aa5e85a
9pfs: local: clarify fchmodat_nofollow() implementation
by Greg Kurz
· 7 years ago
6bbd7e2
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 7 years ago
f738cfc
block: tidy ThrottleGroupMember initializations
by Manos Pitsidianakis
· 7 years ago
c61791f
block: add aio_context field in ThrottleGroupMember
by Manos Pitsidianakis
· 7 years ago
022cdc9
block: move ThrottleGroup membership to ThrottleGroupMember
by Manos Pitsidianakis
· 7 years ago
6d58d50
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-20170905-1' into staging
by Peter Maydell
· 7 years ago
d3e3447
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into staging
by Peter Maydell
· 7 years ago
689ed13
io: fix check for handshake completion in TLS test
by Daniel P. Berrange
· 7 years ago
d4622e5
io: add new qio_channel_{readv, writev, read, write}_all functions
by Daniel P. Berrange
· 7 years ago
50ea44f
io: fix typo in docs comment for qio_channel_read
by Daniel P. Berrange
· 7 years ago
b258793
util: remove the obsolete non-blocking connect
by Cao jin
· 8 years ago
3c08f4a
fsdev: fix memory leak in main()
by ZhiPeng Lu
· 7 years ago
403a905
9pfs: avoid sign conversion error simplifying the code
by Philippe Mathieu-Daudé
· 7 years ago
b461151
block: document semantics of bdrv_co_preadv|pwritev
by Daniel P. Berrange
· 7 years ago
64182a6
block: document semantics of bdrv_co_preadv|pwritev
by Daniel P. Berrange
· 7 years ago
921a321
qemu-iotests: use context managers for resource cleanup in 194
by Stefan Hajnoczi
· 7 years ago
f4844ac
iotests.py: add FilePath context manager
by Stefan Hajnoczi
· 7 years ago
d792bc3
qemu.py: make VM() a context manager
by Stefan Hajnoczi
· 7 years ago
53e2c48
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging
by Peter Maydell
· 7 years ago
e5fd1eb0
apb: add busA qdev property to PBM PCI bridge
by Mark Cave-Ayland
· 7 years ago
b2f9005
apb: fix endianness for APB and PCI config accesses
by Mark Cave-Ayland
· 7 years ago
311f2b7
apb: fix up PCI bus nomenclature
by Mark Cave-Ayland
· 7 years ago
07c8474
sun4u: expose fw_cfg and NVRAM on ebus PCI IO address space
by Mark Cave-Ayland
· 7 years ago
d6acc8a
sun4u: switch to using qdev to instantiate fw_cfg interface
by Mark Cave-Ayland
· 7 years ago
e1030ca
sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus
by Mark Cave-Ayland
· 7 years ago
d7a753a
qcow: Check failure of bdrv_getlength() and bdrv_truncate()
by Eric Blake
· 7 years ago
56439e9
qcow: Change signature of get_cluster_offset()
by Eric Blake
· 7 years ago
f7cc69b
block: add default implementations for bdrv_co_get_block_status()
by Manos Pitsidianakis
· 8 years ago
d8e12cd
block: remove bdrv_truncate callback in blkdebug
by Manos Pitsidianakis
· 8 years ago
f024aee
block: remove unused bdrv_media_changed
by Manos Pitsidianakis
· 8 years ago
5a612c0
block: pass bdrv_* methods to bs->file by default in block filters
by Manos Pitsidianakis
· 8 years ago
2b48373
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170904-2' into staging
by Peter Maydell
· 7 years ago
7229ec5
arm_gicv3_kvm: Fix compile warning
by Pranith Kumar
· 7 years ago
3e4d91b
target/arm: Fix aa64 ldp register writeback
by Richard Henderson
· 7 years ago
f58f255
hw/arm/digic: Mark device with user_creatable = false
by Thomas Huth
· 7 years ago
469f3da
hw/arm/aspeed_soc: Mark devices as user_creatable = false
by Thomas Huth
· 7 years ago
c528af7
target/arm: Allow deliver_fault() caller to specify EA bit
by Peter Maydell
· 7 years ago
aac43da
target/arm: Factor out fault delivery code
by Peter Maydell
· 7 years ago
04e3aab
cputlb: Support generating CPU exceptions on memory transaction failures
by Peter Maydell
· 7 years ago
0dff093
cpu: Define new cpu_transaction_failed() hook
by Peter Maydell
· 7 years ago
3114d09
memory.h: Move MemTxResult type to memattrs.h
by Peter Maydell
· 7 years ago
429789c
aspeed_soc: Propagate silicon-rev to watchdog
by Andrew Jeffery
· 7 years ago
f55d613
watchdog: wdt_aspeed: Add support for the reset width register
by Andrew Jeffery
· 7 years ago
b2bfe9f
target/arm/kvm: pmu: improve error handling
by Andrew Jones
· 7 years ago
b165952
hw/arm/virt: allow pmu instantiation with userspace irqchip
by Andrew Jones
· 7 years ago
3f07cb2
target/arm/kvm: pmu: split init and set-irq stages
by Andrew Jones
· 7 years ago
07f4873
hw/arm/virt: add pmu interrupt state
by Andrew Jones
· 7 years ago
c2de81e
hw/arm: use defined type name instead of hard-coded string
by Philippe Mathieu-Daudé
· 7 years ago
f33e5e6
loader: Ignore zero-sized ELF segments
by Peter Maydell
· 7 years ago
bf17333
loader: Handle ELF files with overlapping zero-initialized data
by Peter Maydell
· 7 years ago
eb578a2
nvic: Implement "user accesses BusFault" SCS region behaviour
by Peter Maydell
· 7 years ago
d2db1de
armv7m_nvic.h: Move from include/hw/arm to include/hw/intc
by Peter Maydell
· 7 years ago
15b3f55
target/arm: Create and use new function arm_v7m_is_handler_mode()
by Peter Maydell
· 7 years ago
bd70b29
target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until needed
by Peter Maydell
· 7 years ago
5b906f3
target/arm: Make arm_cpu_dump_state() handle the M-profile XPSR
by Peter Maydell
· 7 years ago
eeade00
target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSR
by Peter Maydell
· 7 years ago
e6ae598
target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
by Peter Maydell
· 7 years ago
987ab45
target/arm: Define and use XPSR bit masks
by Peter Maydell
· 7 years ago
9d17da4
target/arm: Fix outdated comment about exception exit
by Peter Maydell
· 7 years ago
59e4972
target/arm: Remove incorrect comment about MPU_CTRL
by Peter Maydell
· 7 years ago
79c857a
hw/intc/armv7m_nvic.c: Remove out of date comment
by Peter Maydell
· 7 years ago
ebfe27c
target/arm: Tighten up Thumb decode where new v8M insns will be
by Peter Maydell
· 7 years ago
Next »