Activity
From 04/10/2009 to 05/09/2009
05/09/2009
- 11:28 pm Revision 009a4356: Add m68k_cpu_list()
- This patch adds to m68k target the missing m68k_cpu_list():
$ ./m68k-softmmu/qemu-system-m68k -cpu ?
m5206
m5208
cfv... - 12:11 am Revision 39b6efc8: Fix in file qemu-sockets.c
- 1) Changed usage of malloc,free,strdup to qemu_malloc,qemu_free,qemu_strdup
2) Some coding style fixes (based on CO... - 12:11 am Revision 4e12cd94: vga: Replace VGA_COMMON with a structure
- All VGA devices share a common field subset; currently they do so by
a macro which defines the common fields inline t... - 12:02 am Revision fbb7b4e0: Improve block range checks
- This patch makes the range checks for block requests more strict: It fixes a
potential integer overflow and checks fo...
05/08/2009
- 11:51 pm Revision 989cebff: Remove noisy printf when KVM masks CPU features
- Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
- 11:51 pm Revision e7d54ae8: fix asynchronous ioctls
- posix_aio_read expect aio requests to return the number of bytes
requests to be successfull, so we need to fake this ... - 11:42 pm Revision 02b049df: Fix x86 feature modifications for features that set multiple bits
- QEMU allows adding or removing cpu features by using the syntax '-cpu +feature'
or '-cpu -feature'. Some cpuid featu... - 11:42 pm Revision c6fa82c4: Make x86 cpuid feature names available in file scope
- To be used later.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 11:42 pm Revision b827df58: kvm: Add support for querying supported cpu features
- kvm does not support all cpu features; add support for dunamically querying
the supported feature set.
Signed-off-by... - 11:42 pm Revision e8a6aec9: kvm: Trim cpu features not supported by kvm
- Remove cpu features that are not supported by kvm from the cpuid features
reported to the guest.
Signed-off-by: Avi ... - 11:42 pm Revision ad7b8b33: Introduce kvm_check_extension to check if KVM extensions are supported
- Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
- 11:24 pm Revision d6ecb036: reset state for load_linux
- The linux loader is just an option rom like any other, just with
some special requirements. Right now, our option rom... - 11:24 pm Revision 4a794a62: e1000: Do not reinit pci config space to 0
- pci_register_device already mallocs the pci config space buffer filled
with zeroes.
Doing this again breaks some def... - 11:24 pm Revision e28f9884: register reset handler for option_roms
- Currently, boot options are not preserved across a system reset.
option roms can modify themselves, or can for instan... - 11:24 pm Revision 79d5ca56: AIO deletion race fix
- When deleting an fd event there is a chance the object doesn't get
deleted, but only ->deleted set positive and delet... - 11:24 pm Revision d4d698f0: Fix cluster freeing in qcow2
- Need to drop QCOW_OFLAG_COPIED from a cluster pointer before freeing it.
Add an explanation how thing meant to work.... - 06:13 pm Revision a6d65524: Enable power button even generation.
- Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 03:24 pm Revision 322f9d01: Drop CONFIG_GDBSTUB
- This is no user-flippable switch, and no arch makes use of disabling
gdbstub support. So it's pointless to keep the r... - 03:20 pm Revision c599710f: Remove superfluous #includes.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
- 03:19 pm Revision 42a89d77: Use target_phys_addr_t, not target_ulong.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
- 04:35 am Revision 2ac71179: Replace cpu_abort with hw_error
- Signed-off-by: Paul Brook <paul@codesourcery.com>
05/07/2009
- 08:14 pm Revision e612a1f7: Fix disassembler memory accesses
- Sparc disassembler wants to check previous addresses for some stuff
and this may actually cause faults to be generate... - 04:00 am Revision 0087375e: Suppress make directory messages.
- We already print a directory prefix in non-verbose mode, so there's no
point printing a messages when recursive make ...
05/06/2009
- 06:18 pm Revision 399a4e21: Fix PL110 framebuffer byteswapping in 32bpp mode.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
05/05/2009
- 02:13 pm Revision 72af9170: ETRAX: Simplify serport control logic.
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
- 01:50 pm Revision f2964260: ETRAX: Drop _t for the serial type.
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
- 01:48 pm Revision 4ad804df: ETRAX: Use NULL for subwidth serport reg accesses.
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
- 01:41 pm Revision b23b0fd0: ETRAX: Drop the _t for the internal PIC type.
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
- 01:38 pm Revision 8d13fcc0: ETRAX: Simplify the interrupt controller model.
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
- 01:25 pm Revision 7a3161ba: ETRAX: Simplify interrupt signaling.
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
05/04/2009
- 05:19 pm Revision 65a650c2: Fix compiler warnings in nwfpe code.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
- 11:05 am Revision 6bb72b18: target-mips: proper sign extension for 'SUBU rd, zero, rt'
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
- 11:05 am Revision 88cbb980: target-mips: fix comments about SUB/DSUB
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
- 11:05 am Revision c304d317: qemu-options.hx: fix description of cache=none suboption
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
- 12:40 am Revision cc63bb0f: Suppress type mismatch warnings in VDE code.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
05/03/2009
- 10:10 pm Revision 425c608c: minor fix of pci_register_bus()
- keep first_bus linked list correct.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> - 10:03 pm Revision 6407f373: use PCI_HEADER_TYPE.
- use symbolic value instead of 0x0e and related value.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> - 09:58 pm Revision ccbb4d44: Fix typos in comments in exec.c
- This patch fixes several typos in comments in exec.c:
longet -> longer
recommanded -> recommended... - 09:51 pm Revision 719f66a7: Optimize cmp x, 0 case
- Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
- 09:51 pm Revision dc1a6971: Reindent
- Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
- 07:00 pm Revision 03f311ed: Handle NULL bdrv.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
05/02/2009
- 11:19 pm Revision b89e94af: Improve instruction name comments for easier searching
- Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
- 10:52 pm Revision 7ab463cb: Clarify: dmmuregs[1] is not a typo
- Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
- 10:14 pm Revision 41d72852: Optimize operations with immediate parameters
- 09:58 pm Revision 67526b20: Fix Sparc64 sign extension problems
- Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
05/01/2009
- 06:03 pm Revision f654d9e2: Fix hw/acpi.c build w/ DEBUG enabled
- Trivial build warning/fixes when the local DEBUG define is enabled.
Signed-off-by: Alex Williamson <alex.williamson@... - 06:03 pm Revision d02f7094: Make sure not to fall through on error in loadvm
- This is from the KVM tree
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 05:47 pm Revision aff427a1: Pci nic: pci_register_device can fail
- The pci_register_device() call in PCI nic initialization routines can
fail. Handle this failure and propagate a mean... - 05:44 pm Revision e6a6dfe4: Fix serial option with -drive
- This is from the KVM tree.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 05:44 pm Revision 8b91408b: fix virtio_blk_inhdr comment
- The inhdr is at the end of the S/G list, not the beginning.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off... - 05:44 pm Revision ffad4116: net: Fix -net socket parameter checks
- My commit ea053add700d8abe203cd79a9ffb082aee4eabc0 broke -net socket by
overwriting an intermediate buffer in the add... - 05:44 pm Revision 8563d5b3: vnc: kill leftover debug statement.
- Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 05:44 pm Revision 49669fc5: suport device driver initialization model
- According to PnP specification, Appendix B, Option ROMs
that support DDIM (device driver initialization model) should... - 05:44 pm Revision 6f0437e8: kvm: Avoid COW if KVM MMU is asynchronous
- Avi Kivity wrote:
> Suggest wrapping in a function and hiding it deep inside kvm-all.c.
>
Done in v2:
---------->
... - 05:44 pm Revision d9654a58: qemu-io: Optionally verify only part of read data
- There are reasonable test cases where a read must span areas that are not
uniformly filled with one pattern but conta... - 05:44 pm Revision 9dd986cc: Hardware watchdog
- Here is an updated hardware watchdog patch, which should fix
everything that was raised about the previous version ..... - 05:44 pm Revision 704aec58: Build fix for !CONFIG_GDBSTUB case
- Once CONFIG_GDBSTUB not configured, compile will generate error.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.c... - 05:44 pm Revision 24cf0a6e: vnc: no need to set force_update for incremental update requests.
- Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 05:44 pm Revision 0fc8e0ec: vnc: windup keypad keys for qemu console emulation
- Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> - 05:44 pm Revision 1063b8b1: virtio-blk: add SGI_IO passthru support
- [had the qemu list address wrong the first time, reply to this message,
not the previous if you were on Cc]
Add sup... - 05:44 pm Revision 206ab6e0: net: Avoid gcc'ism in net_host_device_add
- >> + if (net_client_init(device, opts ? : "") < 0) {
>
> Is this a gcc extension? Do we want to introduce this co... - 05:44 pm Revision bee1b010: vnc: fix segfault
- Move down cmp_bytes initialization. Must be after vga_hw_update()
call, because that one might change the screen dep... - 05:44 pm Revision 451c4abd: ppc: include cache-utils.o in BLOCK_OBJS
- On ppc, cutils.o needs cache-utils.o or an undefined reference to
qemu_cache_conf results.
Signed-off-by: Mark McLou... - 05:44 pm Revision 89ee676e: vnc: fix server surface pixel format.
- Format must be identical to the guest surface, we can't work with
the 32 bpp used by the default surface allocator.
... - 05:38 pm Revision e6f4afe0: kvm: Relax aligment check of kvm_set_phys_mem
- There is no need to reject an unaligned memory region registration if
the region will be I/O memory and it will not s... - 05:16 pm Revision 582af0da: Remove redundant cirrus vga ram functions.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
- 10:31 am Revision 140f8f25: Remove redundant #define
- Suppress a warning
audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined
<command line>:4:1: warning: th...
04/30/2009
- 08:39 pm Revision 0b4e6e3e: Remove cpu_get_io_memory_{read,write}.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
- 08:35 pm Revision 1dcea8e8: Remove vga LFB accessor hacks.
- These are redundant now that we remap the LFB ram area.
Signed-off-by: Paul Brook <paul@codesourcery.com>
04/29/2009
- 10:22 pm Revision 0ecdb16e: gitignore qemu-options.texi
- $subj
François.
Signed-off-by: François Revol <revol@free.fr> - 09:38 pm Revision a7e21219: Fix qemu_event_init
- Falling through to "fail" made qemu_event_init() close the pipe fds
immediately again, breaking timer event notificat...
04/28/2009
- 09:07 pm Revision 2d3eb7bf: Fix powerpc 604 reset vector
- According to 604eUM_book (see 8.3.3 Reset inputs p8-54), the IP bit is set
for hreset and the vector is at offset 0x1... - 09:00 pm Revision fc1c67bc: Fix PPC reset
- 08:05 pm Revision efcfd0c5: Silence missing pkg-config error messages
- 06:59 pm Revision 417728d8: sparc64 fix context value for ITLB fault
- Revert previous change to get_physical_address_code:
I/D MMU context register is shared, so using dmmuregs[1] is corr...
04/27/2009
- 10:14 pm Revision 82f2cfc3: sparc64 fix TLB match code
- TLB match code must respect page size, otherwise 4M page mappings may
be not found.
Also correct a typo in get_physi... - 09:10 pm Revision c0c440f3: Synch to VGA
- 08:57 pm Revision 12c7e75a: [RESEND] Fix vga segfaults or screen corruption with large memory guests
- page0 and friends are ram addresses; a smaller size will overflow and
cause a segfault or random corruption.
Change ... - 08:16 pm Revision 918a608b: build system: Silence failing configure tests
- Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
- 08:11 pm Revision 8d316b00: fix net.c compile warning
- Fix net.c compile warning:
CC net.o
net.c: In function net_slirp_redir:
net.c:623: warning: format not a string lite...
04/25/2009
- 10:07 pm Revision d877fa5a: Recognize V9 stores and CAS accesses as writes
- Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
- 07:28 pm Revision 9c22a623: Fix a warning in sparc64-linux-user build
- 06:26 pm Revision 48e77a36: Merge branch 'master' of blueswir1@git.sv.gnu.org:/srv/git/qemu
- 06:17 pm Revision 697a77e6: sparc64 support TSB related MMU registers
- Posting updated patch to the list...
>>> On Fri, Apr 24, 2009 at 9:42 PM, Blue Swirl <blauwirbel@gmail.com> wrote:
>... - 04:51 pm Revision 2fa73ec8: CRIS: cris_mmu_result_t -> cris_mmu_result
- Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
- 03:56 pm Revision ef28c4b0: Fix Win32 warning
- 11:00 am Revision 6fcfeff9: Fix compilation when x86_64 is defined
- 10:31 am Revision c433bedf: Fix warning
- 01:08 am Revision 5606c220: block-vvfat: fix a warning
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
04/24/2009
- 09:04 pm Revision d6dc3d42: qemu: introduce iothread (Marcelo Tosatti)
- Fill in the hooks and introduce iothread.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthon... - 09:04 pm Revision 6e29f5da: qemu: handle stop request in main loop (Marcelo Tosatti)
- Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-i... - 09:03 pm Revision e6e35b1e: qemu: refactor tcg cpu execution loop (Marcelo Tosatti)
- Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-i... - 09:03 pm Revision e568902a: qemu: use debug_requested global instead of cpu_exec return (Marcelo Tosatti)
- Necessary for the next refactoring patch.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthon... - 09:03 pm Revision 4870852c: qemu: introduce lock/unlock_iothread (Marcelo Tosatti)
- Hook to allow iothread to drop the global mutex.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by:... - 09:03 pm Revision 8edac960: qemu: introduce qemu_cpu_kick (Marcelo Tosatti)
- To notify cpu of pending interrupt.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Ligu... - 09:03 pm Revision 0bf46a40: qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
- Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-i... - 09:03 pm Revision 43b96858: qemu: refactor main_loop (Marcelo Tosatti)
- Break main loop into 3 main functions.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony L... - 09:03 pm Revision 50317c7f: qemu: factor out event notification / rearm alarm timer on main_loop_wait (Mar...
- Special events that have no particular event descriptor (either fd for UNIX
or HANDLE for Windows) associated with ma... - 09:03 pm Revision 3fcf7b6b: qemu: introduce qemu_init_main_loop (Marcelo Tosatti)
- Hook to allow iothread initialization.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony L... - 09:03 pm Revision 6a4955a8: qemu: per-arch cpu_has_work (Marcelo Tosatti)
- Blue Swirl: fix Sparc32 breakage
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori... - 09:03 pm Revision e5d355d1: qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)
- Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-i... - 09:03 pm Revision d9f75a4e: qemu: create helper for event notification (Marcelo Tosatti)
- Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-i...
04/23/2009
- 09:42 pm Revision 96248fd8: Fix typo, thanks to Andreas Faerber for spotting
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7235 c046a42c-6fe2-441c-8c8c-71466251a162
- 09:29 pm Revision fc1f79f7: Use a more natural order
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7234 c046a42c-6fe2-441c-8c8c-71466251a162
- 04:16 pm Revision 00ea18d1: Fix i386-linux-user build (Laurent Desnogues)
- This broke due to r7230.
Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Anthony Liguo...
04/22/2009
- 11:20 pm Revision b28b6230: monitor: Fix warning in do_info_numa (Jan Kiszka)
- Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id:... - 11:20 pm Revision 93b66569: Change RTC time drift IRQ re-injection (Gleb Natapov)
- Currently IRQ are reinjected as soon as they are acknowledged to
the RTC, but Windows sometimes do acknowledgement in... - 11:20 pm Revision 2ed51f5b: put valid data into exit_int_info if needed (Gleb Natapov)
- If fault happened during event delivery exit_int_info should contain
valid info about the event on vm exit.
Signed-o... - 11:20 pm Revision e268ca52: implement qemu_blockalign (Stefano Stabellini)
- this patch adds a buffer_alignment field to BlockDriverState and
implements a qemu_blockalign function that uses that... - 06:19 pm Revision 94909d9f: xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)
- Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: s... - 06:19 pm Revision 28b85ed8: simplify vga selection (Gerd Hoffmann)
- Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: s... - 06:19 pm Revision 9306acb5: xen: pv domain builder. (Gerd Hoffmann)
- This adds domain building support for paravirtual domains to qemu.
This allows booting xen guests directly with qemu,... - 06:19 pm Revision 2c8b24a3: xen: blk & nic configuration via cmd line. (Gerd Hoffmann)
- This patch makes qemu create backend and frontend device entries in
xenstore for devices configured on the command li... - 06:19 pm Revision e613b064: xen: add net backend driver. (Gerd Hoffmann)
- This patch adds a network interface backend driver to qemu. It is a pure
userspace implemention using the gntdev int... - 06:19 pm Revision 62d23efa: xen: add block device backend driver. (Gerd Hoffmann)
- This patch adds a block device backend driver to qemu. It is a pure
userspace implemention using the gntdev interfac... - 06:19 pm Revision e7151f83: xen: add framebuffer backend driver (Gerd Hoffmann)
- This patch adds a frsamebuffer (and kbd+mouse) backend driver. It
it based on current xen-unstable code. It has bee... - 06:19 pm Revision e57dd20b: xen: add console backend driver. (Gerd Hoffmann)
- This patch adds a xenconsole backend driver. It it based on current
xen-unstable code. It has been changed to make ... - 06:19 pm Revision d94f9486: xen: backend driver core (Gerd Hoffmann)
- This patch adds infrastructure for xen backend drivers living in qemu,
so drivers don't need to implement common stuf... - 06:19 pm Revision e37630ca: xen: groundwork for xen support (Gerd Hoffmann)
- - configure script and build system changes.
- wind up new machine type.
- add -xen-* command line options.
Signed-o... - 04:05 pm Revision b194f610: update .gitignore: add qemu-io (Gerd Hoffmann)
- Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7218 c046a42c... - 02:12 am Revision 54c42368: qcow2: Add plausibility check for L1/L2 entries (Kevin Wolf)
- From: Kevin Wolf <kwolf@redhat.com>
All L1 and L2 entries must point at the start of a cluster. If there is some
off... - 02:11 am Revision ae2f14af: qcow2: Refcount checking code cleanup (Kevin Wolf)
- This is purely cosmetical changes to make the code easier to read. Move L2
table processing from a deeply nested bloc... - 02:11 am Revision 1585969c: Introduce qemu-img check subcommand (Kevin Wolf)
- From: Kevin Wolf <kwolf@redhat.com>
Now that block drivers can provide check functions, expose them through
qemu-img... - 02:11 am Revision e97fc193: Introduce bdrv_check (Kevin Wolf)
- From: Kevin Wolf <kwolf@redhat.com>
Introduce a new bdrv_check function pointer for block drivers. Modify qcow2 to
r... - 02:11 am Revision 8ddbc04f: qcow2: Fix warnings in check_refcount() (Kevin Wolf)
- From: Kevin Wolf <kwolf@redhat.com>
This code is currently only compiled when DEBUG_ALLOC is defined, so you
usually... - 01:31 am Revision 11c2fd3e: sending NUMA topology to BIOS (Andre Przywara)
- uses the QEMU firmware configuration interfacce to send the NUMA
topology to the BIOS, which has to setup the tables.... - 01:30 am Revision 030ea37b: add info numa command to monitor (Andre Przywara)
- adds an "info numa" command to the monitor to output the current
topology. Since NUMA is advertised via static ACPI t... - 01:30 am Revision 268a362c: added -numa cmdline parameter parser (Andre Przywara)
- adds a -numa command line parameter and sets a QEMU global array with
the memory sizes. The CPU-to-node assignemnt is... - 01:26 am Revision 754d00ae: Safety net for the cases where disassembler/translator disagree over instructi...
- Noticed by Mark Karpeles.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7209 c046a42c-6fe2-441c-8c8c-71466251...
04/21/2009
- 11:49 pm Revision 8d6249a7: net: Prevent multiple slirp instances (Jan Kiszka)
- The slirp stack is full of global variables which prevents instantiating
it more than once. Catch this during net_sli... - 10:56 pm Revision d4ebe193: slirp: Enhance host-guest redirection setup (Jan Kiszka)
- Allow to establish a TCP/UDP connection redirection also via a monitor
command 'host_net_redir'. Moreover, assume TCP... - 10:56 pm Revision 764a4d1d: net: Untangle nested qemu_send_packet (Jan Kiszka)
- Queue packets that are send during an ongoing packet delivery. This
ensures that packets will always arrive in their ... - 10:56 pm Revision a66b11bf: monitor: Allow host_net_add/remove for all targets (Jan Kiszka)
- There is nothing x86-specific in host_net_add/remove, so allow them for
all targets.
Signed-off-by: Jan Kiszka <jan.... - 10:56 pm Revision 5c8be678: monitor: Improve host_net_add (Jan Kiszka)
- Fix the documentation of the host_net_add monitor command and allow the
user to pass no options at all. Moreover, inf... - 10:56 pm Revision bb9ea79e: net: Add support for capturing VLANs (Jan Kiszka)
- This patch is derived from Tristan Gingold's patch. It adds a new VLAN
client type that writes all traffic on the VLA... - 10:56 pm Revision 10300216: Allow empty params for check_params (Jan Kiszka)
- Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id:... - 10:56 pm Revision b63c7f6b: slirp: Handle DHCP requests for specific IP (Jan Kiszka)
- This adds proper handling of the ciaddr field as well as the "Requested
IP Address" option to slirp's DHCP server. If... - 10:56 pm Revision 8e4416af: net: Add parameter checks for VLAN clients (Jan Kiszka)
- This aims at helping the user to find typos or other mistakes in
parameter lists passed for VLAN client initializatio... - 10:56 pm Revision ea053add: net: Fix -net socket,listen (Jan Kiszka)
- In case no symbolic name is provided when requesting VLAN connection via
listening TCP socket ('-net socket,listen=..... - 10:56 pm Revision e8f1f9db: net: Check device passed to host_net_remove (Jan Kiszka)
- Make sure that we do not delete guest NICs via host_net_remove.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
S... - 04:41 am Revision 0b1bcb00: MIPS signal handling fixes.
- Also fixes a register corruption bug in do_sigreturn. When "returning"
from sigreturn we are actually restoring the v... - 04:03 am Revision e4474235: MIPS: Raise SIGSEGV, not SIGILL when an access faults.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7193 c046a42... - 03:59 am Revision 3f53d546: Fix target_siginfo ordering for MIPS.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7192 c046a42... - 02:55 am Revision df357f0e: Enable access to SYNCI_Step register in usermode emulation.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7191 c046a42...
04/19/2009
- 01:25 pm Revision 7545668b: Build system: Fix dependency of qemu.1
- Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7190 c046a4... - 01:18 pm Revision 640f42e4: kqemu: merge CONFIG_KQEMU and USE_KQEMU
- Basically a recursive ":%s/USE_KQEMU/CONFIG_KQEMU/g".
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
git-svn-id: ... - 12:15 pm Revision ac611340: Adds SM501 usb host emulation feature.
- It makes usb keyboard available for sh4/r2d system emulation.
The changes for "hw/usb-ohci.c" are as follows.
- 'lo... - 11:52 am Revision 465c9f06: linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)
- In Linux kernel, fchmodat() and faccessat() take tree args.
4th value <int flags> is only processed by libc.
Signed-... - 03:26 am Revision 2ba2d706: Fix indices in Menelaus save/load.
- Version increase won't be helpful here. Spotted by Sergei Steshenko / Blau
Wirbel.
git-svn-id: svn://svn.savannah....
04/18/2009
- 10:25 pm Revision 2d6ebb0c: kqemu: only compile kqemu.o if actually needed
- kqemu.o is compiled even if kqemu support is disabled. This is useless
(kqemu.o should provide nothing that is actual... - 07:16 pm Revision e5289087: linux-user: fix IPCOP_sem* and implement sem*
- Fix and cleanup IPCOP_sem* ipc calls handling and
implement sem* syscalls.
Riku:
1) Uglify whitespace so that diff ... - 06:36 pm Revision c48101ae: qemu-io: Verify read data by patterns (Kevin Wolf)
- This patch adds a -P option to read and readv which allows to compare the read
data to a given pattern. This can be u... - 06:36 pm Revision 838ab728: qemu-io: Fix handling of bdrv_is_allocated() return value (Kevin Wolf)
- bdrv_is_allocated() returns a boolean which indicates if the offset is
allocated, not 0 on success and everything els... - 06:36 pm Revision cd33feec: monitor: Update command help (Jan Kiszka)
- Align some monitor help texts to the related command parameter
definitions. host_net_add is skipped intentionally, wi... - 06:36 pm Revision a3867ed2: x86: Enhanced dump of segment registers (Jan Kiszka)
- Parse the descriptor flags that segment registers refer to and show the
result in a more human-friendly format. The o... - 06:36 pm Revision 7e9bbc9f: a couple of qemu-io fixes (Christoph Hellwig)
- Fix two stupid bugs that I forgot to push out:
- qiov->size already is in bytes, no need to shift it
- actually u... - 06:36 pm Revision 58f8aead: buildsytem: consistently use install (Christoph Egger)
- attached patch makes qemu use install consistently.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-... - 10:32 am Revision aeed97c4: Use ANSI prototypes to please sparse
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7176 c046a42c-6fe2-441c-8c8c-71466251a162
- 10:29 am Revision 654efcf3: Add 'static' to avoid a sparse warning
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7175 c046a42c-6fe2-441c-8c8c-71466251a162
- 10:29 am Revision aa806132: Move bootp_filename to avoid a sparse warning
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7174 c046a42c-6fe2-441c-8c8c-71466251a162
- 12:01 am Revision c6d25871: Fix non-ACPI Timer Interrupt Routing (Beth Kon)
- Replicate ACPI irq0->inti2 override in mp table for non-acpi case.
v1 -> v2 adds comment suggested by Ryan.
Signed-...
04/17/2009
- 11:50 pm Revision 37873241: hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)
- While Intel's spec is not that clear here, latest changes to Linux' HPET
code (commit c23e253e67c9d8a91a0ffa33c1f571a... - 11:50 pm Revision a33609ca: kvm: Fix cpuid initialization (Jan Kiszka)
- Fix (more or less) spurious guest boot failures due to corrupted cpuid
states. The reason was insufficient initializa... - 11:44 pm Revision 641636d1: qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf)
- This patch fixes a qcow2 corruption bug introduced in SVN Rev 5861. L2 tables
are big endian, so entries must be conv... - 11:01 pm Revision 052ff921: Make the sed script also work with OpenBSD and OpenSolaris seds
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7164 c046a42c-6fe2-441c-8c8c-71466251a162
- 09:59 pm Revision b6f6e3d3: qemu: Add support for SMBIOS command line otions (Alex Williamson)
- Create a new -smbios option (x86-only) to allow binary SMBIOS entries
to be passed through to the BIOS or modify the ... - 09:58 pm Revision c4be29ff: qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson)
- SMBIOS parameters can also provide a UUID outside of vl.c.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
S... - 08:11 pm Revision dad35419: Free VLANClientState using qemu_free() (Mark McLoughlin)
- It's allocated using qemu_mallocz(), so ...
The name and model strings are strdup() allocated, so free()
is still ap... - 08:11 pm Revision b946a153: Introduce VLANClientState::cleanup() (Mark McLoughlin)
- We're currently leaking memory and file descriptors on device
hot-unplug.
Signed-off-by: Mark McLoughlin <markmc@red... - 08:11 pm Revision 32a8f6ae: Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin)
- NICInfo::model will always be identical to the device name strings
we're currently passing to nic_init(). Just re-use... - 08:10 pm Revision 41bd13af: Add unregister_savevm() (Mark McLoughlin)
- Currently there's no way to unregister a savevm callback, so
e.g. if a NIC is hot-unplugged and a savevm is issued, w... - 08:10 pm Revision ad067148: Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)
- NICInfo isn't used after initialization, so remove it from the driver
state structures.
Signed-off-by: Mark McLoughl... - 08:10 pm Revision 9036de1a: Remove some useless malloc() checking (Mark McLoughlin)
- Now that we abort() on malloc, neither qemu_find_vlan() nor
net_tap_fd_init() can fail.
Signed-off-by: Mark McLoughl... - 08:10 pm Revision eefb4091: Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin)
- It's perfectly fine to not supply a NIC model when adding
a new NIC - we supply the default model to pci_nic_init()
a... - 08:10 pm Revision 771f1339: Fix error handling in net_client_init() (Mark McLoughlin)
- We weren't freeing the name string everywhere.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Ant... - 08:10 pm Revision efb816c9: struct iovec is now universally available (Mark McLoughlin)
- struct iovec is now defined in qemu-common.h if needed, so we don't need
the tap code to handle !defined(HAVE_IOVEC).... - 08:10 pm Revision 559a8f45: Remove stray GSO code from virtio_net (Mark McLoughlin)
- Obviously merged from kvm-userspace accidentally.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: ... - 05:26 pm Revision 4b16eb9d: vga: Cleanup dirty logging (Jan Kiszka)
- In theory, there are no more quirks in the KVM slot management that
requires dirty log start/stop all over the place.... - 05:26 pm Revision e7f3dcc4: vga: Fix inconsistent tracking of map_addr (Jan Kiszka)
- Only track video RAM mapping in map_addr and use the correct RAM size.
Furthermore, make sure the reset the address i... - 05:26 pm Revision 6152e2ae: kvm: improve handling of overlapping slots (Jan Kiszka)
- This reworks the slot management to handle more patterns of
cpu_register_physical_memory*, finally allowing to reset ... - 05:26 pm Revision d3f8d37f: kvm: Add sanity checks to slot management (Jan Kiszka)
- Fail loudly if we run out of memory slot.
Make sure that dirty log start/stop works with consistent memory regions
b... - 05:26 pm Revision 494ada42: kvm: Cleanup unmap condition in kvm_set_phys_mem (Jan Kiszka)
- Testing for TLB_MMIO on unmap makes no sense as A) that flag belongs to
CPUTLBEntry and not to io_memory slots or phy... - 05:26 pm Revision 3c892168: kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)
- Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id:... - 05:26 pm Revision 29203dcf: kvm: Sync CPU state on reset (Jan Kiszka)
- Make sure KVM gets informed about the reset CPU state.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off... - 04:50 pm Revision 8690e420: linux-user: fix inotify syscalls
- Configure test was broken, so the breakage of the #ifdef'd
code was not noticed.
Signed-off-by: Riku Voipio <riku.vo... - 04:17 pm Revision 8c0ab41f: Revert "target-mips: fix call to check_*() functions"
- This reverts commit r7127, r7132 is a better fix for that.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7133... - 04:11 pm Revision aefbc83e: target-mips: simplify exception generation
- There is no need to exit the tb after a call to helper_raise_exception
as it already calls cpu_loop_exit().
Signed-o...
04/16/2009
- 06:17 pm Revision 1d9d8b55: Translate signal values in exit status.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7131 c046a42... - 05:17 pm Revision aaf4ad39: linux-user: fix getcwd syscall
- The patch called "prefer glibc over direct syscalls" (commit 7118) has
replaced the getcwd syscall with a call to the... - 03:57 pm Revision 69a218fc: target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7129 c046a... - 03:57 pm Revision a6035857: target-mips: fix revision r7126
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7128 c046a... - 02:51 pm Revision 007ac6fa: target-mips: fix call to check_*() functions
- check_*() functions may in fine call generate_exception(), which ends
by a call to tcg_gen_exit_tb(). As a consequenc... - 02:51 pm Revision 585c88d5: target-mips: optimize gen_flt3_ldst()
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7126 c046a... - 02:51 pm Revision c407df81: target-mips: optimize gen_flt_ldst()
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7125 c046a... - 01:56 pm Revision 8e0f950d: Stop translation after a syscall instruciton.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7124 c046a42... - 12:58 pm Revision ade25b0d: configure: display debug tcg status in summary
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7123 c046a... - 12:58 pm Revision cca82982: tcg: make sure NDEBUG is defined before including <assert.h>
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7122 c046a...
04/15/2009
- 10:48 pm Revision 39386ac7: fix a typo introduced in r7118
- Reported by Stefan Weil
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.... - 08:12 pm Revision fda33744: linux-user: fix warnings introduced by r7118
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7120 c046a... - 07:18 pm Revision 603e4fd7: linux-user: proper exit code for uncaught signals
- The proper exit code for dieing from an uncaught signal is -<signal>.
The kernel doesn't allow exit() or _exit() to p... - 07:12 pm Revision 3b3f24ad: linux-user: prefer glibc over direct syscalls
- The openat/*at syscalls are incredibly common with modern coreutils,
calling them directly via syscalls breaks for ex... - 07:12 pm Revision be09ac41: linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls
- - This check is not needed because kernel will check whether given
buffer is too small and there is no upper limit ... - 07:11 pm Revision 607175e0: linux-user: unix sockets - fix running dbus
- dbus sends too short (according to man 7 unix) addrlen for it's
unix socket. I've been told that happens with other a... - 07:11 pm Revision 7d8cec95: linux-user: add support for passing contents of argv0
- Added switch -0 (zero) which can be used to pass argv[0] to
target process. The main use is for a binfmt_misc wrapper... - 07:11 pm Revision 24e1003a: linux-user: Added posix message queue syscalls except mq_notify
- Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr>
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.n... - 07:04 pm Revision a3a1e0fc: Simplify reconfiguration
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7113 c046a42c-6fe2-441c-8c8c-71466251a162
- 05:57 pm Revision a65f56ee: Implement sonic netcard (MIPS Jazz)
- Attached patch adds emulation of a SONIC netcard. This card has been used
in MIPS Jazz machines and in some Apple Mac... - 05:43 pm Revision ffc500ea: target-alpha: fix emulation of ecb
- As ECB is a hint, it can be safely emulated as a nop.
This change is necessary to boot Tru64.
Signed-off-by: Trista... - 05:42 pm Revision 55d7e8f6: Call configure automatically when needed
- Automatically rerun configure when it is needed.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Au... - 05:42 pm Revision 6e9ea0c0: block-vpc: Don't silently create smaller image than requested
- The algorithm from the VHD specification for CHS calculation silently limits
images to 127 GB which may confuse a use... - 05:42 pm Revision 29463b24: target-alpha: lower parent irq when irq is lowered.
- Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id... - 05:42 pm Revision f2c94b92: target-mips: mark zero register as unused.
- Suggested by Stuart Brady.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nong... - 05:41 pm Revision d9bea114: target-mips: variable names consistency
- Use a consistent naming of arguments and TCG variables across the whole
file, the same as in tcg/tcg-op.h:
- arg1, ar...
04/13/2009
- 09:45 pm Revision f8393946: Add a --enable-debug-tcg option to configure
- This patch allows DEBUG_TCGV to be defined (and also prevents NDEBUG
from being defined) when passing an option to th... - 08:19 pm Revision 169dc5d3: Probe via #define check for OpenBSD and *Solaris
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7104 c046a42c-6fe2-441c-8c8c-71466251a162
- 07:31 pm Revision 3f4cb3d3: Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7103 c046a42c-6fe2-441c-8c8c-71466251a162
- 07:27 pm Revision 14d483ec: Fix OpenSolaris softfloat warnings
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7102 c046a42c-6fe2-441c-8c8c-71466251a162
- 07:23 pm Revision acda94b1: Skip KVM probe for OpenSolaris
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7101 c046a42c-6fe2-441c-8c8c-71466251a162
- 07:18 pm Revision 5a8ff3aa: Probe for OpenSolaris curses missing resize_term
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7100 c046a42c-6fe2-441c-8c8c-71466251a162
- 07:06 pm Revision 2dc766da: Fix ppc-softmmu warnings on OpenBSD host
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7099 c046a42c-6fe2-441c-8c8c-71466251a162
- 02:33 pm Revision bb0574fe: Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names.
- Newer Xorg use these with non-default kemaps (such as the ThinkPad keymap).
git-svn-id: svn://svn.savannah.nongnu.o... - 11:53 am Revision 867abc7e: target-mips: fix commits 7040 and 7042
- CPU state should also be saved for helpers that in fine call
cpu_unlink_tb(). Reported by Stefan Weil.
Signed-off-by...
04/12/2009
- 11:32 am Revision 30a3848b: target-mips: fix commit 7046
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7095 c046a...
04/11/2009
- 09:43 pm Revision bb928dbe: target-mips: don't map zero register as a TCG global
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7094 c046a... - 09:42 pm Revision d66c7132: target-mips: optimize gen_ldst()
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7093 c046a... - 09:42 pm Revision 324d9e32: target-mips: optimize gen_arith_imm()
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7092 c046a... - 08:41 pm Revision b2ee0ce2: Add named initializers.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7091 c046a42... - 08:33 pm Revision 190cd021: Remove redundant ram_require machine properly.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7090 c046a42... - 08:24 pm Revision a0b753df: Remove more redundant ram size checks.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7089 c046a42... - 08:15 pm Revision 94a6b54f: Implement dynamic guest ram allocation.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7088 c046a42... - 08:01 pm Revision b0457b69: Fix/remove bogus ram size checks.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7087 c046a42... - 07:55 pm Revision 520860ef: Allocate enough vram for 24-bit planes.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7086 c046a42... - 05:47 pm Revision 5579c7f3: Remove code phys_ram_base uses.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7085 c046a42... - 02:09 pm Revision 31fc12df: BSD user: initial support for i386 and x86_64 targets
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7084 c046a42c-6fe2-441c-8c8c-71466251a162
- 12:04 pm Revision e9c28334: Compile target independent files only once
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7083 c046a42c-6fe2-441c-8c8c-71466251a162
- 11:19 am Revision 2ffebe2d: Remove reserved registers from tcg_target_reg_alloc_order
- Noticed by Andreas Faerber
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7082 c046a42c-6fe2-441c-8c8c-7146625... - 10:39 am Revision 9de187a0: Whack [LS]MW
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7081 c046a42c-6fe2-441c-8c8c-71466251a162
- 10:38 am Revision e23f2f36: Remove reserved registers from tcg_target_reg_alloc_order
- Noticed by Andreas Faerber
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7080 c046a42c-6fe2-441c-8c8c-7146625... - 10:02 am Revision 39303672: mips malta: fix commit 7064
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7079 c046a... - 12:56 am Revision 52a0e9eb: target-mips: fix commit r7076
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7078 c046a... - 12:42 am Revision 11f94258: target-mips: optimize gen_movcf_d()
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7077 c046a... - 12:41 am Revision a4e8338d: target-mips: optimize a few tcg_temp_free()
- Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7076 c046a... - 12:27 am Revision 1a1f7dbc: target-alpha: remove amask helper
- The direct use of helper_amask in translate.c was bogus (as env is not
assigned). Directly code amask in tcg and rem... - 12:27 am Revision 8579095b: target-alpha: remove helper_load_implver
- There is no need to use an helper. Directly load the value with tcg code.
Signed-off-by: Tristan Gingold <gingold@a... - 12:27 am Revision ecbb5ea1: target-alpha: overflow condition for sublv and subqv
- The conditions to detect overflow in sub operations was wrong.
This patch is necessary to boot Tru64.
Signed-off-by... - 12:26 am Revision 68238a9e: Clean up rc4030 init function
- At the moment, rc4030 init function is returning some function pointers.
Mark them non-static and define them in head...
04/10/2009
- 11:48 pm Revision c2c5104b: Make PCI config status register read-only
- From the documentation I can find, this register is supposed to be read-only.
Signed-off-by: Anthony Liguori <aliguo... - 07:23 pm Revision 7ec632b4: Wean device tree code off phys_ram_base.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7068 c046a42... - 05:29 pm Revision 5c130f65: Yet more phys_ram_base elimination.
- Signed-off-by: Paul Brook <paul@cofdesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7067 c046a4... - 04:00 pm Revision d397abbd: BSD user: add support for OpenBSD/amd64 host
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7066 c046a42c-6fe2-441c-8c8c-71466251a162
- 10:29 am Revision d39bb24a: BSD user: add support for OpenBSD/i386 host
- git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7065 c046a42c-6fe2-441c-8c8c-71466251a162
- 06:36 am Revision d7585251: More phys_ram_base elimination.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7064 c046a42... - 05:24 am Revision b584726d: Clean up VGA ram allocation.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7063 c046a42... - 05:19 am Revision a8b01dd8: Fix RTC breakage from r7031.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7062 c046a42... - 04:24 am Revision 930c8682: Musicpal ram access cleanup.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7061 c046a42... - 03:26 am Revision 44654490: More phys_ram_base removal.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7060 c046a42... - 01:21 am Revision dc828ca1: Cleanup SPARC/TCX framebuffer allocation.
- Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7059 c046a42... - 12:02 am Revision 7ffa4767: Use cpu_physical_memory_write_rom instead of memcpy.
- Signed-off-by: Glauber Costa <glommer@redhat.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7058 c046a42...
Also available in: Atom